Q - the response typeR - the query typepublic interface ConfiguredQuery<Q,R> extends Query<R>
| Modifier and Type | Method and Description |
|---|---|
Q |
withConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel) |
Q |
withoutTracking() |
Q |
withRetryPolicy(com.datastax.driver.core.policies.RetryPolicy policy) |
Q |
withTracking() |
execute, executeAsyncQ withConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel)
consistencyLevel - the consistency level to useQ withTracking()
Q withoutTracking()
Q withRetryPolicy(com.datastax.driver.core.policies.RetryPolicy policy)
policy - the retry policyCopyright © 2012–2015 1&1. All rights reserved.