Uses of Class
org.apache.druid.indexing.overlord.supervisor.SupervisorStatus
-
Packages that use SupervisorStatus Package Description org.apache.druid.indexing.overlord.supervisor org.apache.druid.rpc.indexing -
-
Uses of SupervisorStatus in org.apache.druid.indexing.overlord.supervisor
Methods in org.apache.druid.indexing.overlord.supervisor that return SupervisorStatus Modifier and Type Method Description SupervisorStatusSupervisorStatus.Builder. build() -
Uses of SupervisorStatus in org.apache.druid.rpc.indexing
Methods in org.apache.druid.rpc.indexing that return types with arguments of type SupervisorStatus Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.apache.druid.java.util.common.parsers.CloseableIterator<SupervisorStatus>>OverlordClient. supervisorStatuses()Returns all current supervisor statuses.com.google.common.util.concurrent.ListenableFuture<org.apache.druid.java.util.common.parsers.CloseableIterator<SupervisorStatus>>OverlordClientImpl. supervisorStatuses()
-