Uses of Class
org.apache.pinot.spi.utils.CommonConstants.Segment.Realtime.Status
-
Packages that use CommonConstants.Segment.Realtime.Status Package Description org.apache.pinot.spi.utils -
-
Uses of CommonConstants.Segment.Realtime.Status in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils that return CommonConstants.Segment.Realtime.Status Modifier and Type Method Description static CommonConstants.Segment.Realtime.StatusCommonConstants.Segment.Realtime.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonConstants.Segment.Realtime.Status[]CommonConstants.Segment.Realtime.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-