public class TimeDimExtractionFn extends Object implements DimExtractionFn
| Constructor and Description |
|---|
TimeDimExtractionFn(String timeFormat,
String resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String dimValue) |
byte[] |
getCacheKey() |
String |
getResultFormat() |
String |
getTimeFormat() |
boolean |
preservesOrdering() |
String |
toString() |
public byte[] getCacheKey()
getCacheKey in interface DimExtractionFnpublic String apply(String dimValue)
apply in interface DimExtractionFnpublic String getTimeFormat()
public String getResultFormat()
public boolean preservesOrdering()
preservesOrdering in interface DimExtractionFnCopyright © 2015. All rights reserved.