}
@Override
<<<<<<< HEAD
public void mutateMany(Map> batch, StoreTransaction txh) throws StorageException {
MutationBatch m = keyspaceContext.getClient().prepareMutationBatch().withAtomicBatch(true)
=======
public void mutateMany(Map> batch, StoreTransaction txh) throws BackendException {
MutationBatch m = keyspaceContext.getClient().prepareMutationBatch()
>>>>>>> 505ef66504780c72064556ba01c260af413cd9d4
.setConsistencyLevel(getTx(txh).getWriteConsistencyLevel().getAstyanax())
.withRetryPolicy(retryPolicy.duplicate());
|