public enum JobMasterMetaCommand extends Enum<JobMasterMetaCommand> implements com.google.protobuf.ProtocolMessageEnum
alluxio.grpc.job.JobMasterMetaCommand
Enum Constant and Description |
---|
MetaCommand_Nothing
MetaCommand_Nothing = 1; |
MetaCommand_Register
Ask the standby master to re-register.
|
MetaCommand_Unknown
MetaCommand_Unknown = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
MetaCommand_Nothing_VALUE
MetaCommand_Nothing = 1; |
static int |
MetaCommand_Register_VALUE
Ask the standby master to re-register.
|
static int |
MetaCommand_Unknown_VALUE
MetaCommand_Unknown = 0; |
Modifier and Type | Method and Description |
---|---|
static JobMasterMetaCommand |
forNumber(int value) |
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<JobMasterMetaCommand> |
internalGetValueMap() |
static JobMasterMetaCommand |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobMasterMetaCommand |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobMasterMetaCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobMasterMetaCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobMasterMetaCommand MetaCommand_Unknown
MetaCommand_Unknown = 0;
public static final JobMasterMetaCommand MetaCommand_Nothing
MetaCommand_Nothing = 1;
public static final JobMasterMetaCommand MetaCommand_Register
Ask the standby master to re-register.
MetaCommand_Register = 2;
public static final int MetaCommand_Unknown_VALUE
MetaCommand_Unknown = 0;
public static final int MetaCommand_Nothing_VALUE
MetaCommand_Nothing = 1;
public static final int MetaCommand_Register_VALUE
Ask the standby master to re-register.
MetaCommand_Register = 2;
public static JobMasterMetaCommand[] values()
for (JobMasterMetaCommand c : JobMasterMetaCommand.values()) System.out.println(c);
public static JobMasterMetaCommand 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static JobMasterMetaCommand valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static JobMasterMetaCommand forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<JobMasterMetaCommand> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static JobMasterMetaCommand valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All Rights Reserved.