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