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.