public class WrappedPreparedStatement extends Object implements com.datastax.driver.core.PreparedStatement
Modifier and Type | Method and Description |
---|---|
com.datastax.driver.core.BoundStatement |
bind() |
com.datastax.driver.core.BoundStatement |
bind(Object... values) |
com.datastax.driver.core.PreparedStatement |
disableTracing() |
com.datastax.driver.core.PreparedStatement |
enableTracing() |
com.datastax.driver.core.CodecRegistry |
getCodecRegistry() |
com.datastax.driver.core.ConsistencyLevel |
getConsistencyLevel() |
Map<String,ByteBuffer> |
getIncomingPayload() |
Map<String,ByteBuffer> |
getOutgoingPayload() |
com.datastax.driver.core.PreparedId |
getPreparedId() |
String |
getQueryKeyspace() |
String |
getQueryString() |
com.datastax.driver.core.policies.RetryPolicy |
getRetryPolicy() |
ByteBuffer |
getRoutingKey() |
com.datastax.driver.core.ConsistencyLevel |
getSerialConsistencyLevel() |
com.datastax.driver.core.ColumnDefinitions |
getVariables() |
com.datastax.driver.core.PreparedStatement |
getWrappedStatement()
Getter for wrapped statement.
|
Boolean |
isIdempotent() |
boolean |
isTracing() |
com.datastax.driver.core.PreparedStatement |
setConsistencyLevel(com.datastax.driver.core.ConsistencyLevel consistency) |
com.datastax.driver.core.PreparedStatement |
setIdempotent(Boolean idempotent) |
com.datastax.driver.core.PreparedStatement |
setOutgoingPayload(Map<String,ByteBuffer> payload) |
com.datastax.driver.core.PreparedStatement |
setRetryPolicy(com.datastax.driver.core.policies.RetryPolicy policy) |
com.datastax.driver.core.PreparedStatement |
setRoutingKey(ByteBuffer... routingKeyComponents) |
com.datastax.driver.core.PreparedStatement |
setRoutingKey(ByteBuffer routingKey) |
com.datastax.driver.core.PreparedStatement |
setSerialConsistencyLevel(com.datastax.driver.core.ConsistencyLevel serialConsistency) |
public com.datastax.driver.core.PreparedStatement getWrappedStatement()
public com.datastax.driver.core.ColumnDefinitions getVariables()
getVariables
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.BoundStatement bind(Object... values)
bind
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.BoundStatement bind()
bind
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement setRoutingKey(ByteBuffer routingKey)
setRoutingKey
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement setRoutingKey(ByteBuffer... routingKeyComponents)
setRoutingKey
in interface com.datastax.driver.core.PreparedStatement
public ByteBuffer getRoutingKey()
getRoutingKey
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement setConsistencyLevel(com.datastax.driver.core.ConsistencyLevel consistency)
setConsistencyLevel
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.ConsistencyLevel getConsistencyLevel()
getConsistencyLevel
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement setSerialConsistencyLevel(com.datastax.driver.core.ConsistencyLevel serialConsistency)
setSerialConsistencyLevel
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.ConsistencyLevel getSerialConsistencyLevel()
getSerialConsistencyLevel
in interface com.datastax.driver.core.PreparedStatement
public String getQueryString()
getQueryString
in interface com.datastax.driver.core.PreparedStatement
public String getQueryKeyspace()
getQueryKeyspace
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement enableTracing()
enableTracing
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement disableTracing()
disableTracing
in interface com.datastax.driver.core.PreparedStatement
public boolean isTracing()
isTracing
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement setRetryPolicy(com.datastax.driver.core.policies.RetryPolicy policy)
setRetryPolicy
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.policies.RetryPolicy getRetryPolicy()
getRetryPolicy
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedId getPreparedId()
getPreparedId
in interface com.datastax.driver.core.PreparedStatement
public Map<String,ByteBuffer> getIncomingPayload()
getIncomingPayload
in interface com.datastax.driver.core.PreparedStatement
public Map<String,ByteBuffer> getOutgoingPayload()
getOutgoingPayload
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement setOutgoingPayload(Map<String,ByteBuffer> payload)
setOutgoingPayload
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.CodecRegistry getCodecRegistry()
getCodecRegistry
in interface com.datastax.driver.core.PreparedStatement
public com.datastax.driver.core.PreparedStatement setIdempotent(Boolean idempotent)
setIdempotent
in interface com.datastax.driver.core.PreparedStatement
public Boolean isIdempotent()
isIdempotent
in interface com.datastax.driver.core.PreparedStatement
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024