public static enum PartitionerProperty.Value extends Enum<PartitionerProperty.Value>
| Enum Constant and Description |
|---|
DataSkewHashPartitioner |
HashPartitioner |
IntactPartitioner |
| Modifier and Type | Method and Description |
|---|---|
static PartitionerProperty.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionerProperty.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionerProperty.Value DataSkewHashPartitioner
public static final PartitionerProperty.Value HashPartitioner
public static final PartitionerProperty.Value IntactPartitioner
public static PartitionerProperty.Value[] values()
for (PartitionerProperty.Value c : PartitionerProperty.Value.values()) System.out.println(c);
public static PartitionerProperty.Value 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 © 2018. All rights reserved.