Class BaseDimensionRangeShardSpec
java.lang.Object
org.apache.druid.timeline.partition.BaseDimensionRangeShardSpec
- All Implemented Interfaces:
ShardSpec
- Direct Known Subclasses:
DimensionRangeBucketShardSpec,DimensionRangeShardSpec,SingleDimensionRangeBucketShardSpec
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.druid.timeline.partition.ShardSpec
ShardSpec.Type -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseDimensionRangeShardSpec(List<String> dimensions, StringTuple start, StringTuple end) -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringTuplegetInputRowTuple(List<String> dimensions, InputRow inputRow) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.timeline.partition.ShardSpec
createChunk, getAtomicUpdateGroupSize, getDomainDimensions, getEndRootPartitionId, getMinorVersion, getNumCorePartitions, getPartitionNum, getStartRootPartitionId, getType, possibleInDomain, sharePartitionSpace
-
Field Details
-
dimensions
-
start
-
end
-
-
Constructor Details
-
BaseDimensionRangeShardSpec
protected BaseDimensionRangeShardSpec(List<String> dimensions, @Nullable StringTuple start, @Nullable StringTuple end)
-
-
Method Details