public class DefaultDimensionSpec extends Object implements DimensionSpec
Constructor and Description |
---|
DefaultDimensionSpec(String dimension,
String outputName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getCacheKey() |
String |
getDimension() |
DimExtractionFn |
getDimExtractionFn() |
String |
getOutputName() |
int |
hashCode() |
boolean |
preservesOrdering() |
String |
toString() |
public String getDimension()
getDimension
in interface DimensionSpec
public String getOutputName()
getOutputName
in interface DimensionSpec
public DimExtractionFn getDimExtractionFn()
getDimExtractionFn
in interface DimensionSpec
public byte[] getCacheKey()
getCacheKey
in interface DimensionSpec
public boolean preservesOrdering()
preservesOrdering
in interface DimensionSpec
Copyright © 2015. All rights reserved.