| Package | Description |
|---|---|
| com.tinkerpop.gremlin.process.computer |
| Modifier and Type | Method and Description |
|---|---|
static GraphComputer.Isolation |
GraphComputer.Isolation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphComputer.Isolation[] |
GraphComputer.Isolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
GraphComputer.isolation(GraphComputer.Isolation isolation)
Set the
GraphComputer.Isolation of the computation. |
static java.lang.IllegalArgumentException |
GraphComputer.Exceptions.isolationNotSupported(GraphComputer.Isolation isolation) |
default boolean |
GraphComputer.Features.supportsIsolation(GraphComputer.Isolation isolation) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.