Uses of Class
org.apache.pinot.common.metadata.controllerjob.ControllerJobType
-
Packages that use ControllerJobType Package Description org.apache.pinot.common.metadata.controllerjob -
-
Uses of ControllerJobType in org.apache.pinot.common.metadata.controllerjob
Methods in org.apache.pinot.common.metadata.controllerjob that return ControllerJobType Modifier and Type Method Description static ControllerJobTypeControllerJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControllerJobType[]ControllerJobType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-