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(Value) - Method in class com.aerospike.client.large.LargeList
Add a value to the list.
add(Value...) - 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(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.
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.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(int, int, int, int) - Constructor for exception com.aerospike.client.AerospikeException.Timeout
 
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(Bin) - Static method in class com.aerospike.client.Operation
Create string append database operation.
asBlob(String, Object) - Static method in class com.aerospike.client.Bin
Create bin with a blob value.
asList(String, List<?>) - Static method in class com.aerospike.client.Bin
Create bin with a list value.
asMap(String, Map<?, ?>) - Static method in class com.aerospike.client.Bin
Create bin with a map value.
asNull(String) - Static method in class com.aerospike.client.Bin
Create bin with a null value.
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
 
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.
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.

A B C D E F G H I K L M N O P Q R S T U V W
Copyright © 2012–2014 Aerospike, Inc. All rights reserved.