Package org.apache.druid.timeline
Class VersionedIntervalTimeline.PartitionChunkEntry<VersionType,ObjectType>
java.lang.Object
org.apache.druid.timeline.VersionedIntervalTimeline.PartitionChunkEntry<VersionType,ObjectType>
- Enclosing class:
VersionedIntervalTimeline<VersionType,ObjectType extends Overshadowable<ObjectType>>
public static class VersionedIntervalTimeline.PartitionChunkEntry<VersionType,ObjectType>
extends Object
Stores a
PartitionChunk for a given interval and version. The
interval corresponds to the LogicalSegment.getInterval()-
Constructor Summary
ConstructorsConstructorDescriptionPartitionChunkEntry(org.joda.time.Interval interval, VersionType version, PartitionChunk<ObjectType> chunk) -
Method Summary
-
Constructor Details
-
PartitionChunkEntry
public PartitionChunkEntry(org.joda.time.Interval interval, VersionType version, PartitionChunk<ObjectType> chunk)
-
-
Method Details
-
getInterval
public org.joda.time.Interval getInterval() -
getVersion
-
getChunk
-