Package org.apache.druid.timeline
Class VersionedIntervalTimeline.TimelineEntry
- java.lang.Object
-
- org.apache.druid.timeline.VersionedIntervalTimeline.TimelineEntry
-
- Enclosing class:
- VersionedIntervalTimeline<VersionType,ObjectType extends Overshadowable<ObjectType>>
public class VersionedIntervalTimeline.TimelineEntry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PartitionHolder<ObjectType>getPartitionHolder()VersionTypegetVersion()inthashCode()
-
-
-
Method Detail
-
getVersion
public VersionType getVersion()
-
getPartitionHolder
public PartitionHolder<ObjectType> getPartitionHolder()
-
-