Uses of Class
org.apache.pinot.common.utils.SegmentName.RealtimeSegmentType
-
Packages that use SegmentName.RealtimeSegmentType Package Description org.apache.pinot.common.utils -
-
Uses of SegmentName.RealtimeSegmentType in org.apache.pinot.common.utils
Methods in org.apache.pinot.common.utils that return SegmentName.RealtimeSegmentType Modifier and Type Method Description SegmentName.RealtimeSegmentTypeHLCSegmentName. getSegmentType()SegmentName.RealtimeSegmentTypeLLCSegmentName. getSegmentType()abstract SegmentName.RealtimeSegmentTypeSegmentName. getSegmentType()static SegmentName.RealtimeSegmentTypeSegmentName. getSegmentType(String segmentName)static SegmentName.RealtimeSegmentTypeSegmentName.RealtimeSegmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentName.RealtimeSegmentType[]SegmentName.RealtimeSegmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-