Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.internal.core.graph |
Modifier and Type | Method and Description |
---|---|
BatchGraphStatement |
BatchGraphStatement.addTraversal(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal traversal)
Add a traversal to this statement.
|
BatchGraphStatement |
BatchGraphStatement.addTraversals(Iterable<org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal> traversals)
Adds several traversals to this statement.
|
BatchGraphStatement |
BatchGraphStatementBuilder.build() |
static BatchGraphStatement |
BatchGraphStatement.newInstance()
Create a new, empty instance.
|
static BatchGraphStatement |
BatchGraphStatement.newInstance(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal... traversals)
Create a new instance from the given list of traversals.
|
static BatchGraphStatement |
BatchGraphStatement.newInstance(Iterable<org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal> traversals)
Create a new instance from the given list of traversals.
|
Modifier and Type | Method and Description |
---|---|
static BatchGraphStatementBuilder |
BatchGraphStatement.builder(BatchGraphStatement template)
Create a builder helper object to start creating a new instance with an existing statement as a
template.
|
Constructor and Description |
---|
BatchGraphStatementBuilder(BatchGraphStatement template) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBatchGraphStatement |
Modifier and Type | Method and Description |
---|---|
protected BatchGraphStatement |
DefaultBatchGraphStatement.newInstance(Boolean isIdempotent,
Duration timeout,
com.datastax.oss.driver.api.core.metadata.Node node,
long timestamp,
com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile,
String executionProfileName,
Map<String,ByteBuffer> customPayload,
String graphName,
String traversalSource,
String subProtocol,
com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel,
com.datastax.oss.driver.api.core.ConsistencyLevel readConsistencyLevel,
com.datastax.oss.driver.api.core.ConsistencyLevel writeConsistencyLevel) |
Copyright © 2017–2019. All rights reserved.