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(EventLoop, RecordSequenceListener, ScanPolicy, String, String, String...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously 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.
scanAll(ScanPolicy, RecordSequenceListener, String, String, String...) - Method in interface com.aerospike.client.async.IAsyncClient
Asynchronously read all records in specified namespace and set.
scanAll(ScanPolicy, String, String, ScanCallback, String...) - Method in interface com.aerospike.client.IAerospikeClient
Read all records in specified namespace and set.
scanAll(EventLoop, RecordSequenceListener, ScanPolicy, String, String, String...) - Method in interface com.aerospike.client.IAerospikeClient
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.
scanNode(ScanPolicy, String, String, String, ScanCallback, String...) - Method in interface com.aerospike.client.IAerospikeClient
Read all records in specified namespace and set for one node only.
scanNode(ScanPolicy, Node, String, String, ScanCallback, String...) - Method in interface com.aerospike.client.IAerospikeClient
Read all records in specified namespace and set for one node only.
scanPercent - Variable in class com.aerospike.client.policy.ScanPolicy
Percent of data to scan.
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
Default constructor.
scanPolicyDefault - Variable in class com.aerospike.client.AerospikeClient
Default scan policy that is used when scan command policy is null.
scanPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
Default scan policy that is used when scan command's policy is null.
schedule(Runnable, long, TimeUnit) - Method in interface com.aerospike.client.async.EventLoop
Schedule execution of runnable command with delay.
schedule(ScheduleTask, long, TimeUnit) - Method in interface com.aerospike.client.async.EventLoop
Schedule execution with a reusable ScheduleTask.
schedule(Runnable, long, TimeUnit) - Method in class com.aerospike.client.async.NettyEventLoop
Schedule execution of runnable command with delay.
schedule(ScheduleTask, long, TimeUnit) - Method in class com.aerospike.client.async.NettyEventLoop
Schedule execution with a reusable ScheduleTask.
schedule(Runnable, long, TimeUnit) - Method in class com.aerospike.client.async.NioEventLoop
Schedule execution of runnable command with delay in milliseconds.
schedule(ScheduleTask, long, TimeUnit) - Method in class com.aerospike.client.async.NioEventLoop
Schedule execution with a reusable ScheduleTask.
SECURITY_NOT_ENABLED - Static variable in class com.aerospike.client.ResultCode
Security functionality not enabled by connected server.
SECURITY_NOT_SUPPORTED - Static variable in class com.aerospike.client.ResultCode
Security functionality not supported by connected server.
SECURITY_SCHEME_NOT_SUPPORTED - Static variable in class com.aerospike.client.ResultCode
Security type not supported by connected server.
sendKey - Variable in class com.aerospike.client.policy.Policy
Send user defined key in addition to hash digest on both reads and writes.
sendSetName - Variable in class com.aerospike.client.policy.BatchPolicy
Send set name field to server for every key in the batch for batch index protocol.
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(String, int, Value) - Static method in class com.aerospike.client.cdt.ListOperation
Create list set operation.
setAggregateFunction(String, String, Value...) - Method in class com.aerospike.client.query.Statement
Set Lua aggregation function parameters for a Lua package located on the filesystem.
setAggregateFunction(ClassLoader, String, String, String, Value...) - Method in class com.aerospike.client.query.Statement
Set Lua aggregation function parameters for a Lua package located in a resource file.
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.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.
setFilter(Filter) - Method in class com.aerospike.client.query.Statement
Set optional query index filter.
setFilters(Filter...) - Method in class com.aerospike.client.query.Statement
Set optional query index 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.
setMapPolicy(MapPolicy, String) - Static method in class com.aerospike.client.cdt.MapOperation
Create set map policy operation.
setName - Variable in class com.aerospike.client.admin.Privilege
Set name scope.
setName - Variable in class com.aerospike.client.Key
Optional set name.
setNamespace(String) - Method in class com.aerospike.client.query.Statement
Set query namespace.
setPageSize(int) - Method in class com.aerospike.client.large.LargeList
Set LDT page size.
setPredExp(PredExp...) - Method in class com.aerospike.client.query.Statement
Set optional predicate expression filters in postfix notation.
setSetName(String) - Method in class com.aerospike.client.query.Statement
Set optional query setname.
setTaskId(long) - Method in class com.aerospike.client.query.Statement
Set optional query task id.
setTimeout(int) - Method in class com.aerospike.client.policy.Policy
Create a single timeout by setting socketTimeout and totalTimeout to the same value.
setTimeouts(int, int) - Method in class com.aerospike.client.policy.Policy
Set socketTimeout and totalTimeout.
sharedThreadPool - Variable in class com.aerospike.client.policy.ClientPolicy
Is threadPool shared between other client instances or classes.
size(String) - Static method in class com.aerospike.client.cdt.ListOperation
Create list size operation.
size(String) - Static method in class com.aerospike.client.cdt.MapOperation
Create map size operation.
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.
skipToValue() - Method in class com.aerospike.client.Info
 
sleepBetweenRetries - Variable in class com.aerospike.client.policy.Policy
Milliseconds to sleep between retries.
socketTimeout - Variable in class com.aerospike.client.policy.Policy
Socket timeout for each transaction attempt in milliseconds.
socketTimeout - Variable in class com.aerospike.client.policy.ScanPolicy
Maximum time in milliseconds to wait when polling socket for availability prior to performing an operation on the socket on the server side.
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
 
stringBin(String) - Static method in class com.aerospike.client.query.PredExp
Create string bin predicate.
stringEqual() - Static method in class com.aerospike.client.query.PredExp
Create string "=" operation predicate.
stringRegex(int) - Static method in class com.aerospike.client.query.PredExp
Create regular expression string operation predicate.
stringUnequal() - Static method in class com.aerospike.client.query.PredExp
Create string "!=" operation predicate.
stringValue(String) - Static method in class com.aerospike.client.query.PredExp
Create string value.
stringVar(String) - Static method in class com.aerospike.client.query.PredExp
Create string variable used in list/map iterations.
SysAdmin - Static variable in class com.aerospike.client.admin.Role
Manage server configuration.
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2012–2017 Aerospike, Inc. All rights reserved.