Q - the query typepublic interface Mutation<Q extends Mutation<Q>> extends ConfiguredQuery<Q,Result>
| Modifier and Type | Method and Description |
|---|---|
Mutation<Q> |
withSerialConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel) |
Mutation<Q> |
withTtl(int ttlSec) |
Mutation<Q> |
withWritetime(long microsSinceEpoch) |
withConsistency, withoutTracking, withRetryPolicy, withTrackingexecute, executeAsyncMutation<Q> withSerialConsistency(com.datastax.driver.core.ConsistencyLevel consistencyLevel)
consistencyLevel - the consistency level to useMutation<Q> withTtl(int ttlSec)
ttlSec - the time-to-live in sec to setCopyright © 2012–2015 1&1. All rights reserved.