|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerState | |
|---|---|
| org.apache.hadoop.yarn.api.records | |
| org.apache.hadoop.yarn.api.records.impl.pb | |
| org.apache.hadoop.yarn.util | |
| Uses of ContainerState in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return ContainerState | |
|---|---|
ContainerState |
ContainerStatus.getState()
Get the ContainerState of the container. |
ContainerState |
Container.getState()
Get the current ContainerState of the container. |
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. |
| Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerState | |
|---|---|
void |
ContainerStatus.setState(ContainerState state)
|
void |
Container.setState(ContainerState state)
|
| Uses of ContainerState in org.apache.hadoop.yarn.api.records.impl.pb |
|---|
| Methods in org.apache.hadoop.yarn.api.records.impl.pb that return ContainerState | |
|---|---|
ContainerState |
ContainerPBImpl.getState()
|
ContainerState |
ContainerStatusPBImpl.getState()
|
| Methods in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type ContainerState | |
|---|---|
void |
ContainerPBImpl.setState(ContainerState state)
|
void |
ContainerStatusPBImpl.setState(ContainerState state)
|
| Uses of ContainerState in org.apache.hadoop.yarn.util |
|---|
| Methods in org.apache.hadoop.yarn.util that return ContainerState | |
|---|---|
static ContainerState |
ProtoUtils.convertFromProtoFormat(YarnProtos.ContainerStateProto e)
|
| Methods in org.apache.hadoop.yarn.util with parameters of type ContainerState | |
|---|---|
static YarnProtos.ContainerStateProto |
ProtoUtils.convertToProtoFormat(ContainerState e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||