Uses of Interface
com.aerospike.client.ScanCallback
Packages that use ScanCallback
-
Uses of ScanCallback in com.aerospike.client
Methods in com.aerospike.client with parameters of type ScanCallbackModifier and TypeMethodDescriptionfinal voidAerospikeClient.scanAll(ScanPolicy policy, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set.voidIAerospikeClient.scanAll(ScanPolicy policy, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set.final voidAerospikeClient.scanNode(ScanPolicy policy, Node node, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set for one node only.final voidAerospikeClient.scanNode(ScanPolicy policy, String nodeName, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set for one node only.voidIAerospikeClient.scanNode(ScanPolicy policy, Node node, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set for one node only.voidIAerospikeClient.scanNode(ScanPolicy policy, String nodeName, String namespace, String setName, ScanCallback callback, String... binNames) Read all records in specified namespace and set for one node only.final voidAerospikeClient.scanPartitions(ScanPolicy policy, PartitionFilter partitionFilter, String namespace, String setName, ScanCallback callback, String... binNames) Read records in specified namespace, set and partition filter.voidIAerospikeClient.scanPartitions(ScanPolicy policy, PartitionFilter partitionFilter, String namespace, String setName, ScanCallback callback, String... binNames) Read records in specified namespace, set and partition filter.