public interface CounterMutation extends ConfiguredQuery<CounterMutation,Result>, CounterBatchable
| Modifier and Type | Method and Description |
|---|---|
CounterBatchMutation |
combinedWith(CounterBatchable other) |
CounterMutation |
withSerialConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel) |
CounterMutation |
withTtl(int ttlSec) |
CounterMutation |
withWritetime(long microsSinceEpoch) |
withConsistency, withoutTracking, withRetryPolicy, withTrackingexecute, executeAsyncgetStatementAsyncCounterMutation withSerialConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel)
consistencyLevel - the consistency level to useCounterMutation withTtl(int ttlSec)
ttlSec - the time-to-live in sec to setCounterMutation withWritetime(long microsSinceEpoch)
microsSinceEpoch - the writetime in since epoch to setCounterBatchMutation combinedWith(CounterBatchable other)
other - the other query to combine withCopyright © 2012–2015 1&1. All rights reserved.