Package | Description |
---|---|
org.apache.hadoop.yarn.api.records.impl.pb | |
org.apache.hadoop.yarn.proto |
Modifier and Type | Method and Description |
---|---|
static YarnProtos.AMCommandProto |
ProtoUtils.convertToProtoFormat(AMCommand e) |
Modifier and Type | Method and Description |
---|---|
static AMCommand |
ProtoUtils.convertFromProtoFormat(YarnProtos.AMCommandProto e) |
Modifier and Type | Method and Description |
---|---|
YarnProtos.AMCommandProto |
YarnServiceProtos.AllocateResponseProtoOrBuilder.getAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1; |
YarnProtos.AMCommandProto |
YarnServiceProtos.AllocateResponseProto.getAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1; |
YarnProtos.AMCommandProto |
YarnServiceProtos.AllocateResponseProto.Builder.getAMCommand()
optional .hadoop.yarn.AMCommandProto a_m_command = 1; |
static YarnProtos.AMCommandProto |
YarnProtos.AMCommandProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static YarnProtos.AMCommandProto |
YarnProtos.AMCommandProto.valueOf(int value) |
static YarnProtos.AMCommandProto |
YarnProtos.AMCommandProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YarnProtos.AMCommandProto[] |
YarnProtos.AMCommandProto.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.AMCommandProto> |
YarnProtos.AMCommandProto.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
YarnServiceProtos.AllocateResponseProto.Builder |
YarnServiceProtos.AllocateResponseProto.Builder.setAMCommand(YarnProtos.AMCommandProto value)
optional .hadoop.yarn.AMCommandProto a_m_command = 1; |
Copyright © 2013 Apache Software Foundation. All rights reserved.