Class SqlgGraphTraversalSource

java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
org.umlg.sqlg.structure.SqlgGraphTraversalSource
All Implemented Interfaces:
AutoCloseable, Cloneable, org.apache.tinkerpop.gremlin.process.traversal.TraversalSource

public class SqlgGraphTraversalSource extends org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Date: 2016/05/16 Time: 8:37 PM
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource

    org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.Symbols
  • Field Summary

    Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource

    bytecode, connection, graph, strategies
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlgGraphTraversalSource(org.apache.tinkerpop.gremlin.structure.Graph graph)
     
    SqlgGraphTraversalSource(org.apache.tinkerpop.gremlin.structure.Graph graph, org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies traversalStrategies)
     
  • Method Summary

    Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource

    addE, addE, addV, addV, addV, call, call, call, call, call, clone, close, E, getAnonymousTraversalClass, getBytecode, getGraph, getStrategies, inject, io, mergeE, mergeE, mergeV, mergeV, toString, tx, union, V, with, with, withBulk, withComputer, withComputer, withComputer, withoutStrategies, withPath, withSack, withSack, withSack, withSack, withSack, withSack, withSack, withSack, withSideEffect, withSideEffect, withSideEffect, withSideEffect, withStrategies

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SqlgGraphTraversalSource

      public SqlgGraphTraversalSource(org.apache.tinkerpop.gremlin.structure.Graph graph)
    • SqlgGraphTraversalSource

      public SqlgGraphTraversalSource(org.apache.tinkerpop.gremlin.structure.Graph graph, org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies traversalStrategies)