Uses of Interface
com.aerospike.client.listener.ExistsSequenceListener
Packages that use ExistsSequenceListener
-
Uses of ExistsSequenceListener in com.aerospike.client
Methods in com.aerospike.client with parameters of type ExistsSequenceListenerModifier and TypeMethodDescriptionfinal voidAerospikeClient.exists(EventLoop eventLoop, ExistsSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously check if multiple record keys exist in one batch call.voidIAerospikeClient.exists(EventLoop eventLoop, ExistsSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously check if multiple record keys exist in one batch call.