A B C D E F G H I K L M N O P Q R S T U V W 

A

add(WritePolicy, Key, Bin...) - Method in class com.aerospike.client.AerospikeClient
Add integer bin values to existing record bin values.
add(EventLoop, WriteListener, WritePolicy, Key, Bin...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously add integer bin values to existing record bin values.
add(WritePolicy, WriteListener, Key, Bin...) - Method in class com.aerospike.client.async.AsyncClient
Asynchronously add integer bin values to existing record bin values.
add(WritePolicy, WriteListener, Key, Bin...) - Method in interface com.aerospike.client.async.IAsyncClient
Asynchronously add integer bin values to existing record bin values.
add(WritePolicy, Key, Bin...) - Method in interface com.aerospike.client.IAerospikeClient
Add integer bin values to existing record bin values.
add(EventLoop, WriteListener, WritePolicy, Key, Bin...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously add integer bin values to existing record bin values.
add(Bin) - Static method in class com.aerospike.client.Operation
Create integer add database operation.
ADD_UNIQUE - Static variable in class com.aerospike.client.cdt.ListWriteFlags
Only add unique values.
addSlot(int) - Method in class com.aerospike.client.async.Throttle
Recover slot(s) from commands that have completed.
addSlot(int, int) - Method in class com.aerospike.client.async.Throttles
Recover slot(s) from commands that have completed.
AdminPolicy - Class in com.aerospike.client.policy
Policy attributes used for user administration commands.
AdminPolicy(AdminPolicy) - Constructor for class com.aerospike.client.policy.AdminPolicy
Copy admin policy from another admin policy.
AdminPolicy() - Constructor for class com.aerospike.client.policy.AdminPolicy
Default constructor.
AerospikeClient - Class in com.aerospike.client
Instantiate an AerospikeClient object to access an Aerospike database cluster and perform database operations.
AerospikeClient(String, int) - Constructor for class com.aerospike.client.AerospikeClient
Initialize Aerospike client.
AerospikeClient(ClientPolicy, String, int) - Constructor for class com.aerospike.client.AerospikeClient
Initialize Aerospike client.
AerospikeClient(ClientPolicy, Host...) - Constructor for class com.aerospike.client.AerospikeClient
Initialize Aerospike client with suitable hosts to seed the cluster map.
AerospikeException - Exception in com.aerospike.client
Aerospike exceptions that can be thrown from the client.
AerospikeException(int, String) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(int, Throwable) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(int) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(int, boolean) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(String, Throwable) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(String) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(Throwable) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException() - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException.AsyncQueueFull - Exception in com.aerospike.client
Exception thrown when async command was rejected because the async delay queue is full.
AerospikeException.AsyncQueueFull() - Constructor for exception com.aerospike.client.AerospikeException.AsyncQueueFull
 
AerospikeException.Connection - Exception in com.aerospike.client
Exception thrown when client can't connect to the server.
AerospikeException.Connection(String) - Constructor for exception com.aerospike.client.AerospikeException.Connection
 
AerospikeException.Connection(Exception) - Constructor for exception com.aerospike.client.AerospikeException.Connection
 
AerospikeException.Connection(int, String) - Constructor for exception com.aerospike.client.AerospikeException.Connection
 
AerospikeException.InvalidNode - Exception in com.aerospike.client
Exception thrown when chosen node is not active.
AerospikeException.InvalidNode() - Constructor for exception com.aerospike.client.AerospikeException.InvalidNode
 
AerospikeException.InvalidNode(String) - Constructor for exception com.aerospike.client.AerospikeException.InvalidNode
 
AerospikeException.Parse - Exception in com.aerospike.client
Exception thrown when client can't parse data returned from server.
AerospikeException.Parse(String) - Constructor for exception com.aerospike.client.AerospikeException.Parse
 
AerospikeException.QueryTerminated - Exception in com.aerospike.client
Exception thrown when query was terminated prematurely.
AerospikeException.QueryTerminated() - Constructor for exception com.aerospike.client.AerospikeException.QueryTerminated
 
AerospikeException.QueryTerminated(Exception) - Constructor for exception com.aerospike.client.AerospikeException.QueryTerminated
 
AerospikeException.ScanTerminated - Exception in com.aerospike.client
Exception thrown when scan was terminated prematurely.
AerospikeException.ScanTerminated() - Constructor for exception com.aerospike.client.AerospikeException.ScanTerminated
 
AerospikeException.ScanTerminated(Exception) - Constructor for exception com.aerospike.client.AerospikeException.ScanTerminated
 
AerospikeException.Serialize - Exception in com.aerospike.client
Exception thrown when Java serialization error occurs.
AerospikeException.Serialize(Exception) - Constructor for exception com.aerospike.client.AerospikeException.Serialize
 
AerospikeException.Timeout - Exception in com.aerospike.client
Exception thrown when database request expires before completing.
AerospikeException.Timeout(int, boolean) - Constructor for exception com.aerospike.client.AerospikeException.Timeout
 
AerospikeException.Timeout(Node, Policy, int, boolean) - Constructor for exception com.aerospike.client.AerospikeException.Timeout
 
allowInline - Variable in class com.aerospike.client.policy.BatchPolicy
Allow batch to be processed immediately in the server's receiving thread when the server deems it to be appropriate.
ALWAYS_FORBIDDEN - Static variable in class com.aerospike.client.ResultCode
Operation not allowed in current configuration.
and(int) - Static method in class com.aerospike.client.query.PredExp
Create "and" expression.
append(WritePolicy, Key, Bin...) - Method in class com.aerospike.client.AerospikeClient
Append bin string values to existing record bin values.
append(EventLoop, WriteListener, WritePolicy, Key, Bin...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously append bin string values to existing record bin values.
append(WritePolicy, WriteListener, Key, Bin...) - Method in class com.aerospike.client.async.AsyncClient
Asynchronously append bin string values to existing record bin values.
append(WritePolicy, WriteListener, Key, Bin...) - Method in interface com.aerospike.client.async.IAsyncClient
Asynchronously append bin string values to existing record bin values.
append(String, Value) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list append operation.
append(ListPolicy, String, Value) - Static method in class com.aerospike.client.cdt.ListOperation
Create list append operation with policy.
append(WritePolicy, Key, Bin...) - Method in interface com.aerospike.client.IAerospikeClient
Append bin string values to existing record bin values.
append(EventLoop, WriteListener, WritePolicy, Key, Bin...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously append bin string values to existing record bin values.
append(Bin) - Static method in class com.aerospike.client.Operation
Create string append database operation.
appendItems(String, List<Value>) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list append items operation.
appendItems(ListPolicy, String, List<Value>) - Static method in class com.aerospike.client.cdt.ListOperation
Create list append items operation with policy.
asBlob(String, Object) - Static method in class com.aerospike.client.Bin
Create bin with a blob value.
asGeoJSON(String, String) - Static method in class com.aerospike.client.Bin
Create bin with a GeoJSON value.
asNull(String) - Static method in class com.aerospike.client.Bin
Create bin with a null value.
ASYNC_QUEUE_FULL - Static variable in class com.aerospike.client.ResultCode
Async delay queue is full.
asyncBatchPolicyDefault - Variable in class com.aerospike.client.async.AsyncClient
Default batch policy that is used when asynchronous batch command policy is null.
asyncBatchPolicyDefault - Variable in class com.aerospike.client.async.AsyncClientPolicy
Default batch policy that is used when asynchronous batch command's policy is null.
AsyncClient - Class in com.aerospike.client.async
THIS CLASS IS OBSOLETE.
AsyncClient(String, int) - Constructor for class com.aerospike.client.async.AsyncClient
Initialize asynchronous client.
AsyncClient(AsyncClientPolicy, String, int) - Constructor for class com.aerospike.client.async.AsyncClient
Initialize asynchronous client.
AsyncClient(AsyncClientPolicy, Host...) - Constructor for class com.aerospike.client.async.AsyncClient
Initialize asynchronous client with suitable hosts to seed the cluster map.
AsyncClientPolicy - Class in com.aerospike.client.async
THIS CLASS IS OBSOLETE.
AsyncClientPolicy() - Constructor for class com.aerospike.client.async.AsyncClientPolicy
Default constructor.
asyncMaxCommandAction - Variable in class com.aerospike.client.async.AsyncClientPolicy
How to handle cases when the asynchronous maximum number of concurrent connections have been reached.
asyncMaxCommands - Variable in class com.aerospike.client.async.AsyncClientPolicy
Maximum number of concurrent asynchronous commands that are active at any point in time.
asyncQueryPolicyDefault - Variable in class com.aerospike.client.async.AsyncClient
Default query policy that is used when asynchronous query command policy is null.
asyncQueryPolicyDefault - Variable in class com.aerospike.client.async.AsyncClientPolicy
Default scan policy that is used when asynchronous query command's policy is null.
asyncReadPolicyDefault - Variable in class com.aerospike.client.async.AsyncClient
Default read policy that is used when asynchronous read command policy is null.
asyncReadPolicyDefault - Variable in class com.aerospike.client.async.AsyncClientPolicy
Default read policy that is used when asynchronous read command's policy is null.
asyncScanPolicyDefault - Variable in class com.aerospike.client.async.AsyncClient
Default scan policy that is used when asynchronous scan command policy is null.
asyncScanPolicyDefault - Variable in class com.aerospike.client.async.AsyncClientPolicy
Default scan policy that is used when asynchronous scan command's policy is null.
asyncSelectorThreads - Variable in class com.aerospike.client.async.AsyncClientPolicy
Number of selector threads used to process asynchronous network events.
asyncSelectorTimeout - Variable in class com.aerospike.client.async.AsyncClientPolicy
Maximum milliseconds to wait for an asynchronous network selector event.
asyncTaskThreadPool - Variable in class com.aerospike.client.async.AsyncClientPolicy
Asynchronous socket read/user callback task thread pool.
asyncWritePolicyDefault - Variable in class com.aerospike.client.async.AsyncClient
Default write policy that is used when asynchronous write command policy is null.
asyncWritePolicyDefault - Variable in class com.aerospike.client.async.AsyncClientPolicy
Default write policy that is used when asynchronous write command's policy is null.
attributes - Variable in enum com.aerospike.client.cdt.ListOrder
 
attributes - Variable in enum com.aerospike.client.cdt.MapOrder
 
A B C D E F G H I K L M N O P Q R S T U V W 

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