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 DimExtractionFn
public String apply(String dimValue)
apply
in interface DimExtractionFn
public String getExpr()
public boolean preservesOrdering()
preservesOrdering
in interface DimExtractionFn
Copyright © 2015. All rights reserved.