Uses of Class
com.playtika.janusgraph.aerospike.operations.batch.WalOperations
Packages that use WalOperations
-
Uses of WalOperations in com.playtika.janusgraph.aerospike.operations
Methods in com.playtika.janusgraph.aerospike.operations that return WalOperationsModifier and TypeMethodDescriptionprotected WalOperationsBasicOperations.buildWalOperations(org.janusgraph.diskstorage.configuration.Configuration configuration, AerospikeOperations aerospikeOperations) Methods in com.playtika.janusgraph.aerospike.operations with parameters of type WalOperationsModifier and TypeMethodDescriptionprotected 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)