public static enum HadoopCoGroupClosure.Spill extends java.lang.Enum<HadoopCoGroupClosure.Spill>
| Enum Constant and Description |
|---|
Duration_Millis_Written |
Num_Spills_Read |
Num_Spills_Written |
Num_Tuples_Spilled |
| Modifier and Type | Method and Description |
|---|---|
static HadoopCoGroupClosure.Spill |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HadoopCoGroupClosure.Spill[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HadoopCoGroupClosure.Spill Num_Spills_Written
public static final HadoopCoGroupClosure.Spill Num_Spills_Read
public static final HadoopCoGroupClosure.Spill Num_Tuples_Spilled
public static final HadoopCoGroupClosure.Spill Duration_Millis_Written
public static HadoopCoGroupClosure.Spill[] values()
for (HadoopCoGroupClosure.Spill c : HadoopCoGroupClosure.Spill.values()) System.out.println(c);
public static HadoopCoGroupClosure.Spill 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 nullCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.