Class BatchOperationsUtil
java.lang.Object
com.playtika.janusgraph.aerospike.operations.batch.BatchOperationsUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic nosql.batch.update.BatchOperations<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> 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>> lockOperations(AerospikeOperations aerospikeOperations, ExecutorService executorService) static BatchUpdateOperationsupdateOperations(AerospikeOperations aerospikeOperations) static nosql.batch.update.aerospike.wal.AerospikeWriteAheadLogManager<BatchLocks,BatchUpdates, Map<com.aerospike.client.Key, ExpectedValue>> walManager(AerospikeOperations aerospikeOperations, String walNamespace, String walSetName, Clock clock, ExecutorService executorService)
-
Constructor Details
-
BatchOperationsUtil
public BatchOperationsUtil()
-
-
Method Details
-
batchOperations
public static nosql.batch.update.BatchOperations<BatchLocks,BatchUpdates, batchOperationsnosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> (AerospikeOperations aerospikeOperations, String walNamespace, String walSetName, Clock clock, ExecutorService aerospikeExecutorService, ExecutorService batchExecutorService) -
updateOperations
-
lockOperations
public static nosql.batch.update.aerospike.lock.AerospikeLockOperations<BatchLocks,Map<com.aerospike.client.Key, lockOperationsExpectedValue>> (AerospikeOperations aerospikeOperations, ExecutorService executorService) -
walManager
public static nosql.batch.update.aerospike.wal.AerospikeWriteAheadLogManager<BatchLocks,BatchUpdates, walManagerMap<com.aerospike.client.Key, ExpectedValue>> (AerospikeOperations aerospikeOperations, String walNamespace, String walSetName, Clock clock, ExecutorService executorService)
-