Uses of Enum Class
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist
Packages that use GraphComputer.Persist
Package
Description
-
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return GraphComputer.PersistModifier and TypeMethodDescriptionComputer.getPersist()GraphComputerTest.MultiScopeVertexProgram.getPreferredPersist()GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram.getPreferredPersist()GraphComputerTest.VertexProgramA.getPreferredPersist()GraphComputerTest.VertexProgramB.getPreferredPersist()GraphComputerTest.VertexProgramC.getPreferredPersist()GraphComputerTest.VertexProgramD.getPreferredPersist()GraphComputerTest.VertexProgramE.getPreferredPersist()GraphComputerTest.VertexProgramF.getPreferredPersist()GraphComputerTest.VertexProgramG.getPreferredPersist()GraphComputerTest.VertexProgramH.getPreferredPersist()GraphComputerTest.VertexProgramI.getPreferredPersist()GraphComputerTest.VertexProgramJ.getPreferredPersist()GraphComputerTest.VertexProgramK.getPreferredPersist()GraphComputerTest.VertexProgramL.getPreferredPersist()GraphComputerTest.VertexProgramM.getPreferredPersist()VertexProgram.getPreferredPersist()static GraphComputer.PersistReturns the enum constant of this class with the specified name.static GraphComputer.Persist[]GraphComputer.Persist.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type GraphComputer.PersistModifier and TypeMethodDescriptionComputer.persist(GraphComputer.Persist persist) GraphComputer.persist(GraphComputer.Persist persist) Set theGraphComputer.Persistlevel of the computation.GraphComputerTest.BadGraphComputer.persist(GraphComputer.Persist persist) static IllegalArgumentExceptionGraphComputer.Exceptions.resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) default booleanGraphComputer.Features.supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.clone
Methods in org.apache.tinkerpop.gremlin.process.computer.clone that return GraphComputer.Persist -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that return GraphComputer.Persist -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that return GraphComputer.Persist -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that return GraphComputer.Persist -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return GraphComputer.Persist -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return GraphComputer.Persist -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with parameters of type GraphComputer.PersistModifier and TypeMethodDescriptionVertexProgramStrategy.Builder.persist(GraphComputer.Persist persist) -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return GraphComputer.PersistModifier and TypeMethodDescriptionstatic GraphComputer.PersistGraphComputerHelper.getPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist) -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GraphComputer.Persist -
Uses of GraphComputer.Persist in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type GraphComputer.PersistModifier and TypeMethodDescriptionTinkerGraphComputer.persist(GraphComputer.Persist persist) TinkerGraphComputerView.processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)