Uses of Class
com.playtika.janusgraph.aerospike.operations.batch.BatchUpdates
Packages that use BatchUpdates
Package
Description
-
Uses of BatchUpdates in com.playtika.janusgraph.aerospike
Constructor parameters in com.playtika.janusgraph.aerospike with type arguments of type BatchUpdatesModifierConstructorDescriptionprotectedAerospikeKeyColumnValueStore(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 BatchUpdates in com.playtika.janusgraph.aerospike.operations
Methods in com.playtika.janusgraph.aerospike.operations that return types with arguments of type BatchUpdatesModifier 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 BatchUpdatesModifier 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 BatchUpdates in com.playtika.janusgraph.aerospike.operations.batch
Methods in com.playtika.janusgraph.aerospike.operations.batch that return BatchUpdatesMethods in com.playtika.janusgraph.aerospike.operations.batch that return types with arguments of type BatchUpdatesModifier 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) 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) Methods in com.playtika.janusgraph.aerospike.operations.batch with parameters of type BatchUpdatesModifier and TypeMethodDescriptionvoidBatchUpdateOperations.updateMany(BatchUpdates batchUpdates, boolean calledByWal) Method parameters in com.playtika.janusgraph.aerospike.operations.batch with type arguments of type BatchUpdatesModifier 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 BatchUpdates