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