Class BatchExpectedValueOperations
java.lang.Object
com.playtika.janusgraph.aerospike.operations.batch.BatchExpectedValueOperations
- All Implemented Interfaces:
nosql.batch.update.aerospike.lock.AerospikeExpectedValuesOperations<Map<com.aerospike.client.Key,ExpectedValue>>
public class BatchExpectedValueOperations
extends Object
implements nosql.batch.update.aerospike.lock.AerospikeExpectedValuesOperations<Map<com.aerospike.client.Key,ExpectedValue>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckExpectedValues(List<nosql.batch.update.aerospike.lock.AerospikeLock> locks, Map<com.aerospike.client.Key, ExpectedValue> expectedValues)
-
Constructor Details
-
BatchExpectedValueOperations
-
-
Method Details
-
checkExpectedValues
public void checkExpectedValues(List<nosql.batch.update.aerospike.lock.AerospikeLock> locks, Map<com.aerospike.client.Key, ExpectedValue> expectedValues) throws nosql.batch.update.lock.PermanentLockingException- Specified by:
checkExpectedValuesin interfacenosql.batch.update.aerospike.lock.AerospikeExpectedValuesOperations<Map<com.aerospike.client.Key,ExpectedValue>> - Throws:
nosql.batch.update.lock.PermanentLockingException
-