Uses of Class
com.aerospike.client.BatchRead
Packages that use BatchRead
-
Uses of BatchRead in com.aerospike.client
Method parameters in com.aerospike.client with type arguments of type BatchReadModifier and TypeMethodDescriptionfinal voidAerospikeClient.get(EventLoop eventLoop, BatchListListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, BatchSequenceListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.final booleanAerospikeClient.get(BatchPolicy policy, List<BatchRead> records) Read multiple records for specified batch keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, BatchListListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, BatchSequenceListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.booleanIAerospikeClient.get(BatchPolicy policy, List<BatchRead> records) Read multiple records for specified batch keys in one batch call. -
Uses of BatchRead in com.aerospike.client.listener
Methods in com.aerospike.client.listener with parameters of type BatchReadModifier and TypeMethodDescriptionvoidThis method is called when an asynchronous batch record is received from the server.Method parameters in com.aerospike.client.listener with type arguments of type BatchRead