public class BytecodeGraphStatement extends GraphStatementBase<BytecodeGraphStatement>
DseGraphRemoteConnection
.
This is a simplified version of FluentGraphStatement
that exposes the bytecode
directly instead of the traversal.
This class is for internal use only.
ASYNC, SYNC
Constructor and Description |
---|
BytecodeGraphStatement(org.apache.tinkerpop.gremlin.process.traversal.Bytecode bytecode,
com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile,
String executionProfileName) |
Modifier and Type | Method and Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.Bytecode |
getBytecode() |
protected BytecodeGraphStatement |
newInstance(Boolean isIdempotent,
Duration timeout,
com.datastax.oss.driver.api.core.metadata.Node node,
long timestamp,
com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile,
String executionProfileName,
Map<String,ByteBuffer> customPayload,
String graphName,
String traversalSource,
String subProtocol,
com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel,
com.datastax.oss.driver.api.core.ConsistencyLevel readConsistencyLevel,
com.datastax.oss.driver.api.core.ConsistencyLevel writeConsistencyLevel) |
getConsistencyLevel, getCustomPayload, getExecutionProfile, getExecutionProfileName, getGraphName, getNode, getReadConsistencyLevel, getSubProtocol, getTimeout, getTimestamp, getTraversalSource, getWriteConsistencyLevel, isIdempotent, setConsistencyLevel, setCustomPayload, setExecutionProfile, setExecutionProfileName, setGraphName, setIdempotent, setNode, setReadConsistencyLevel, setSubProtocol, setTimeout, setTimestamp, setTraversalSource, setWriteConsistencyLevel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKeyspace, getRoutingKey, getRoutingKeyspace, getRoutingToken, isTracing
public BytecodeGraphStatement(org.apache.tinkerpop.gremlin.process.traversal.Bytecode bytecode, com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile, String executionProfileName)
public org.apache.tinkerpop.gremlin.process.traversal.Bytecode getBytecode()
protected BytecodeGraphStatement newInstance(Boolean isIdempotent, Duration timeout, com.datastax.oss.driver.api.core.metadata.Node node, long timestamp, com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile, String executionProfileName, Map<String,ByteBuffer> customPayload, String graphName, String traversalSource, String subProtocol, com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel, com.datastax.oss.driver.api.core.ConsistencyLevel readConsistencyLevel, com.datastax.oss.driver.api.core.ConsistencyLevel writeConsistencyLevel)
newInstance
in class GraphStatementBase<BytecodeGraphStatement>
Copyright © 2017–2019. All rights reserved.