@InterfaceAudience.Private public static enum WeightedScalingMemoryDistributor.RequestType extends Enum<WeightedScalingMemoryDistributor.RequestType>
| Enum Constant and Description |
|---|
OTHER |
PARTITIONED_UNSORTED_OUTPUT |
PROCESSOR |
SORTED_MERGED_INPUT |
SORTED_OUTPUT |
UNSORTED_INPUT |
UNSORTED_OUTPUT |
| Modifier and Type | Method and Description |
|---|---|
static WeightedScalingMemoryDistributor.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeightedScalingMemoryDistributor.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeightedScalingMemoryDistributor.RequestType PARTITIONED_UNSORTED_OUTPUT
public static final WeightedScalingMemoryDistributor.RequestType UNSORTED_INPUT
public static final WeightedScalingMemoryDistributor.RequestType UNSORTED_OUTPUT
public static final WeightedScalingMemoryDistributor.RequestType SORTED_OUTPUT
public static final WeightedScalingMemoryDistributor.RequestType SORTED_MERGED_INPUT
public static final WeightedScalingMemoryDistributor.RequestType PROCESSOR
public static final WeightedScalingMemoryDistributor.RequestType OTHER
public static WeightedScalingMemoryDistributor.RequestType[] values()
for (WeightedScalingMemoryDistributor.RequestType c : WeightedScalingMemoryDistributor.RequestType.values()) System.out.println(c);
public static WeightedScalingMemoryDistributor.RequestType 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 nullCopyright © 2015 Apache Software Foundation. All rights reserved.