Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
VertexProgram.getPreferredPersist() |
static GraphComputer.Persist |
GraphComputer.Persist.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphComputer.Persist[] |
GraphComputer.Persist.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.persist(GraphComputer.Persist persist)
Set the
GraphComputer.Persist level of the computation. |
static IllegalArgumentException |
GraphComputer.Exceptions.resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
default boolean |
GraphComputer.Features.supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
PeerPressureVertexProgram.getPreferredPersist() |
Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
PageRankVertexProgram.getPreferredPersist() |
Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
TraversalVertexProgram.getPreferredPersist() |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.