public class CQLSimpleMutateManyUnloggedFunction extends AbstractCQLMutateManyUnloggedFunction
additionsFunction, createMaskedTimestampFunction, deletionsFunction, sleepAfterWriteFunction| Constructor and Description |
|---|
CQLSimpleMutateManyUnloggedFunction(int batchSize,
com.datastax.oss.driver.api.core.CqlSession session,
Map<String,CQLKeyColumnValueStore> openStores,
TimestampProvider times,
boolean assignTimestamp,
ConsumerWithBackendException<DistributedStoreManager.MaskedTimestamp> sleepAfterWriteFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Throwable> |
mutate(DistributedStoreManager.MaskedTimestamp commitTime,
Map<String,Map<StaticBuffer,KCVMutation>> mutations,
StoreTransaction txh) |
execAsyncUnlogged, mutateMany, toGroupedBatchableStatementsSequenceIteratorgetColumnValueStorepublic CQLSimpleMutateManyUnloggedFunction(int batchSize,
com.datastax.oss.driver.api.core.CqlSession session,
Map<String,CQLKeyColumnValueStore> openStores,
TimestampProvider times,
boolean assignTimestamp,
ConsumerWithBackendException<DistributedStoreManager.MaskedTimestamp> sleepAfterWriteFunction)
protected Optional<Throwable> mutate(DistributedStoreManager.MaskedTimestamp commitTime, Map<String,Map<StaticBuffer,KCVMutation>> mutations, StoreTransaction txh)
mutate in class AbstractCQLMutateManyUnloggedFunctionCopyright © 2012–2022. All rights reserved.