Uses of Package
org.apache.druid.indexer.partitions
Packages that use org.apache.druid.indexer.partitions
-
Classes in org.apache.druid.indexer.partitions used by org.apache.druid.indexer.partitionsClassDescriptionPartitionsSpec based on dimension values.Spec to create partitions based on value ranges of multiple dimensions.PartitionsSpec describes the secondary partitioning method for data ingestion.In Druid, ingested data are primarily partitioned based on time range (@link GranularitySpec#getSegmentGranularity), and then secondly partitioned based on the given
PartitionsSpec. -
Classes in org.apache.druid.indexer.partitions used by org.apache.druid.timelineClassDescriptionPartitionsSpec describes the secondary partitioning method for data ingestion.