public class JavascriptDimExtractionFn extends Object implements DimExtractionFn
Constructor and Description |
---|
JavascriptDimExtractionFn(String function) |
Modifier and Type | Method and Description |
---|---|
String |
apply(String dimValue) |
byte[] |
getCacheKey() |
String |
getFunction() |
boolean |
preservesOrdering() |
String |
toString() |
public JavascriptDimExtractionFn(String function)
public String getFunction()
public byte[] getCacheKey()
getCacheKey
in interface DimExtractionFn
public String apply(String dimValue)
apply
in interface DimExtractionFn
public boolean preservesOrdering()
preservesOrdering
in interface DimExtractionFn
Copyright © 2015. All rights reserved.