public static enum TitanGraphOutputMapReduce.Counters extends Enum<TitanGraphOutputMapReduce.Counters>
| Modifier and Type | Method and Description |
|---|---|
static TitanGraphOutputMapReduce.Counters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TitanGraphOutputMapReduce.Counters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TitanGraphOutputMapReduce.Counters VERTICES_ADDED
public static final TitanGraphOutputMapReduce.Counters VERTICES_REMOVED
public static final TitanGraphOutputMapReduce.Counters VERTEX_PROPERTIES_ADDED
public static final TitanGraphOutputMapReduce.Counters VERTEX_PROPERTIES_REMOVED
public static final TitanGraphOutputMapReduce.Counters EDGES_ADDED
public static final TitanGraphOutputMapReduce.Counters EDGES_REMOVED
public static final TitanGraphOutputMapReduce.Counters EDGE_PROPERTIES_ADDED
public static final TitanGraphOutputMapReduce.Counters EDGE_PROPERTIES_REMOVED
public static final TitanGraphOutputMapReduce.Counters NULL_VERTEX_EDGES_IGNORED
public static final TitanGraphOutputMapReduce.Counters NULL_VERTICES_IGNORED
public static final TitanGraphOutputMapReduce.Counters NULL_RELATIONS_IGNORED
public static final TitanGraphOutputMapReduce.Counters SUCCESSFUL_TRANSACTIONS
public static final TitanGraphOutputMapReduce.Counters FAILED_TRANSACTIONS
public static TitanGraphOutputMapReduce.Counters[] values()
for (TitanGraphOutputMapReduce.Counters c : TitanGraphOutputMapReduce.Counters.values()) System.out.println(c);
public static TitanGraphOutputMapReduce.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.