| Constructor and Description |
|---|
InDimFilter(String dimension,
List<String> values,
ExtractionFn extractionFn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getCacheKey() |
String |
getDimension() |
ExtractionFn |
getExtractionFn() |
Set<String> |
getValues() |
int |
hashCode() |
DimFilter |
optimize() |
Filter |
toFilter()
Returns a Filter that implements this DimFilter.
|
public InDimFilter(String dimension, List<String> values, ExtractionFn extractionFn)
public String getDimension()
public ExtractionFn getExtractionFn()
public byte[] getCacheKey()
getCacheKey in interface DimFilterpublic DimFilter optimize()
public Filter toFilter()
DimFilterCopyright © 2011–2016. All rights reserved.