protected class DirectCqlQueryImpl.InternalBoundStatement
extends java.lang.Object
implements com.netflix.astyanax.query.PreparedCqlQuery<K,C>
| Modifier | Constructor and Description |
|---|---|
protected |
InternalBoundStatement(com.datastax.driver.core.PreparedStatement pStmt) |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.astyanax.connectionpool.OperationResult<com.netflix.astyanax.model.CqlResult<K,C>> |
execute() |
com.google.common.util.concurrent.ListenableFuture<com.netflix.astyanax.connectionpool.OperationResult<com.netflix.astyanax.model.CqlResult<K,C>>> |
executeAsync() |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withBooleanValue(java.lang.Boolean value) |
<V> com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withByteBufferValue(V value,
com.netflix.astyanax.Serializer<V> serializer) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withDoubleValue(java.lang.Double value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withFloatValue(java.lang.Float value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withIntegerValue(java.lang.Integer value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withLongValue(java.lang.Long value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withShortValue(java.lang.Short value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withStringValue(java.lang.String value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withUUIDValue(java.util.UUID value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withValue(java.nio.ByteBuffer value) |
com.netflix.astyanax.query.PreparedCqlQuery<K,C> |
withValues(java.util.List<java.nio.ByteBuffer> value) |
protected InternalBoundStatement(com.datastax.driver.core.PreparedStatement pStmt)
public com.netflix.astyanax.connectionpool.OperationResult<com.netflix.astyanax.model.CqlResult<K,C>> execute() throws com.netflix.astyanax.connectionpool.exceptions.ConnectionException
public com.google.common.util.concurrent.ListenableFuture<com.netflix.astyanax.connectionpool.OperationResult<com.netflix.astyanax.model.CqlResult<K,C>>> executeAsync() throws com.netflix.astyanax.connectionpool.exceptions.ConnectionException
public <V> com.netflix.astyanax.query.PreparedCqlQuery<K,C> withByteBufferValue(V value, com.netflix.astyanax.Serializer<V> serializer)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withValue(java.nio.ByteBuffer value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withValues(java.util.List<java.nio.ByteBuffer> value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withStringValue(java.lang.String value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withIntegerValue(java.lang.Integer value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withBooleanValue(java.lang.Boolean value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withDoubleValue(java.lang.Double value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withLongValue(java.lang.Long value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withFloatValue(java.lang.Float value)
public com.netflix.astyanax.query.PreparedCqlQuery<K,C> withShortValue(java.lang.Short value)