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(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(Value) - Method in class com.aerospike.client.large.LargeList
Add value to list.
add(Value...) - Method in class com.aerospike.client.large.LargeList
Add values to list.
add(List<?>) - Method in class com.aerospike.client.large.LargeList
Add values to the list.
add(Value) - Method in class com.aerospike.client.large.LargeSet
Add a value to the set.
add(Value...) - Method in class com.aerospike.client.large.LargeSet
Add values to the set.
add(List<?>) - Method in class com.aerospike.client.large.LargeSet
Add values to the set.
add(Bin) - Static method in class com.aerospike.client.Operation
Create integer add database operation.
addAlias(Host) - Method in class com.aerospike.client.cluster.Node
Add node alias to list.
AdminPolicy - Class in com.aerospike.client.policy
Policy attributes used for user administration commands.
AdminPolicy() - Constructor for class com.aerospike.client.policy.AdminPolicy
 
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, Exception) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(int) - Constructor for exception com.aerospike.client.AerospikeException
 
AerospikeException(String, Exception) - 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.CommandRejected - Exception in com.aerospike.client
Exception thrown when asynchronous command was rejected because the max concurrent database commands have been exceeded.
AerospikeException.CommandRejected() - Constructor for exception com.aerospike.client.AerospikeException.CommandRejected
 
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.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() - Constructor for exception com.aerospike.client.AerospikeException.Timeout
 
AerospikeException.Timeout(Node, int, int, int, int) - 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.
append(WritePolicy, Key, Bin...) - Method in class com.aerospike.client.AerospikeClient
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 list append operation.
append(WritePolicy, Key, Bin...) - Method in interface com.aerospike.client.IAerospikeClient
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 list append items operation.
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.
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
Asynchronous Aerospike client.
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
Container object for client policy Command.
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.
AsyncNode - Class in com.aerospike.client.async
Asynchronous server node representation.
AsyncNode(AsyncCluster, NodeValidator) - Constructor for class com.aerospike.client.async.AsyncNode
Initialize server node with connection parameters.
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.
A B C D E F G H I K L M N O P Q R S T U V W 

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