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