public static enum PlanProto.ShuffleType extends Enum<PlanProto.ShuffleType> implements com.google.protobuf.ProtocolMessageEnum
ShuffleType| Enum Constant and Description |
|---|
HASH_SHUFFLE
HASH_SHUFFLE = 1; |
NONE_SHUFFLE
NONE_SHUFFLE = 0; |
RANGE_SHUFFLE
RANGE_SHUFFLE = 2; |
SCATTERED_HASH_SHUFFLE
SCATTERED_HASH_SHUFFLE = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_SHUFFLE_VALUE
HASH_SHUFFLE = 1; |
static int |
NONE_SHUFFLE_VALUE
NONE_SHUFFLE = 0; |
static int |
RANGE_SHUFFLE_VALUE
RANGE_SHUFFLE = 2; |
static int |
SCATTERED_HASH_SHUFFLE_VALUE
SCATTERED_HASH_SHUFFLE = 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<PlanProto.ShuffleType> |
internalGetValueMap() |
static PlanProto.ShuffleType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.ShuffleType |
valueOf(int value) |
static PlanProto.ShuffleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.ShuffleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanProto.ShuffleType NONE_SHUFFLE
NONE_SHUFFLE = 0;public static final PlanProto.ShuffleType HASH_SHUFFLE
HASH_SHUFFLE = 1;public static final PlanProto.ShuffleType RANGE_SHUFFLE
RANGE_SHUFFLE = 2;public static final PlanProto.ShuffleType SCATTERED_HASH_SHUFFLE
SCATTERED_HASH_SHUFFLE = 3;public static final int NONE_SHUFFLE_VALUE
NONE_SHUFFLE = 0;public static final int HASH_SHUFFLE_VALUE
HASH_SHUFFLE = 1;public static final int RANGE_SHUFFLE_VALUE
RANGE_SHUFFLE = 2;public static final int SCATTERED_HASH_SHUFFLE_VALUE
SCATTERED_HASH_SHUFFLE = 3;public static PlanProto.ShuffleType[] values()
for (PlanProto.ShuffleType c : PlanProto.ShuffleType.values()) System.out.println(c);
public static PlanProto.ShuffleType 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 PlanProto.ShuffleType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<PlanProto.ShuffleType> 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 PlanProto.ShuffleType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.