| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
GiraphGraphComputer.isolation(GraphComputer.Isolation isolation) |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
SparkGraphComputer.isolation(GraphComputer.Isolation isolation) |
| Modifier and Type | Method and Description |
|---|---|
static GraphComputer.Isolation |
GraphComputer.Isolation.valueOf(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. |
GraphComputer |
GraphComputerTest.BadGraphComputer.isolation(GraphComputer.Isolation isolation) |
static IllegalArgumentException |
GraphComputer.Exceptions.isolationNotSupported(GraphComputer.Isolation isolation) |
default boolean |
GraphComputer.Features.supportsIsolation(GraphComputer.Isolation isolation) |
| Modifier and Type | Method and Description |
|---|---|
ComputerTraversalEngine.Builder |
ComputerTraversalEngine.Builder.isolation(GraphComputer.Isolation isolation) |
| Modifier and Type | Field and Description |
|---|---|
protected GraphComputer.Isolation |
TinkerGraphView.isolation |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
TinkerGraphComputer.isolation(GraphComputer.Isolation isolation) |
| Constructor and Description |
|---|
TinkerGraphView(GraphComputer.Isolation isolation,
Set<String> computeKeys) |
| Modifier and Type | Method and Description |
|---|---|
static TinkerGraphView |
TinkerHelper.createGraphView(TinkerGraph graph,
GraphComputer.Isolation isolation,
Set<String> computeKeys) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.