Uses of Class
org.apache.tinkerpop.gremlin.driver.GremlinCluster
-
Packages that use GremlinCluster Package Description org.apache.tinkerpop.gremlin.driver software.amazon.neptune.cluster -
-
Uses of GremlinCluster in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return GremlinCluster Modifier and Type Method Description GremlinClusterClusterContext. cluster()GremlinClusterGremlinClusterBuilder. create()Constructors in org.apache.tinkerpop.gremlin.driver with parameters of type GremlinCluster Constructor Description ClusterContext(GremlinCluster cluster, GremlinClient client, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource graphTraversalSource) -
Uses of GremlinCluster in software.amazon.neptune.cluster
Methods in software.amazon.neptune.cluster that return GremlinCluster Modifier and Type Method Description GremlinClusterNeptuneGremlinClusterBuilder. create()
-