Uses of Class
me.prettyprint.cassandra.service.BatchMutation

Packages that use BatchMutation
me.prettyprint.cassandra.service   
 

Uses of BatchMutation in me.prettyprint.cassandra.service
 

Methods in me.prettyprint.cassandra.service that return BatchMutation
 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.
 

Methods in me.prettyprint.cassandra.service with parameters of type BatchMutation
 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 © 2012. All Rights Reserved.