Uses of Interface
org.apache.storm.daemon.supervisor.Killable
Packages that use Killable
-
Uses of Killable in org.apache.storm.daemon.supervisor
Classes in org.apache.storm.daemon.supervisor that implement KillableModifier and TypeClassDescriptionclass
A container that runs processes on the local box.class
Represents a container that a worker will run in.class
Methods in org.apache.storm.daemon.supervisor that return KillableModifier 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)