@NotThreadSafe public class FluentGraphStatementBuilder extends GraphStatementBuilderBase<FluentGraphStatementBuilder,FluentGraphStatement>
consistencyLevel, executionProfile, executionProfileName, graphName, isIdempotent, node, readConsistencyLevel, subProtocol, timeout, timestamp, traversalSource, writeConsistencyLevel| Constructor and Description |
|---|
FluentGraphStatementBuilder(FluentGraphStatement template) |
FluentGraphStatementBuilder(GraphTraversal<?,?> traversal) |
| Modifier and Type | Method and Description |
|---|---|
FluentGraphStatement |
build()
Create the statement with the configuration defined by this builder object.
|
addCustomPayload, buildCustomPayload, clearCustomPayload, setConsistencyLevel, setExecutionProfile, setExecutionProfileName, setGraphName, setIdempotence, setNode, setReadConsistencyLevel, setSubProtocol, setTimeout, setTimestamp, setTraversalSource, setWriteConsistencyLevelpublic FluentGraphStatementBuilder(@NonNull
GraphTraversal<?,?> traversal)
public FluentGraphStatementBuilder(@NonNull
FluentGraphStatement template)
@NonNull public FluentGraphStatement build()
GraphStatementBuilderBasebuild in class GraphStatementBuilderBase<FluentGraphStatementBuilder,FluentGraphStatement>Copyright © 2017–2019. All rights reserved.