Uses of Interface
com.aerospike.client.listener.BatchListListener
Packages that use BatchListListener
-
Uses of BatchListListener in com.aerospike.client
Methods in com.aerospike.client with parameters of type BatchListListenerModifier 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.voidIAerospikeClient.get(EventLoop eventLoop, BatchListListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.