|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aerospike.client.policy.Policy
com.aerospike.client.policy.ScanPolicy
public final class ScanPolicy
Container object for optional parameters used in scan operations.
Field Summary | |
---|---|
boolean |
concurrentNodes
Issue scan requests in parallel or serially. |
boolean |
failOnClusterChange
Terminate scan if cluster in fluctuating state. |
boolean |
includeBinData
Indicates if bin data is retrieved. |
int |
scanPercent
Fraction of data to scan - not yet supported. |
Fields inherited from class com.aerospike.client.policy.Policy |
---|
maxRetries, priority, sleepBetweenRetries, timeout |
Constructor Summary | |
---|---|
ScanPolicy()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int scanPercent
public boolean concurrentNodes
public boolean includeBinData
public boolean failOnClusterChange
Constructor Detail |
---|
public ScanPolicy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |