Uses of Interface
org.apache.druid.timeline.partition.BuildingShardSpec
-
Packages that use BuildingShardSpec Package Description org.apache.druid.timeline.partition -
-
Uses of BuildingShardSpec in org.apache.druid.timeline.partition
Classes in org.apache.druid.timeline.partition with type parameters of type BuildingShardSpec Modifier and Type Interface Description interfaceBucketNumberedShardSpec<T extends BuildingShardSpec>This is one of the special shardSpecs which are temporarily used during batch ingestion.Classes in org.apache.druid.timeline.partition that implement BuildingShardSpec Modifier and Type Class Description classBuildingDimensionRangeShardSpecSeeBuildingShardSpecfor how this class is used.classBuildingHashBasedNumberedShardSpecSeeBuildingShardSpecfor how this class is used.classBuildingNumberedShardSpecSeeBuildingShardSpecfor how this class is used.classBuildingSingleDimensionShardSpecSeeBuildingShardSpecfor how this class is used.
-