| Package | Description |
|---|---|
| me.prettyprint.cassandra.service |
| Modifier and Type | Method and Description |
|---|---|
BatchMutation<K> |
BatchMutation.addCounterInsertion(K key,
List<String> columnFamilies,
org.apache.cassandra.thrift.CounterColumn counterColumn)
Add a ColumnCounter insertion (or update)
|
BatchMutation<K> |
BatchMutation.addDeletion(K key,
List<String> columnFamilies,
org.apache.cassandra.thrift.Deletion deletion)
Add a deletion request to the batch mutation.
|
BatchMutation<K> |
BatchMutation.addInsertion(K key,
List<String> columnFamilies,
org.apache.cassandra.thrift.Column column)
Add an Column insertion (or update) to the batch mutation request.
|
BatchMutation<K> |
BatchMutation.addSuperCounterInsertion(K key,
List<String> columnFamilies,
org.apache.cassandra.thrift.CounterSuperColumn counterSuperColumn)
Add a SuperColumnCounter insertion (or update)
|
BatchMutation<K> |
BatchMutation.addSuperInsertion(K key,
List<String> columnFamilies,
org.apache.cassandra.thrift.SuperColumn superColumn)
Add a SuperColumn insertion (or update) to the batch mutation request.
|
BatchMutation<K> |
BatchMutation.makeCopy()
Makes a shallow copy of the mutation object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualKeyspaceServiceImpl.batchMutate(BatchMutation batchMutate) |
void |
KeyspaceServiceImpl.batchMutate(BatchMutation batchMutate) |
void |
KeyspaceService.batchMutate(BatchMutation batchMutation)
Call batch mutate with the BatchMutation object which encapsulates some of the complexity
of the batch_mutate API signature
|
Copyright © 2014. All Rights Reserved.