Package | Description |
---|---|
com.datastax.driver.dse | |
com.datastax.dse.graph.api | |
com.datastax.dse.graph.internal |
Modifier and Type | Method and Description |
---|---|
DseSession |
DseCluster.connect()
Creates a new DSE session on this cluster and initializes it.
|
DseSession |
DseCluster.connect(String keyspace)
Creates a new DSE session on this cluster, initializes it and sets the
keyspace to the provided one.
|
DseSession |
DseSession.init()
Forces the initialization of this instance if it hasn't been
initialized yet.
|
DseSession |
DseCluster.newSession()
Creates a new DSE session on this cluster but does not initialize it.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource |
DseGraph.traversal(DseSession dseSession)
Create a
GraphTraversalSource initialized to work remotely
with a DSE Graph server, communicating via the DataStax Enterprise Java Driver. |
static <C extends org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource> |
DseGraph.traversal(DseSession dseSession,
Class<C> traversalSourceClass)
Create a
GraphTraversalSource instance as specified by the
traversalSourceClass parameter, initialized to work remotely with a DSE Graph server, communicating via
the DataStax Enterprise Java Driver. |
static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource |
DseGraph.traversal(DseSession dseSession,
GraphOptions graphOptions)
Create a
GraphTraversalSource initialized to work remotely
with a DSE Graph server, communicating via the DataStax Enterprise Java Driver. |
static <C extends org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource> |
DseGraph.traversal(DseSession dseSession,
GraphOptions graphOptions,
Class<C> traversalSourceClass)
Create a
GraphTraversalSource instance as specified by the
traversalSourceClass parameter, initialized to work remotely with a DSE Graph server, communicating via
the DataStax Enterprise Java Driver. |
Modifier and Type | Method and Description |
---|---|
static DseRemoteConnection.Builder |
DseRemoteConnection.builder(DseSession dseSession)
Get a
DseRemoteConnection.Builder to create a properly initialized DseRemoteConnection . |
Copyright © 2012–2018. All rights reserved.