Package | Description |
---|---|
com.datastax.driver.dse | |
com.datastax.driver.dse.graph |
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.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.
|