public static enum TitanGraphComputer.ResultMode extends Enum<TitanGraphComputer.ResultMode>
| Modifier and Type | Method and Description |
|---|---|
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist |
toPersist() |
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph |
toResultGraph() |
static TitanGraphComputer.ResultMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TitanGraphComputer.ResultMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TitanGraphComputer.ResultMode NONE
public static final TitanGraphComputer.ResultMode PERSIST
public static final TitanGraphComputer.ResultMode LOCALTX
public static TitanGraphComputer.ResultMode[] values()
for (TitanGraphComputer.ResultMode c : TitanGraphComputer.ResultMode.values()) System.out.println(c);
public static TitanGraphComputer.ResultMode 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 nullpublic org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph toResultGraph()
public org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist toPersist()
Copyright © 2012–2015. All rights reserved.