Uses of Class
org.apache.storm.daemon.supervisor.Slot
-
Packages that use Slot Package Description org.apache.storm.daemon.supervisor -
-
Uses of Slot in org.apache.storm.daemon.supervisor
Fields in org.apache.storm.daemon.supervisor with type parameters of type Slot Modifier and Type Field Description static UniFunc<Slot>
ReadClusterState. DEFAULT_ON_ERROR_TIMEOUT
static BiConsumer<Slot,Long>
ReadClusterState. DEFAULT_ON_WARN_TIMEOUT
static UniFunc<Slot>
ReadClusterState. THREAD_DUMP_ON_ERROR
Method parameters in org.apache.storm.daemon.supervisor with type arguments of type Slot Modifier and Type Method Description void
ReadClusterState. shutdownAllWorkers(BiConsumer<Slot,Long> onWarnTimeout, UniFunc<Slot> onErrorTimeout)
void
ReadClusterState. shutdownAllWorkers(BiConsumer<Slot,Long> onWarnTimeout, UniFunc<Slot> onErrorTimeout)
void
Supervisor. shutdownAllWorkers(BiConsumer<Slot,Long> onWarnTimeout, UniFunc<Slot> onErrorTimeout)
void
Supervisor. shutdownAllWorkers(BiConsumer<Slot,Long> onWarnTimeout, UniFunc<Slot> onErrorTimeout)
-