Constructor and Description |
---|
SelectorDimFilter(String dimension,
String value,
ExtractionFn extractionFn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getCacheKey() |
String |
getDimension() |
ExtractionFn |
getExtractionFn() |
String |
getValue() |
int |
hashCode() |
DimFilter |
optimize() |
Filter |
toFilter()
Returns a Filter that implements this DimFilter.
|
String |
toString() |
public SelectorDimFilter(String dimension, String value, ExtractionFn extractionFn)
public byte[] getCacheKey()
getCacheKey
in interface DimFilter
public DimFilter optimize()
public Filter toFilter()
DimFilter
public String getDimension()
public String getValue()
public ExtractionFn getExtractionFn()
Copyright © 2011–2016. All rights reserved.