| Package | Description |
|---|---|
| org.apache.slider.providers.agent |
| Modifier and Type | Method and Description |
|---|---|
ContainerState |
ComponentInstanceState.getContainerState() |
ContainerState |
ComponentInstanceState.heartbeat(long heartbeatTime)
Update the heartbeat, and change container state
to mark as healthy if appropriate
|
static ContainerState |
ContainerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerState[] |
ContainerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentInstanceState.setContainerState(ContainerState containerState) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.