@NotThreadSafe public class FluentGraphStatementBuilder extends GraphStatementBuilderBase<FluentGraphStatementBuilder,FluentGraphStatement>
This class is mutable and not thread-safe.
consistencyLevel, executionProfile, executionProfileName, graphName, isIdempotent, node, readConsistencyLevel, subProtocol, timeout, timestamp, traversalSource, writeConsistencyLevel| Constructor and Description |
|---|
FluentGraphStatementBuilder(FluentGraphStatement template) |
FluentGraphStatementBuilder(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.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
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<?,?> traversal)
public FluentGraphStatementBuilder(@NonNull
FluentGraphStatement template)
@NonNull public FluentGraphStatement build()
GraphStatementBuilderBasebuild in class GraphStatementBuilderBase<FluentGraphStatementBuilder,FluentGraphStatement>Copyright © 2017–2025. All rights reserved.