Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
S
scan()
- Method in class com.aerospike.client.large.
LargeList
Return all objects in the list.
scan()
- Method in class com.aerospike.client.large.
LargeMap
Return all objects in the map.
scan()
- Method in class com.aerospike.client.large.
LargeSet
Return list of all objects in the set.
scan()
- Method in class com.aerospike.client.large.
LargeStack
Return list of all objects on the stack.
SCAN_ABORT
- Static variable in class com.aerospike.client.
ResultCode
Scan aborted by server.
SCAN_TERMINATED
- Static variable in class com.aerospike.client.
ResultCode
Scan was terminated by user.
scanAll(ScanPolicy, String, String, ScanCallback, String...)
- Method in class com.aerospike.client.
AerospikeClient
Read all records in specified namespace and set.
scanAll(ScanPolicy, RecordSequenceListener, String, String, String...)
- Method in class com.aerospike.client.async.
AsyncClient
Asynchronously read all records in specified namespace and set.
ScanCallback
- Interface in
com.aerospike.client
An object implementing this interface is passed in
scan()
calls, so the caller can be notified with scan results.
scanCallback(Key, Record)
- Method in interface com.aerospike.client.
ScanCallback
This method will be called for each record returned from a scan.
scanNode(ScanPolicy, String, String, String, ScanCallback, String...)
- Method in class com.aerospike.client.
AerospikeClient
Read all records in specified namespace and set for one node only.
scanNode(ScanPolicy, Node, String, String, ScanCallback, String...)
- Method in class com.aerospike.client.
AerospikeClient
Read all records in specified namespace and set for one node only.
scanPercent
- Variable in class com.aerospike.client.policy.
ScanPolicy
Fraction of data to scan - not yet supported.
ScanPolicy
- Class in
com.aerospike.client.policy
Container object for optional parameters used in scan operations.
ScanPolicy()
- Constructor for class com.aerospike.client.policy.
ScanPolicy
SERIALIZE_ERROR
- Static variable in class com.aerospike.client.
ResultCode
Client serialization error.
SERVER_ERROR
- Static variable in class com.aerospike.client.
ResultCode
Unknown server failure.
SERVER_MEM_ERROR
- Static variable in class com.aerospike.client.
ResultCode
Server has run out of memory.
SERVER_NOT_AVAILABLE
- Static variable in class com.aerospike.client.
ResultCode
Server is not accepting requests.
setBinNames(String...)
- Method in class com.aerospike.client.query.
Statement
Set query bin names.
setCallback(Log.Callback)
- Static method in class com.aerospike.client.
Log
Set optional log callback implementation.
setCapacity(int)
- Method in class com.aerospike.client.large.
LargeList
Set maximum number of entries in the list.
setCapacity(int)
- Method in class com.aerospike.client.large.
LargeMap
Set maximum number of entries for the map.
setCapacity(int)
- Method in class com.aerospike.client.large.
LargeSet
Set maximum number of entries in the set.
setCapacity(int)
- Method in class com.aerospike.client.large.
LargeStack
Set maximum number of entries for the stack.
setFilters(Filter...)
- Method in class com.aerospike.client.query.
Statement
Set optional query filters.
setIndexName(String)
- Method in class com.aerospike.client.query.
Statement
Set optional query index name.
setLevel(Log.Level)
- Static method in class com.aerospike.client.
Log
Set log level filter.
setName
- Variable in class com.aerospike.client.
Key
Optional set name.
setNamespace(String)
- Method in class com.aerospike.client.query.
Statement
Set query namespace.
setSetName(String)
- Method in class com.aerospike.client.query.
Statement
Set optional query setname.
setTaskId(int)
- Method in class com.aerospike.client.query.
Statement
Set optional query task id.
size()
- Method in class com.aerospike.client.large.
LargeList
Return size of list.
size()
- Method in class com.aerospike.client.large.
LargeMap
Return size of map.
size()
- Method in class com.aerospike.client.large.
LargeSet
Return size of set.
size()
- Method in class com.aerospike.client.large.
LargeStack
Return size of stack.
sleepBetweenRetries
- Variable in class com.aerospike.client.policy.
Policy
Milliseconds to sleep between retries if a transaction fails and the timeout was not exceeded.
SourceDirectory
- Static variable in class com.aerospike.client.lua.
LuaConfig
Directory location which contains user defined Lua source files.
Statement
- Class in
com.aerospike.client.query
Query statement parameters.
Statement()
- Constructor for class com.aerospike.client.query.
Statement
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W