Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
Computer.getPersist() |
GraphComputer.Persist |
VertexProgram.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramB.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramC.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramD.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramE.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramA.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramF.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramG.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramH.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramI.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramJ.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramK.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramL.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.MultiScopeVertexProgram.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram.getPreferredPersist() |
GraphComputer.Persist |
GraphComputerTest.VertexProgramM.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. |
Computer |
Computer.persist(GraphComputer.Persist persist) |
GraphComputer |
GraphComputerTest.BadGraphComputer.persist(GraphComputer.Persist persist) |
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 |
CloneVertexProgram.getPreferredPersist() |
Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
ConnectedComponentVertexProgram.getPreferredPersist() |
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 |
ShortestPathVertexProgram.getPreferredPersist() |
Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
TraversalVertexProgram.getPreferredPersist() |
Modifier and Type | Method and Description |
---|---|
VertexProgramStrategy.Builder |
VertexProgramStrategy.Builder.persist(GraphComputer.Persist persist) |
Modifier and Type | Method and Description |
---|---|
static GraphComputer.Persist |
GraphComputerHelper.getPersistState(Optional<VertexProgram> vertexProgram,
Optional<GraphComputer.Persist> persist) |
Modifier and Type | Method and Description |
---|---|
static GraphComputer.Persist |
GraphComputerHelper.getPersistState(Optional<VertexProgram> vertexProgram,
Optional<GraphComputer.Persist> persist) |
Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
ProgramTest.TestProgram.getPreferredPersist() |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
TinkerGraphComputer.persist(GraphComputer.Persist persist) |
Graph |
TinkerGraphComputerView.processResultGraphPersist(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.