public interface ContainerLifecycleState extends TMTSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
ContainerLifecycleState.Idle$
Represents an idle state of container where it is waiting for all components, that are suppose to run in it, to come up
|
static class |
ContainerLifecycleState.Running$
Represents a running state of container where all components running in it are up
|