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