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