public abstract class DimExtractionFn extends Object implements ExtractionFn
ExtractionFn.ExtractionType
Constructor and Description |
---|
DimExtractionFn() |
Modifier and Type | Method and Description |
---|---|
String |
apply(long value) |
String |
apply(Object value)
The "extraction" function.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, getCacheKey, getExtractionType, preservesOrdering
public String apply(Object value)
ExtractionFn
apply
in interface ExtractionFn
value
- the original value of the dimensionpublic String apply(long value)
apply
in interface ExtractionFn
Copyright © 2011–2015. All rights reserved.