Projects >> titan >>cd7285ac35e04e285aac7a2b68e8c371489414b6

Chunk
Conflicting content
    }

    @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());
Solution content
    }

    @Override
    public void mutateMany(Map> batch, StoreTransaction txh) throws BackendException {
        MutationBatch m = keyspaceContext.getClient().prepareMutationBatch().withAtomicBatch(true)
                .setConsistencyLevel(getTx(txh).getWriteConsistencyLevel().getAstyanax())
                .withRetryPolicy(retryPolicy.duplicate());
File
AstyanaxStoreManager.java
Developer's decision
Combination
Kind of conflict
Method invocation
Method signature
Variable