Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.ComputerResult
- 
- 
Uses of ComputerResult in org.apache.tinkerpop.gremlin.process.computerMethods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type ComputerResult Modifier and Type Method Description Future<ComputerResult>GraphComputer. submit()Future<ComputerResult>GraphComputerTest.BadGraphComputer. submit()
- 
Uses of ComputerResult in org.apache.tinkerpop.gremlin.process.computer.traversal.step.mapMethods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that return types with arguments of type ComputerResult Modifier and Type Method Description protected Traverser.Admin<ComputerResult>ShortestPathVertexProgramStep. processNextStart()protected Traverser.Admin<ComputerResult>VertexProgramStep. processNextStart()
- 
Uses of ComputerResult in org.apache.tinkerpop.gremlin.process.computer.utilClasses in org.apache.tinkerpop.gremlin.process.computer.util that implement ComputerResult Modifier and Type Class Description classDefaultComputerResultThe result of theGraphComputer's computation.
- 
Uses of ComputerResult in org.apache.tinkerpop.gremlin.structure.utilMethods in org.apache.tinkerpop.gremlin.structure.util with parameters of type ComputerResult Modifier and Type Method Description static StringStringFactory. computeResultString(ComputerResult computerResult)
- 
Uses of ComputerResult in org.apache.tinkerpop.gremlin.tinkergraph.process.computerMethods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer that return types with arguments of type ComputerResult Modifier and Type Method Description Future<ComputerResult>TinkerGraphComputer. submit()
 
-