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(Bytecode bytecode,
DriverExecutionProfile executionProfile,
String executionProfileName) |
Modifier and Type | Method and Description |
---|---|
Bytecode |
getBytecode() |
protected BytecodeGraphStatement |
newInstance(Boolean isIdempotent,
Duration timeout,
Node node,
long timestamp,
DriverExecutionProfile executionProfile,
String executionProfileName,
Map<String,ByteBuffer> customPayload,
String graphName,
String traversalSource,
String subProtocol,
ConsistencyLevel consistencyLevel,
ConsistencyLevel readConsistencyLevel,
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(Bytecode bytecode, DriverExecutionProfile executionProfile, String executionProfileName)
public Bytecode getBytecode()
protected BytecodeGraphStatement newInstance(Boolean isIdempotent, Duration timeout, Node node, long timestamp, DriverExecutionProfile executionProfile, String executionProfileName, Map<String,ByteBuffer> customPayload, String graphName, String traversalSource, String subProtocol, ConsistencyLevel consistencyLevel, ConsistencyLevel readConsistencyLevel, ConsistencyLevel writeConsistencyLevel)
newInstance
in class GraphStatementBase<BytecodeGraphStatement>
Copyright © 2017–2019. All rights reserved.