Class AerospikeBasicExpectedValueOperations
java.lang.Object
nosql.batch.update.aerospike.basic.AerospikeBasicExpectedValueOperations
- All Implemented Interfaces:
AerospikeExpectedValuesOperations<List<Record>>
public class AerospikeBasicExpectedValueOperations
extends Object
implements AerospikeExpectedValuesOperations<List<Record>>
-
Constructor Summary
ConstructorsConstructorDescriptionAerospikeBasicExpectedValueOperations(com.aerospike.client.IAerospikeClient client) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckExpectedValues(List<AerospikeLock> locks, List<Record> expectedValues)
-
Constructor Details
-
AerospikeBasicExpectedValueOperations
public AerospikeBasicExpectedValueOperations(com.aerospike.client.IAerospikeClient client)
-
-
Method Details
-
checkExpectedValues
public void checkExpectedValues(List<AerospikeLock> locks, List<Record> expectedValues) throws PermanentLockingException - Specified by:
checkExpectedValuesin interfaceAerospikeExpectedValuesOperations<List<Record>>- Throws:
PermanentLockingException
-