@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(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, withConsistencyLevel, withExecutionProfile, withExecutionProfileName, withGraphName, withIdempotence, withNode, withReadConsistencyLevel, withSubProtocol, withTimeout, withTimestamp, withTraversalSource, withWriteConsistencyLevel
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–2019. All rights reserved.