Uses of Class
org.apache.pinot.segment.local.segment.index.loader.ForwardIndexHandler.Operation
-
Packages that use ForwardIndexHandler.Operation Package Description org.apache.pinot.segment.local.segment.index.loader -
-
Uses of ForwardIndexHandler.Operation in org.apache.pinot.segment.local.segment.index.loader
Methods in org.apache.pinot.segment.local.segment.index.loader that return ForwardIndexHandler.Operation Modifier and Type Method Description static ForwardIndexHandler.OperationForwardIndexHandler.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static ForwardIndexHandler.Operation[]ForwardIndexHandler.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-