Uses of Interface
org.apache.storm.daemon.supervisor.Killable
-
Packages that use Killable Package Description org.apache.storm.daemon.supervisor -
-
Uses of Killable in org.apache.storm.daemon.supervisor
Classes in org.apache.storm.daemon.supervisor that implement Killable Modifier and Type Class Description class
BasicContainer
A container that runs processes on the local box.class
Container
Represents a container that a worker will run in.class
LocalContainer
Methods in org.apache.storm.daemon.supervisor that return Killable Modifier and Type Method Description Killable
BasicContainerLauncher. recoverContainer(String workerId, LocalState localState)
abstract Killable
ContainerLauncher. recoverContainer(String workerId, LocalState localState)
Try to recover a container using just the worker ID.Killable
LocalContainerLauncher. recoverContainer(String workerId, LocalState localState)
-