Class TinkerGraph

  • All Implemented Interfaces:
    AutoCloseable, Graph, Host

    public class TinkerGraph
    extends AbstractTinkerGraph
    An in-memory (with optional persistence on calls to AbstractTinkerGraph.close()), reference implementation of the property graph interfaces provided by TinkerPop.
    Author:
    Marko A. Rodriguez (http://markorodriguez.com), Stephen Mallette (http://stephen.genoprime.com)