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