Package | Description |
---|---|
org.apache.storm.daemon.supervisor |
Modifier and Type | Class and 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 |
class |
RunAsUserContainer |
Modifier and Type | Method and Description |
---|---|
Killable |
LocalContainerLauncher.recoverContainer(String workerId,
LocalState localState) |
Killable |
RunAsUserContainerLauncher.recoverContainer(String workerId,
LocalState localState) |
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.
The result is really only useful for killing the container and so is returning a Killable. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.