Uses of Class
com.playtika.janusgraph.aerospike.operations.batch.ExpectedValue
Packages that use ExpectedValue
-
Uses of ExpectedValue in com.playtika.janusgraph.aerospike.operations.batch
Methods in com.playtika.janusgraph.aerospike.operations.batch that return types with arguments of type ExpectedValueModifier and TypeMethodDescriptionMap<com.aerospike.client.Key,ExpectedValue> BatchLocks.expectedValues()static nosql.batch.update.aerospike.lock.AerospikeLockOperations<BatchLocks,Map<com.aerospike.client.Key, ExpectedValue>> BatchOperationsUtil.lockOperations(AerospikeOperations aerospikeOperations, ExecutorService executorService) 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 ExpectedValueModifier and TypeMethodDescriptionvoidBatchExpectedValueOperations.checkExpectedValues(List<nosql.batch.update.aerospike.lock.AerospikeLock> locks, Map<com.aerospike.client.Key, ExpectedValue> expectedValues)