Package | Description |
---|---|
org.apache.hadoop.yarn.api.records.impl.pb | |
org.apache.hadoop.yarn.proto |
Modifier and Type | Method and Description |
---|---|
static YarnProtos.ContainerStateProto |
ProtoUtils.convertToProtoFormat(ContainerState e) |
Modifier and Type | Method and Description |
---|---|
static ContainerState |
ProtoUtils.convertFromProtoFormat(YarnProtos.ContainerStateProto e) |
Modifier and Type | Method and Description |
---|---|
YarnProtos.ContainerStateProto |
YarnProtos.ContainerStatusProtoOrBuilder.getState()
optional .hadoop.yarn.ContainerStateProto state = 2; |
YarnProtos.ContainerStateProto |
YarnProtos.ContainerStatusProto.getState()
optional .hadoop.yarn.ContainerStateProto state = 2; |
YarnProtos.ContainerStateProto |
YarnProtos.ContainerStatusProto.Builder.getState()
optional .hadoop.yarn.ContainerStateProto state = 2; |
static YarnProtos.ContainerStateProto |
YarnProtos.ContainerStateProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static YarnProtos.ContainerStateProto |
YarnProtos.ContainerStateProto.valueOf(int value) |
static YarnProtos.ContainerStateProto |
YarnProtos.ContainerStateProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YarnProtos.ContainerStateProto[] |
YarnProtos.ContainerStateProto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<YarnProtos.ContainerStateProto> |
YarnProtos.ContainerStateProto.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
YarnProtos.ContainerStatusProto.Builder |
YarnProtos.ContainerStatusProto.Builder.setState(YarnProtos.ContainerStateProto value)
optional .hadoop.yarn.ContainerStateProto state = 2; |
Copyright © 2013 Apache Software Foundation. All rights reserved.