Uses of Interface
com.aerospike.client.listener.RecordSequenceListener
Packages that use RecordSequenceListener
-
Uses of RecordSequenceListener in com.aerospike.client
Methods in com.aerospike.client with parameters of type RecordSequenceListenerModifier and TypeMethodDescriptionfinal voidAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple records for specified keys in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, String... binNames) Asynchronously read multiple record headers and bins for specified keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple records for specified keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, String... binNames) Asynchronously read multiple record headers and bins for specified keys in one batch call.final voidAerospikeClient.getHeader(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple record header data for specified keys in one batch call.voidIAerospikeClient.getHeader(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple record header data for specified keys in one batch call.final voidAerospikeClient.query(EventLoop eventLoop, RecordSequenceListener listener, QueryPolicy policy, Statement statement) Asynchronously execute query on all server nodes.voidIAerospikeClient.query(EventLoop eventLoop, RecordSequenceListener listener, QueryPolicy policy, Statement statement) Asynchronously execute query on all server nodes.final voidAerospikeClient.queryPartitions(EventLoop eventLoop, RecordSequenceListener listener, QueryPolicy policy, Statement statement, PartitionFilter partitionFilter) Asynchronously execute query for specified partitions.voidIAerospikeClient.queryPartitions(EventLoop eventLoop, RecordSequenceListener listener, QueryPolicy policy, Statement statement, PartitionFilter partitionFilter) Asynchronously execute query for specified partitions.final voidAerospikeClient.scanAll(EventLoop eventLoop, RecordSequenceListener listener, ScanPolicy policy, String namespace, String setName, String... binNames) Asynchronously read all records in specified namespace and set.voidIAerospikeClient.scanAll(EventLoop eventLoop, RecordSequenceListener listener, ScanPolicy policy, String namespace, String setName, String... binNames) Asynchronously read all records in specified namespace and set.final voidAerospikeClient.scanPartitions(EventLoop eventLoop, RecordSequenceListener listener, ScanPolicy policy, PartitionFilter partitionFilter, String namespace, String setName, String... binNames) Asynchronously read records in specified namespace, set and partition filter.voidIAerospikeClient.scanPartitions(EventLoop eventLoop, RecordSequenceListener listener, ScanPolicy policy, PartitionFilter partitionFilter, String namespace, String setName, String... binNames) Asynchronously read records in specified namespace, set and partition filter.