Uses of Class
org.apache.druid.indexing.overlord.supervisor.SupervisorStateManager.BasicState
-
Packages that use SupervisorStateManager.BasicState Package Description org.apache.druid.indexing.overlord.supervisor -
-
Uses of SupervisorStateManager.BasicState in org.apache.druid.indexing.overlord.supervisor
Methods in org.apache.druid.indexing.overlord.supervisor that return SupervisorStateManager.BasicState Modifier and Type Method Description static SupervisorStateManager.BasicStateSupervisorStateManager.BasicState. valueOf(String name)Returns the enum constant of this type with the specified name.static SupervisorStateManager.BasicState[]SupervisorStateManager.BasicState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-