Class BatchLocks
java.lang.Object
com.playtika.janusgraph.aerospike.operations.batch.BatchLocks
- All Implemented Interfaces:
nosql.batch.update.aerospike.lock.AerospikeBatchLocks<Map<com.aerospike.client.Key,ExpectedValue>>
public class BatchLocks
extends Object
implements nosql.batch.update.aerospike.lock.AerospikeBatchLocks<Map<com.aerospike.client.Key,ExpectedValue>>
-
Constructor Summary
ConstructorsConstructorDescriptionBatchLocks(Map<String, Map<com.aerospike.client.Value, Map<com.aerospike.client.Value, com.aerospike.client.Value>>> locksByStore, AerospikeOperations aerospikeOperations) -
Method Summary
-
Constructor Details
-
BatchLocks
public BatchLocks(Map<String, Map<com.aerospike.client.Value, Map<com.aerospike.client.Value, com.aerospike.client.Value>>> locksByStore, AerospikeOperations aerospikeOperations)
-
-
Method Details
-
keysToLock
- Specified by:
keysToLockin interfacenosql.batch.update.aerospike.lock.AerospikeBatchLocks<Map<com.aerospike.client.Key,ExpectedValue>>
-
expectedValues
- Specified by:
expectedValuesin interfacenosql.batch.update.aerospike.lock.AerospikeBatchLocks<Map<com.aerospike.client.Key,ExpectedValue>>
-
getLocksByStore
-