Modifier and Type | Field and Description |
---|---|
protected GraphComputer.Persist |
AbstractHadoopGraphComputer.persist |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
AbstractHadoopGraphComputer.persist(GraphComputer.Persist persist) |
boolean |
AbstractHadoopGraphComputer.Features.supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
boolean |
PersistResultGraphAware.supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
Modifier and Type | Method and Description |
---|---|
static HadoopGraph |
InputOutputHelper.getOutputGraph(Configuration configuration,
GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
boolean |
CommonFileOutputFormat.supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
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.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 |
---|---|
Computer |
Computer.persist(GraphComputer.Persist persist) |
GraphComputer |
GraphComputer.persist(GraphComputer.Persist persist)
Set the
GraphComputer.Persist level of the computation. |
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 |
BulkDumperVertexProgram.getPreferredPersist() |
Modifier and Type | Method and Description |
---|---|
GraphComputer.Persist |
BulkLoaderVertexProgram.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 |
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 |
---|---|
static HadoopGraph |
InputOutputHelper.getOutputGraph(Configuration configuration,
GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
boolean |
PersistedOutputRDD.supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
Modifier and Type | Method and Description |
---|---|
GraphComputer |
TinkerGraphComputer.persist(GraphComputer.Persist persist) |
Graph |
TinkerGraphComputerView.processResultGraphPersist(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.