Uses of Interface
org.apache.storm.daemon.supervisor.Killable
-
Uses of Killable in org.apache.storm.daemon.supervisor
Modifier and TypeClassDescriptionclass
A container that runs processes on the local box.class
Represents a container that a worker will run in.class
Modifier and TypeMethodDescriptionBasicContainerLauncher.recoverContainer
(String workerId, LocalState localState) abstract Killable
ContainerLauncher.recoverContainer
(String workerId, LocalState localState) Try to recover a container using just the worker ID.LocalContainerLauncher.recoverContainer
(String workerId, LocalState localState)