Uses of Interface
com.aerospike.client.listener.BatchOperateListListener
Packages that use BatchOperateListListener
-
Uses of BatchOperateListListener in com.aerospike.client
Methods in com.aerospike.client with parameters of type BatchOperateListListenerModifier and TypeMethodDescriptionfinal voidAerospikeClient.operate(EventLoop eventLoop, BatchOperateListListener listener, BatchPolicy policy, List<BatchRecord> records) Asynchronously read/write multiple records for specified batch keys in one batch call.voidIAerospikeClient.operate(EventLoop eventLoop, BatchOperateListListener listener, BatchPolicy policy, List<BatchRecord> records) Asynchronously read/write multiple records for specified batch keys in one batch call.