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