Package | Description |
---|---|
com.datastax.driver.dse | |
com.datastax.driver.dse.graph | |
com.datastax.dse.graph.api | |
com.datastax.dse.graph.internal |
Modifier and Type | Method and Description |
---|---|
GraphOptions |
DseConfiguration.getGraphOptions()
Returns the default graph options to use for the cluster.
|
Modifier and Type | Method and Description |
---|---|
DseCluster.Builder |
DseCluster.Builder.withGraphOptions(GraphOptions graphOptions)
Sets the default options to use with graph queries.
|
Modifier and Type | Method and Description |
---|---|
GraphOptions |
GraphOptions.setGraphLanguage(String graphLanguage)
Sets the graph language to use in graph queries.
|
GraphOptions |
GraphOptions.setGraphName(String graphName)
Sets the graph name to use in graph queries.
|
GraphOptions |
GraphOptions.setGraphReadConsistencyLevel(ConsistencyLevel cl)
Sets the read consistency level to use for graph queries.
|
GraphOptions |
GraphOptions.setGraphSource(String graphSource)
Sets the graph traversal source name to use in graph queries.
|
GraphOptions |
GraphOptions.setGraphSubProtocol(GraphProtocol graphSubProtocol)
Set the sub protocol to use with DSE Graph.
|
GraphOptions |
GraphOptions.setGraphWriteConsistencyLevel(ConsistencyLevel cl)
Sets the write consistency level to use for graph queries.
|
GraphOptions |
GraphOptions.setReadTimeoutMillis(int readTimeoutMillis)
Sets the per-host read timeout in milliseconds for graph queries.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
DseRemoteConnection.Builder |
DseRemoteConnection.Builder.withGraphOptions(GraphOptions graphOptions)
Additional
GraphOptions to be used for this particular DseRemoteConnection . |
Copyright © 2012–2017. All rights reserved.