|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScanPolicy | |
---|---|
com.aerospike.client | |
com.aerospike.client.async |
Uses of ScanPolicy in com.aerospike.client |
---|
Methods in com.aerospike.client with parameters of type ScanPolicy | |
---|---|
void |
AerospikeClient.scanAll(ScanPolicy policy,
java.lang.String namespace,
java.lang.String setName,
ScanCallback callback)
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)
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)
Read all records in specified namespace and set for one node only. |
Uses of ScanPolicy in com.aerospike.client.async |
---|
Methods in com.aerospike.client.async with parameters of type ScanPolicy | |
---|---|
void |
AsyncClient.scanAll(ScanPolicy policy,
RecordSequenceListener listener,
java.lang.String namespace,
java.lang.String setName)
Asynchronously read all records in specified namespace and set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |