Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.internal.core.graph |
Modifier and Type | Method and Description |
---|---|
FluentGraphStatement |
FluentGraphStatementBuilder.build() |
static FluentGraphStatement |
FluentGraphStatement.newInstance(GraphTraversal<?,?> traversal)
Create a new instance from the given traversal.
|
Modifier and Type | Method and Description |
---|---|
static FluentGraphStatementBuilder |
FluentGraphStatement.builder(FluentGraphStatement template)
Create a builder helper object to start creating a new instance with an existing statement as a
template.
|
Constructor and Description |
---|
FluentGraphStatementBuilder(FluentGraphStatement template) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFluentGraphStatement |
Modifier and Type | Method and Description |
---|---|
protected FluentGraphStatement |
DefaultFluentGraphStatement.newInstance(Boolean isIdempotent,
Duration timeout,
Node node,
long timestamp,
DriverExecutionProfile executionProfile,
String executionProfileName,
Map<String,ByteBuffer> customPayload,
String graphName,
String traversalSource,
String subProtocol,
ConsistencyLevel consistencyLevel,
ConsistencyLevel readConsistencyLevel,
ConsistencyLevel writeConsistencyLevel) |
Copyright © 2017–2019. All rights reserved.