Uses of Class
org.apache.storm.utils.SupervisorClient
-
Packages that use SupervisorClient Package Description org.apache.storm.utils -
-
Uses of SupervisorClient in org.apache.storm.utils
Methods in org.apache.storm.utils that return SupervisorClient Modifier and Type Method Description SupervisorClient
SupervisorClient.Builder. build()
SupervisorClient
SupervisorClient.Builder. createSupervisorClient()
static SupervisorClient
SupervisorClient. getConfiguredClient(Map conf, String host)
Deprecated.use#createSupervisorClient()
instead.static SupervisorClient
SupervisorClient. getConfiguredClient(Map conf, String host, int port)
Deprecated.use#createSupervisorClient()
instead.static SupervisorClient
SupervisorClient. getConfiguredClientAs(Map conf, String host, int port, String asUser)
Deprecated.use#createSupervisorClient()
instead.
-