Uses of Class
nosql.batch.update.aerospike.lock.AerospikeLock
Packages that use AerospikeLock
Package
Description
-
Uses of AerospikeLock in nosql.batch.update.aerospike.basic
Methods in nosql.batch.update.aerospike.basic that return types with arguments of type AerospikeLockModifier and TypeMethodDescriptionstatic BatchOperations<AerospikeBasicBatchLocks,List<Record>, AerospikeLock, com.aerospike.client.Value> AerospikeBasicBatchUpdater.basicOperations(com.aerospike.client.IAerospikeClient client, String walNamespace, String walSetName, Clock clock, ExecutorService aerospikeExecutorService, ExecutorService batchExecutorService) Method parameters in nosql.batch.update.aerospike.basic with type arguments of type AerospikeLockModifier and TypeMethodDescriptionvoidAerospikeBasicExpectedValueOperations.checkExpectedValues(List<AerospikeLock> locks, List<Record> expectedValues) -
Uses of AerospikeLock in nosql.batch.update.aerospike.basic.wal
Methods in nosql.batch.update.aerospike.basic.wal that return types with arguments of type AerospikeLockModifier and TypeMethodDescriptionstatic <LOCKS> WriteAheadLogCompleter<LOCKS,List<Record>, AerospikeLock, com.aerospike.client.Value> AerospikeBasicWalCompleter.basicCompleter(BatchOperations<LOCKS, List<Record>, AerospikeLock, com.aerospike.client.Value> batchOperations, Duration staleBatchesThreshold, int batchSize) Method parameters in nosql.batch.update.aerospike.basic.wal with type arguments of type AerospikeLockModifier and TypeMethodDescriptionstatic <LOCKS> WriteAheadLogCompleter<LOCKS,List<Record>, AerospikeLock, com.aerospike.client.Value> AerospikeBasicWalCompleter.basicCompleter(BatchOperations<LOCKS, List<Record>, AerospikeLock, com.aerospike.client.Value> batchOperations, Duration staleBatchesThreshold, int batchSize) -
Uses of AerospikeLock in nosql.batch.update.aerospike.lock
Methods in nosql.batch.update.aerospike.lock that return types with arguments of type AerospikeLockModifier and TypeMethodDescriptionAerospikeLockOperations.acquire(com.aerospike.client.Value batchId, LOCKS batchLocks, boolean checkBatchId) AerospikeLockOperations.getLockedByBatchUpdate(LOCKS aerospikeBatchLocks, com.aerospike.client.Value batchId) protected List<AerospikeLock>AerospikeLockOperations.putLocks(com.aerospike.client.Value batchId, LOCKS batchLocks, boolean checkTransactionId) Methods in nosql.batch.update.aerospike.lock with parameters of type AerospikeLockModifier and TypeMethodDescriptionprotected voidAerospikeLockOperations.releaseLock(AerospikeLock lock, com.aerospike.client.Value batchId) Method parameters in nosql.batch.update.aerospike.lock with type arguments of type AerospikeLockModifier and TypeMethodDescriptionvoidAerospikeExpectedValuesOperations.checkExpectedValues(List<AerospikeLock> locks, EV expectedValues) protected voidAerospikeLockOperations.checkExpectedValues(LOCKS batchLocks, List<AerospikeLock> keysLocked) voidAerospikeLockOperations.release(List<AerospikeLock> locks, com.aerospike.client.Value batchId)