public static enum StoreTypes.DeterministicLevel extends Enum<StoreTypes.DeterministicLevel> implements com.google.protobuf.ProtocolMessageEnum
org.apache.spark.status.protobuf.DeterministicLevel| Enum Constant and Description |
|---|
DETERMINISTIC_LEVEL_DETERMINATE
DETERMINISTIC_LEVEL_DETERMINATE = 1; |
DETERMINISTIC_LEVEL_INDETERMINATE
DETERMINISTIC_LEVEL_INDETERMINATE = 3; |
DETERMINISTIC_LEVEL_UNORDERED
DETERMINISTIC_LEVEL_UNORDERED = 2; |
DETERMINISTIC_LEVEL_UNSPECIFIED
DETERMINISTIC_LEVEL_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DETERMINISTIC_LEVEL_DETERMINATE_VALUE
DETERMINISTIC_LEVEL_DETERMINATE = 1; |
static int |
DETERMINISTIC_LEVEL_INDETERMINATE_VALUE
DETERMINISTIC_LEVEL_INDETERMINATE = 3; |
static int |
DETERMINISTIC_LEVEL_UNORDERED_VALUE
DETERMINISTIC_LEVEL_UNORDERED = 2; |
static int |
DETERMINISTIC_LEVEL_UNSPECIFIED_VALUE
DETERMINISTIC_LEVEL_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static StoreTypes.DeterministicLevel |
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<StoreTypes.DeterministicLevel> |
internalGetValueMap() |
static StoreTypes.DeterministicLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StoreTypes.DeterministicLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StoreTypes.DeterministicLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreTypes.DeterministicLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreTypes.DeterministicLevel DETERMINISTIC_LEVEL_UNSPECIFIED
DETERMINISTIC_LEVEL_UNSPECIFIED = 0;public static final StoreTypes.DeterministicLevel DETERMINISTIC_LEVEL_DETERMINATE
DETERMINISTIC_LEVEL_DETERMINATE = 1;public static final StoreTypes.DeterministicLevel DETERMINISTIC_LEVEL_UNORDERED
DETERMINISTIC_LEVEL_UNORDERED = 2;public static final StoreTypes.DeterministicLevel DETERMINISTIC_LEVEL_INDETERMINATE
DETERMINISTIC_LEVEL_INDETERMINATE = 3;public static final StoreTypes.DeterministicLevel UNRECOGNIZED
public static final int DETERMINISTIC_LEVEL_UNSPECIFIED_VALUE
DETERMINISTIC_LEVEL_UNSPECIFIED = 0;public static final int DETERMINISTIC_LEVEL_DETERMINATE_VALUE
DETERMINISTIC_LEVEL_DETERMINATE = 1;public static final int DETERMINISTIC_LEVEL_UNORDERED_VALUE
DETERMINISTIC_LEVEL_UNORDERED = 2;public static final int DETERMINISTIC_LEVEL_INDETERMINATE_VALUE
DETERMINISTIC_LEVEL_INDETERMINATE = 3;public static StoreTypes.DeterministicLevel[] values()
for (StoreTypes.DeterministicLevel c : StoreTypes.DeterministicLevel.values()) System.out.println(c);
public static StoreTypes.DeterministicLevel 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.ProtocolMessageEnum@Deprecated public static StoreTypes.DeterministicLevel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StoreTypes.DeterministicLevel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StoreTypes.DeterministicLevel> 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 StoreTypes.DeterministicLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)