public enum PigCounters extends java.lang.Enum<PigCounters>
Enum Constant and Description |
---|
PROACTIVE_SPILL_COUNT_BAGS |
PROACTIVE_SPILL_COUNT_RECS |
SPILLABLE_MEMORY_MANAGER_SPILL_COUNT |
Modifier and Type | Method and Description |
---|---|
static PigCounters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PigCounters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PigCounters SPILLABLE_MEMORY_MANAGER_SPILL_COUNT
public static final PigCounters PROACTIVE_SPILL_COUNT_BAGS
public static final PigCounters PROACTIVE_SPILL_COUNT_RECS
public static PigCounters[] values()
for (PigCounters c : PigCounters.values()) System.out.println(c);
public static PigCounters 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-2012 The Apache Software Foundation