Uses of Interface
org.apache.druid.indexing.overlord.supervisor.SupervisorStateManager.State
-
Packages that use SupervisorStateManager.State Package Description org.apache.druid.indexing.overlord.supervisor -
-
Uses of SupervisorStateManager.State in org.apache.druid.indexing.overlord.supervisor
Classes in org.apache.druid.indexing.overlord.supervisor that implement SupervisorStateManager.State Modifier and Type Class Description static classSupervisorStateManager.BasicStateMethods in org.apache.druid.indexing.overlord.supervisor that return SupervisorStateManager.State Modifier and Type Method Description default SupervisorStateManager.StateSupervisorStateManager.State. getBasicState()protected SupervisorStateManager.StateSupervisorStateManager. getSpecificUnhealthySupervisorState()SupervisorStateManager.StateSupervisor. getState()SupervisorStateManager.StateSupervisorStateManager. getSupervisorState()Methods in org.apache.druid.indexing.overlord.supervisor with parameters of type SupervisorStateManager.State Modifier and Type Method Description voidSupervisorStateManager. maybeSetState(SupervisorStateManager.State proposedState)Certain states are only valid if the supervisor hasn't had a successful iteration.
-