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.
|