public static enum DAGClientAMProtocolRPC.TezAppMasterStatusProto extends Enum<DAGClientAMProtocolRPC.TezAppMasterStatusProto> implements com.google.protobuf.ProtocolMessageEnum
TezAppMasterStatusProto| Enum Constant and Description |
|---|
INITIALIZING
INITIALIZING = 0; |
READY
READY = 1; |
RUNNING
RUNNING = 2; |
SHUTDOWN
SHUTDOWN = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIALIZING_VALUE
INITIALIZING = 0; |
static int |
READY_VALUE
READY = 1; |
static int |
RUNNING_VALUE
RUNNING = 2; |
static int |
SHUTDOWN_VALUE
SHUTDOWN = 3; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<DAGClientAMProtocolRPC.TezAppMasterStatusProto> |
internalGetValueMap() |
static DAGClientAMProtocolRPC.TezAppMasterStatusProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DAGClientAMProtocolRPC.TezAppMasterStatusProto |
valueOf(int value) |
static DAGClientAMProtocolRPC.TezAppMasterStatusProto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAGClientAMProtocolRPC.TezAppMasterStatusProto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DAGClientAMProtocolRPC.TezAppMasterStatusProto INITIALIZING
INITIALIZING = 0;public static final DAGClientAMProtocolRPC.TezAppMasterStatusProto READY
READY = 1;public static final DAGClientAMProtocolRPC.TezAppMasterStatusProto RUNNING
RUNNING = 2;public static final DAGClientAMProtocolRPC.TezAppMasterStatusProto SHUTDOWN
SHUTDOWN = 3;public static final int INITIALIZING_VALUE
INITIALIZING = 0;public static final int READY_VALUE
READY = 1;public static final int RUNNING_VALUE
RUNNING = 2;public static final int SHUTDOWN_VALUE
SHUTDOWN = 3;public static DAGClientAMProtocolRPC.TezAppMasterStatusProto[] values()
for (DAGClientAMProtocolRPC.TezAppMasterStatusProto c : DAGClientAMProtocolRPC.TezAppMasterStatusProto.values()) System.out.println(c);
public static DAGClientAMProtocolRPC.TezAppMasterStatusProto valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static DAGClientAMProtocolRPC.TezAppMasterStatusProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DAGClientAMProtocolRPC.TezAppMasterStatusProto> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DAGClientAMProtocolRPC.TezAppMasterStatusProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016 Apache Software Foundation. All rights reserved.