public abstract class BaseFilteredDimensionSpec extends Object implements DimensionSpec
| Modifier and Type | Field and Description |
|---|---|
protected DimensionSpec |
delegate |
| Constructor and Description |
|---|
BaseFilteredDimensionSpec(DimensionSpec delegate) |
| Modifier and Type | Method and Description |
|---|---|
DimensionSpec |
getDelegate() |
String |
getDimension() |
ExtractionFn |
getExtractionFn() |
String |
getOutputName() |
ValueType |
getOutputType() |
boolean |
mustDecorate()
Does this DimensionSpec require that decorate() be called to produce correct results?
|
boolean |
preservesOrdering() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecorategetCacheKeyprotected final DimensionSpec delegate
public BaseFilteredDimensionSpec(DimensionSpec delegate)
public DimensionSpec getDelegate()
public String getDimension()
getDimension in interface DimensionSpecpublic String getOutputName()
getOutputName in interface DimensionSpecpublic ValueType getOutputType()
getOutputType in interface DimensionSpecpublic ExtractionFn getExtractionFn()
getExtractionFn in interface DimensionSpecpublic boolean mustDecorate()
DimensionSpecmustDecorate in interface DimensionSpecpublic boolean preservesOrdering()
preservesOrdering in interface DimensionSpecCopyright © 2011–2017. All rights reserved.