@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, setWriteConsistencyLevel
public FluentGraphStatementBuilder(@NonNull org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<?,?> traversal)
public FluentGraphStatementBuilder(@NonNull FluentGraphStatement template)
@NonNull public FluentGraphStatement build()
GraphStatementBuilderBase
build
in class GraphStatementBuilderBase<FluentGraphStatementBuilder,FluentGraphStatement>
Copyright © 2017–2020. All rights reserved.