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(String, CitrusleafClient.ClOptions, CitrusleafClient.ScanCallback, Object)
- Method in class net.citrusleaf.
CitrusleafClient
Deprecated.
scan(String, String, CitrusleafClient.ClOptions, CitrusleafClient.ScanCallback, Object)
- Method in class net.citrusleaf.
CitrusleafClient
Deprecated.
scan(String, CitrusleafClient.ClOptions, CitrusleafClient.ScanCallback, Object, boolean)
- Method in class net.citrusleaf.
CitrusleafClient
Deprecated.
scan(String, String, CitrusleafClient.ClOptions, CitrusleafClient.ScanCallback, Object, boolean)
- Method in class net.citrusleaf.
CitrusleafClient
Deprecated.
scan(String, String, CitrusleafClient.ScanCallback, Object)
- Method in class net.citrusleaf.
CitrusleafClient
Scan the database nodes in parallel, using specified namespace and set filters, and default options, returning a single result code.
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.
scanAllNodes(String, String, CitrusleafClient.ScanCallback, Object)
- Method in class net.citrusleaf.
CitrusleafClient
Scan the database nodes in parallel, using specified namespace and set filters, and default options.
scanAllNodes(String, String, CitrusleafClient.ClOptions, CitrusleafClient.ClScanningOptions, CitrusleafClient.ScanCallback, Object)
- Method in class net.citrusleaf.
CitrusleafClient
Scan the database nodes in parallel, using specified namespace and set filters.
scanAllNodes(String, String, boolean, int, CitrusleafClient.ClOptions, CitrusleafClient.ClScanningOptions, CitrusleafClient.ScanCallback, Object)
- Method in class net.citrusleaf.
CitrusleafClient
Scan the database nodes in parallel, using specified namespace and set filters, retrieving records or digests only, as specified.
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.
scanCallback(String, String, byte[], Map<String, Object>, int, int, Object)
- Method in interface net.citrusleaf.
CitrusleafClient.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.
scanNode(String, String, String, boolean, int, CitrusleafClient.ClOptions, CitrusleafClient.ClScanningOptions, CitrusleafClient.ScanCallback, Object)
- Method in class net.citrusleaf.
CitrusleafClient
Scan a single database node, using specified namespace and set filters, retrieving records or digests only, as specified.
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.
set(Object, Object)
- Method in class net.citrusleaf.
CitrusleafClient
For server nodes configured as "single-bin" only - set record value for specified key, using default namespace, no set name, and default options.
set(Object, Object, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
For server nodes configured as "single-bin" only - set record value for specified key, using default namespace and no set name.
set(String, String, Object, String, Object, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Set record bin value for specified key and bin name.
set(String, String, Object, Collection<CitrusleafClient.ClBin>, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Set record bin values for specified key and bin names.
set(String, String, Object, Map<String, Object>, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Set record bin values for specified key and bin names.
set_generation(int)
- Method in class net.citrusleaf.
CitrusleafClient.ClWriteOptions
Specify expected generation.
set_generation_dup(int)
- Method in class net.citrusleaf.
CitrusleafClient.ClWriteOptions
Specify expected generation, and flag to duplicate if generation is not equal to that on server.
set_generation_gt(int)
- Method in class net.citrusleaf.
CitrusleafClient.ClWriteOptions
Specify highest expected generation.
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.
setConcurrentNodes(boolean)
- Method in class net.citrusleaf.
CitrusleafClient.ClScanningOptions
Specify concurrent nodes scan setting.
setDefaultNamespace(String)
- Method in class net.citrusleaf.
CitrusleafClient
Specify namespace to use in database operation calls that do not have a namespace parameter.
setDigest(String, byte[], String, Object, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Set record bin value for specified key digest and bin name.
setDigest(String, byte[], CitrusleafClient.ClBin, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Set record bin value for specified key digest and bin name.
setDigest(String, byte[], Collection<CitrusleafClient.ClBin>, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Set record bin values for specified key digest and bin names.
setDigest(String, byte[], Map<String, Object>, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Set record bin values for specified key digest and bin names.
setFailOnClusterChange(boolean)
- Method in class net.citrusleaf.
CitrusleafClient.ClScanningOptions
Specify scan termination setting.
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.
setLogging(CitrusleafClient.ClLogLevel, CitrusleafClient.LogCallback)
- Static method in class net.citrusleaf.
CitrusleafClient
Set logging level filter and optional log callback implementation.
setName
- Variable in class com.aerospike.client.
Key
Optional set name.
setNamespace(String)
- Method in class com.aerospike.client.query.
Statement
Set query namespace.
setOneShot()
- Method in class net.citrusleaf.
CitrusleafClient.ClOptions
Specify no transaction retries.
setPriority(CitrusleafClient.ClScanningPriority)
- Method in class net.citrusleaf.
CitrusleafClient.ClScanningOptions
Specify server scan priority setting.
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.
setThreadsPerNode(int)
- Method in class net.citrusleaf.
CitrusleafClient.ClScanningOptions
Specify number of client scan threads per node - not yet supported.
setTimeout(int)
- Method in class net.citrusleaf.
CitrusleafClient.ClOptions
Specify timeout.
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