Uses of Interface
com.aerospike.client.listener.BatchSequenceListener
Packages that use BatchSequenceListener
-
Uses of BatchSequenceListener in com.aerospike.client
Methods in com.aerospike.client with parameters of type BatchSequenceListenerModifier and TypeMethodDescriptionfinal voidAerospikeClient.get(EventLoop eventLoop, BatchSequenceListener 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.