Package | Description |
---|---|
org.apache.storm.daemon.supervisor |
Modifier and Type | Method and Description |
---|---|
abstract Container |
ContainerLauncher.recoverContainer(int port,
LocalAssignment assignment,
LocalState state)
Recover a container for a running process.
|
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.