Uses of Class
org.apache.druid.timeline.LogicalSegment.Status
-
Packages that use LogicalSegment.Status Package Description org.apache.druid.timeline -
-
Uses of LogicalSegment.Status in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return LogicalSegment.Status Modifier and Type Method Description default LogicalSegment.StatusLogicalSegment. getStatus()LogicalSegment.StatusTimelineObjectHolder. getStatus()static LogicalSegment.StatusLogicalSegment.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalSegment.Status[]LogicalSegment.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-