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, waitapply, getCacheKey, getExtractionType, preservesOrderingpublic String apply(Object value)
ExtractionFnapply in interface ExtractionFnvalue - the original value of the dimensionpublic String apply(long value)
apply in interface ExtractionFnCopyright © 2011–2015. All rights reserved.