- 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, 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.
- scanPartitions(ScanPolicy, PartitionFilter, String, String, ScanCallback, String...) - Method in class com.aerospike.client.AerospikeClient
-
Read records in specified namespace, set and partition filter.
- scanPartitions(EventLoop, RecordSequenceListener, ScanPolicy, PartitionFilter, String, String, String...) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously read records in specified namespace, set and partition filter.
- scanPartitions(ScanPolicy, PartitionFilter, String, String, ScanCallback, String...) - Method in interface com.aerospike.client.IAerospikeClient
-
Read records in specified namespace, set and partition filter.
- scanPartitions(EventLoop, RecordSequenceListener, ScanPolicy, PartitionFilter, String, String, String...) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously read records in specified namespace, set and partition filter.
- ScanPolicy - Class in com.aerospike.client.policy
-
Container object for optional parameters used in scan operations.
- ScanPolicy(ScanPolicy) - Constructor for class com.aerospike.client.policy.ScanPolicy
-
Copy scan policy from another scan policy.
- ScanPolicy(Policy) - Constructor for class com.aerospike.client.policy.ScanPolicy
-
Copy scan policy from another policy.
- 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.
- ScanTerminated() - Constructor for exception com.aerospike.client.AerospikeException.ScanTerminated
-
- ScanTerminated(Throwable) - Constructor for exception com.aerospike.client.AerospikeException.ScanTerminated
-
- 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.BatchDeletePolicy
-
Send user defined key in addition to hash digest.
- sendKey - Variable in class com.aerospike.client.policy.BatchUDFPolicy
-
Send user defined key in addition to hash digest.
- sendKey - Variable in class com.aerospike.client.policy.BatchWritePolicy
-
Send user defined key in addition to hash digest.
- 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
-
Deprecated.
- Serialize(Throwable) - Constructor for exception com.aerospike.client.AerospikeException.Serialize
-
- 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, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list set operation.
- set(ListPolicy, String, int, Value, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list set operation with policy.
- set(BitPolicy, Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
-
Create expression that sets value on byte[] bin at bitOffset for bitSize and returns byte[].
- set(ListPolicy, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
-
Create expression that sets item value at specified index in list.
- set(BitPolicy, String, int, int, byte[]) - Static method in class com.aerospike.client.operation.BitOperation
-
Create bit "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.
- setCallbackStandard() - Static method in class com.aerospike.client.Log
-
Log messages to terminal standard output with timestamp, level and message.
- setError(int, boolean) - Method in class com.aerospike.client.BatchRecord
-
Set error result.
- setFilter(Filter) - Method in class com.aerospike.client.query.Statement
-
Set optional query index filter.
- setIndexName(String) - Method in class com.aerospike.client.query.Statement
-
Set optional query index name.
- setInDoubt(boolean, int) - Method in exception com.aerospike.client.AerospikeException
-
Set whether it is possible that the write transaction may have completed
even though this exception was generated.
- setInt(BitPolicy, Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
-
Create expression that sets value to byte[] bin starting at bitOffset for bitSize and returns byte[].
- setInt(BitPolicy, String, int, int, long) - Static method in class com.aerospike.client.operation.BitOperation
-
Create bit "setInt" operation.
- setIteration(int) - Method in exception com.aerospike.client.AerospikeException
-
Set number of attempts before failing.
- setLevel(Log.Level) - Static method in class com.aerospike.client.Log
-
Set log level filter.
- setMapPolicy(MapPolicy, String, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create set map policy operation.
- setMaxRecords(long) - Method in class com.aerospike.client.query.Statement
-
Set maximum number of records returned (for foreground query) or processed
(for background execute query).
- setName - Variable in class com.aerospike.client.admin.Privilege
-
Set name scope.
- setName() - Static method in class com.aerospike.client.exp.Exp
-
Create expression that returns record set name string.
- setName - Variable in class com.aerospike.client.Key
-
Optional set name.
- setNamespace(String) - Method in class com.aerospike.client.query.Statement
-
Set query namespace.
- setNode(Node) - Method in exception com.aerospike.client.AerospikeException
-
Set last node used.
- setOperations(Operation[]) - Method in class com.aerospike.client.query.Statement
-
Set operations to be performed on query/execute.
- setOrder(String, ListOrder, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create set list order operation.
- setPartitions(PartitionStatus[]) - Method in class com.aerospike.client.query.PartitionFilter
-
Set status of each partition after scan termination.
- setPolicy(Policy) - Method in exception com.aerospike.client.AerospikeException
-
Set transaction policy.
- setQuotas(AdminPolicy, String, int, int) - Method in class com.aerospike.client.AerospikeClient
-
Set maximum reads/writes per second limits for a role.
- setQuotas(AdminPolicy, String, int, int) - Method in interface com.aerospike.client.IAerospikeClient
-
Set maximum reads/writes per second limits for a role.
- setRecord(Record) - Method in class com.aerospike.client.BatchRecord
-
Set record result.
- setRecordsPerSecond(int) - Method in class com.aerospike.client.query.Statement
-
Limit returned records per second (rps) rate for each server.
- setReturnData(boolean) - Method in class com.aerospike.client.query.Statement
-
Deprecated.
- 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 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.
- setUnion(HLLPolicy, String, List<Value.HLLValue>) - Static method in class com.aerospike.client.operation.HLLOperation
-
Create HLL set union operation.
- setWhitelist(AdminPolicy, String, List<String>) - Method in class com.aerospike.client.AerospikeClient
-
Set IP address whitelist for a role.
- setWhitelist(AdminPolicy, String, List<String>) - Method in interface com.aerospike.client.IAerospikeClient
-
Set IP address whitelist for a role.
- setXDRFilter(InfoPolicy, String, String, Expression) - Method in class com.aerospike.client.AerospikeClient
-
Set XDR filter for given datacenter name and namespace.
- setXDRFilter(InfoPolicy, String, String, Expression) - Method in interface com.aerospike.client.IAerospikeClient
-
Set XDR filter for given datacenter name and namespace.
- sharedThreadPool - Variable in class com.aerospike.client.policy.ClientPolicy
-
Is threadPool shared between other client instances or classes.
- shortQuery - Variable in class com.aerospike.client.policy.QueryPolicy
-
Is query expected to return less than 100 records.
- SHRINK_ONLY - Static variable in class com.aerospike.client.operation.BitResizeFlags
-
Only allow the byte[] size to decrease.
- signalLogin() - Method in class com.aerospike.client.cluster.Node
-
- signalRemove() - Method in class com.aerospike.client.cluster.Node.AsyncPool
-
- sinceUpdate() - Static method in class com.aerospike.client.exp.Exp
-
Create expression that returns milliseconds since the record was last updated.
- SIndexAdmin - Static variable in class com.aerospike.client.admin.Role
-
Manage indicies.
- size() - Method in class com.aerospike.client.BatchDelete
-
Return wire protocol size.
- size() - Method in class com.aerospike.client.BatchRead
-
Return wire protocol size.
- size() - Method in class com.aerospike.client.BatchRecord
-
Return wire protocol size.
- size() - Method in class com.aerospike.client.BatchUDF
-
Return wire protocol size.
- size() - Method in class com.aerospike.client.BatchWrite
-
Return wire protocol size.
- size(String, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list size operation.
- size(String, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create map size operation.
- size() - Method in class com.aerospike.client.exp.Expression
-
Estimate expression size in wire protocol.
- size(Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
-
Create expression that returns list size.
- size(Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
-
Create expression that returns list size.
- 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 exception com.aerospike.client.AerospikeException.Timeout
-
Socket idle timeout in milliseconds.
- socketTimeout - Variable in class com.aerospike.client.policy.Policy
-
Socket idle timeout in milliseconds when processing a database command.
- sort(String, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list sort operation.
- sort(int, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
-
Create expression that sorts list according to sortFlags.
- SortedMapValue(List<? extends Map.Entry<?, ?>>, MapOrder) - Constructor for class com.aerospike.client.Value.SortedMapValue
-
- 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
-
- status - Variable in class com.aerospike.client.BatchResults
-
Indicates if all records returned success.
- STRING - Static variable in class com.aerospike.client.command.ParticleType
-
- stringBin(String) - Static method in class com.aerospike.client.exp.Exp
-
Create string bin expression.
- StringValue(String) - Constructor for class com.aerospike.client.Value.StringValue
-
- sub(Exp...) - Static method in class com.aerospike.client.exp.Exp
-
Create "subtract" (-) operator that applies to a variable number of expressions.
- subtract(BitPolicy, Exp, Exp, Exp, boolean, BitOverflowAction, Exp) - Static method in class com.aerospike.client.exp.BitExp
-
Create expression that subtracts value from byte[] bin starting at bitOffset for bitSize and returns byte[].
- subtract(BitPolicy, String, int, int, long, boolean, BitOverflowAction) - Static method in class com.aerospike.client.operation.BitOperation
-
Create bit "subtract" operation.
- sync - Variable in class com.aerospike.client.cluster.NodeStats
-
Connection statistics for sync commands.
- SysAdmin - Static variable in class com.aerospike.client.admin.Role
-
Manage server configuration.