Class DefaultComputerResult

java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
All Implemented Interfaces:
AutoCloseable, ComputerResult

public class DefaultComputerResult extends Object implements ComputerResult
The result of the GraphComputer's computation. This is returned in a Future by GraphComputer.submit(). A GraphComputer computation yields two things: an updated view of the computed on Graph and any computational sideEffects called Memory.
Author:
Marko A. Rodriguez (http://markorodriguez.com)