Uses of Class
nosql.batch.update.aerospike.basic.Record
Packages that use Record
Package
Description
-
Uses of Record in nosql.batch.update.aerospike.basic
Methods in nosql.batch.update.aerospike.basic that return types with arguments of type RecordModifier and TypeMethodDescriptionAerospikeBasicBatchUpdater.basicLockOperations(com.aerospike.client.IAerospikeClient reactorClient, ExecutorService aerospikeExecutorService) static BatchOperations<AerospikeBasicBatchLocks,List<Record>, AerospikeLock, com.aerospike.client.Value> AerospikeBasicBatchUpdater.basicOperations(com.aerospike.client.IAerospikeClient client, String walNamespace, String walSetName, Clock clock, ExecutorService aerospikeExecutorService, ExecutorService batchExecutorService) AerospikeBasicBatchUpdater.basicWalManager(com.aerospike.client.IAerospikeClient client, String walNamespace, String walSetName, Clock clock) AerospikeBasicBatchUpdater.basicWalManager(com.aerospike.client.IAerospikeClient client, String walNamespace, String walSetName, Clock clock) AerospikeBasicBatchUpdate.updates()Method parameters in nosql.batch.update.aerospike.basic with type arguments of type RecordModifier and TypeMethodDescriptionvoidAerospikeBasicUpdateOperations.updateMany(List<Record> batchOfUpdates, boolean calledByWal) List<com.aerospike.client.Bin>AerospikeBasicBatchUpdateSerde.write(BatchUpdate<AerospikeBasicBatchLocks, List<Record>> batch) Constructor parameters in nosql.batch.update.aerospike.basic with type arguments of type RecordModifierConstructorDescriptionAerospikeBasicBatchUpdate(AerospikeBasicBatchLocks locks, List<Record> updates) -
Uses of Record in nosql.batch.update.aerospike.basic.lock
Methods in nosql.batch.update.aerospike.basic.lock that return types with arguments of type RecordConstructor parameters in nosql.batch.update.aerospike.basic.lock with type arguments of type Record -
Uses of Record in nosql.batch.update.aerospike.basic.wal
Methods in nosql.batch.update.aerospike.basic.wal that return types with arguments of type RecordModifier and TypeMethodDescriptionstatic <LOCKS> WriteAheadLogCompleter<LOCKS,List<Record>, AerospikeLock, com.aerospike.client.Value> AerospikeBasicWalCompleter.basicCompleter(BatchOperations<LOCKS, List<Record>, AerospikeLock, com.aerospike.client.Value> batchOperations, Duration staleBatchesThreshold, int batchSize) Method parameters in nosql.batch.update.aerospike.basic.wal with type arguments of type RecordModifier and TypeMethodDescriptionstatic <LOCKS> WriteAheadLogCompleter<LOCKS,List<Record>, AerospikeLock, com.aerospike.client.Value> AerospikeBasicWalCompleter.basicCompleter(BatchOperations<LOCKS, List<Record>, AerospikeLock, com.aerospike.client.Value> batchOperations, Duration staleBatchesThreshold, int batchSize)