Uses of Interface
org.apache.druid.timeline.partition.PartialShardSpec
-
Packages that use PartialShardSpec Package Description org.apache.druid.timeline.partition -
-
Uses of PartialShardSpec in org.apache.druid.timeline.partition
Classes in org.apache.druid.timeline.partition that implement PartialShardSpec Modifier and Type Class Description classHashBasedNumberedPartialShardSpecclassLinearPartialShardSpecclassNumberedOverwritePartialShardSpecclassNumberedPartialShardSpecclassSingleDimensionPartialShardSpecMethods in org.apache.druid.timeline.partition with parameters of type PartialShardSpec Modifier and Type Method Description default booleanOverwriteShardSpec. sharePartitionSpace(PartialShardSpec partialShardSpec)Returns true if this shardSpec and the givenPartialShardSpecshare the same partition space.default booleanShardSpec. sharePartitionSpace(PartialShardSpec partialShardSpec)Returns true if this shardSpec and the givenPartialShardSpecshare the same partition space.
-