Class PartitionHolder<T extends Overshadowable<T>>

java.lang.Object
org.apache.druid.timeline.partition.PartitionHolder<T>
All Implemented Interfaces:
Iterable<PartitionChunk<T>>

public class PartitionHolder<T extends Overshadowable<T>> extends Object implements Iterable<PartitionChunk<T>>
An object that clumps together multiple other objects which each represent a shard of some space.
  • Constructor Details

    • PartitionHolder

      public PartitionHolder(PartitionChunk<T> initialChunk)
    • PartitionHolder

      public PartitionHolder(List<PartitionChunk<T>> initialChunks)
    • PartitionHolder

      protected PartitionHolder(org.apache.druid.timeline.partition.OvershadowableManager<T> overshadowableManager, short maxMinorVersion)
  • Method Details