Uses of Class
com.playtika.janusgraph.aerospike.operations.batch.BatchLocks
Packages that use BatchLocks
Package
Description
-
Uses of BatchLocks in com.playtika.janusgraph.aerospike
Constructor parameters in com.playtika.janusgraph.aerospike with type arguments of type BatchLocksModifierConstructorDescriptionprotectedAerospikeKeyColumnValueStore(String storeName, ReadOperations readOperations, AerospikeOperations aerospikeOperations, nosql.batch.update.BatchUpdater<BatchLocks, BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> batchUpdater, MutateOperations mutateOperations, ScanOperations scanOperations, IdsCleanupOperations idsCleanupOperations) -
Uses of BatchLocks in com.playtika.janusgraph.aerospike.operations
Methods in com.playtika.janusgraph.aerospike.operations that return types with arguments of type BatchLocksModifier and TypeMethodDescriptionnosql.batch.update.BatchUpdater<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BasicOperations.batchUpdater()nosql.batch.update.BatchUpdater<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> Operations.batchUpdater()protected nosql.batch.update.BatchOperations<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BasicOperations.buildBatchOperations(AerospikeOperations aerospikeOperations, WalOperations walOperations, Clock clock, ExecutorService executorService, ExecutorService batchExecutorService) protected nosql.batch.update.wal.WriteAheadLogCompleter<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BasicOperations.buildWriteAheadLogCompleter(WalOperations walOperations, nosql.batch.update.BatchOperations<BatchLocks, BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> batchOperations) nosql.batch.update.wal.WriteAheadLogCompleter<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BasicOperations.getWriteAheadLogCompleter()nosql.batch.update.wal.WriteAheadLogCompleter<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> Operations.getWriteAheadLogCompleter()Method parameters in com.playtika.janusgraph.aerospike.operations with type arguments of type BatchLocksModifier and TypeMethodDescriptionprotected nosql.batch.update.wal.WriteAheadLogCompleter<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BasicOperations.buildWriteAheadLogCompleter(WalOperations walOperations, nosql.batch.update.BatchOperations<BatchLocks, BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> batchOperations) -
Uses of BatchLocks in com.playtika.janusgraph.aerospike.operations.batch
Methods in com.playtika.janusgraph.aerospike.operations.batch that return BatchLocksMethods in com.playtika.janusgraph.aerospike.operations.batch that return types with arguments of type BatchLocksModifier and TypeMethodDescriptionstatic nosql.batch.update.BatchOperations<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BatchOperationsUtil.batchOperations(AerospikeOperations aerospikeOperations, String walNamespace, String walSetName, Clock clock, ExecutorService aerospikeExecutorService, ExecutorService batchExecutorService) static nosql.batch.update.aerospike.lock.AerospikeLockOperations<BatchLocks,Map<com.aerospike.client.Key, ExpectedValue>> BatchOperationsUtil.lockOperations(AerospikeOperations aerospikeOperations, ExecutorService executorService) nosql.batch.update.BatchUpdate<BatchLocks,BatchUpdates> static nosql.batch.update.aerospike.wal.AerospikeWriteAheadLogManager<BatchLocks,BatchUpdates, Map<com.aerospike.client.Key, ExpectedValue>> BatchOperationsUtil.walManager(AerospikeOperations aerospikeOperations, String walNamespace, String walSetName, Clock clock, ExecutorService executorService) Method parameters in com.playtika.janusgraph.aerospike.operations.batch with type arguments of type BatchLocksModifier and TypeMethodDescriptionList<com.aerospike.client.Bin>BatchUpdateSerde.write(nosql.batch.update.BatchUpdate<BatchLocks, BatchUpdates> batch) Constructors in com.playtika.janusgraph.aerospike.operations.batch with parameters of type BatchLocks