public static enum TopologyAPI.Grouping extends java.lang.Enum<TopologyAPI.Grouping>
heron.proto.api.Grouping| Enum Constant and Description |
|---|
ALL
ALL = 3; |
CUSTOM
CUSTOM = 7; |
DIRECT
DIRECT = 6; |
FIELDS
FIELDS = 2; |
LOWEST
LOWEST = 4; |
NONE
NONE = 5; |
SHUFFLE
SHUFFLE = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_VALUE
ALL = 3; |
static int |
CUSTOM_VALUE
CUSTOM = 7; |
static int |
DIRECT_VALUE
DIRECT = 6; |
static int |
FIELDS_VALUE
FIELDS = 2; |
static int |
LOWEST_VALUE
LOWEST = 4; |
static int |
NONE_VALUE
NONE = 5; |
static int |
SHUFFLE_VALUE
SHUFFLE = 1; |
| 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 |
internalGetValueMap() |
static TopologyAPI.Grouping |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TopologyAPI.Grouping |
valueOf(int value) |
static TopologyAPI.Grouping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TopologyAPI.Grouping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopologyAPI.Grouping SHUFFLE
SHUFFLE = 1;public static final TopologyAPI.Grouping FIELDS
FIELDS = 2;public static final TopologyAPI.Grouping ALL
ALL = 3;public static final TopologyAPI.Grouping LOWEST
LOWEST = 4;public static final TopologyAPI.Grouping NONE
NONE = 5;public static final TopologyAPI.Grouping DIRECT
DIRECT = 6;public static final TopologyAPI.Grouping CUSTOM
CUSTOM = 7;public static final int SHUFFLE_VALUE
SHUFFLE = 1;public static final int FIELDS_VALUE
FIELDS = 2;public static final int ALL_VALUE
ALL = 3;public static final int LOWEST_VALUE
LOWEST = 4;public static final int NONE_VALUE
NONE = 5;public static final int DIRECT_VALUE
DIRECT = 6;public static final int CUSTOM_VALUE
CUSTOM = 7;public static TopologyAPI.Grouping[] values()
for (TopologyAPI.Grouping c : TopologyAPI.Grouping.values()) System.out.println(c);
public static TopologyAPI.Grouping valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
public static TopologyAPI.Grouping valueOf(int value)
public staticinternalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TopologyAPI.Grouping valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)