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