T - the result typepublic interface SingleRead<T> extends Query<T>
| Modifier and Type | Method and Description |
|---|---|
SingleRead<T> |
withConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel) |
SingleRead<T> |
withoutTracking() |
SingleRead<T> |
withTracking() |
execute, executeAsyncSingleRead<T> withTracking()
SingleRead<T> withoutTracking()
SingleRead<T> withConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel)
consistencyLevel - the consistency level to useCopyright © 2012–2015 1&1. All rights reserved.