public static enum GraphJobRunner.GraphJobCounter extends Enum<GraphJobRunner.GraphJobCounter>
| Enum Constant and Description |
|---|
AGGREGATE_VERTICES |
INPUT_VERTICES |
ITERATIONS |
MULTISTEP_PARTITIONING |
| Modifier and Type | Method and Description |
|---|---|
static GraphJobRunner.GraphJobCounter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphJobRunner.GraphJobCounter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphJobRunner.GraphJobCounter MULTISTEP_PARTITIONING
public static final GraphJobRunner.GraphJobCounter ITERATIONS
public static final GraphJobRunner.GraphJobCounter INPUT_VERTICES
public static final GraphJobRunner.GraphJobCounter AGGREGATE_VERTICES
public static GraphJobRunner.GraphJobCounter[] values()
for (GraphJobRunner.GraphJobCounter c : GraphJobRunner.GraphJobCounter.values()) System.out.println(c);
public static GraphJobRunner.GraphJobCounter 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 © 2008-2012 The Apache Software Foundation. All Rights Reserved.