Methods in com.aerospike.client with parameters of type ScanCallback |
void |
AerospikeClient.scanAll(ScanPolicy policy,
java.lang.String namespace,
java.lang.String setName,
ScanCallback callback,
java.lang.String... binNames)
Read all records in specified namespace and set. |
void |
AerospikeClient.scanNode(ScanPolicy policy,
Node node,
java.lang.String namespace,
java.lang.String setName,
ScanCallback callback,
java.lang.String... binNames)
Read all records in specified namespace and set for one node only. |
void |
AerospikeClient.scanNode(ScanPolicy policy,
java.lang.String nodeName,
java.lang.String namespace,
java.lang.String setName,
ScanCallback callback,
java.lang.String... binNames)
Read all records in specified namespace and set for one node only. |