public class PrefixFilteredDimensionSpec extends BaseFilteredDimensionSpec
delegate| Constructor and Description |
|---|
PrefixFilteredDimensionSpec(DimensionSpec delegate,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
DimensionSelector |
decorate(DimensionSelector selector) |
boolean |
equals(Object o) |
byte[] |
getCacheKey() |
String |
getPrefix() |
int |
hashCode() |
String |
toString() |
DimensionSpec |
withDimension(String newDimension)
Returns a copy of this DimensionSpec with the underlying dimension (the value of
DimensionSpec.getDimension())
replaced by "newDimension". |
getDelegate, getDimension, getExtractionFn, getOutputName, getOutputType, mustDecorate, preservesOrderingclone, finalize, getClass, notify, notifyAll, wait, wait, waitcanVectorize, decorate, decoratepublic PrefixFilteredDimensionSpec(DimensionSpec delegate, String prefix)
public String getPrefix()
public DimensionSelector decorate(DimensionSelector selector)
public byte[] getCacheKey()
public DimensionSpec withDimension(String newDimension)
DimensionSpecDimensionSpec.getDimension())
replaced by "newDimension".Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.