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

A

abs(Exp) - Static method in class com.aerospike.client.exp.Exp
Create operator that returns absolute value of a number.
add(WritePolicy, Key, Bin...) - Method in class com.aerospike.client.AerospikeClient
Add integer/double bin values to existing record bin values.
add(EventLoop, WriteListener, WritePolicy, Key, Bin...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously add integer/double bin values to existing record bin values.
add(BitPolicy, Exp, Exp, Exp, boolean, BitOverflowAction, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that adds value to byte[] bin starting at bitOffset for bitSize and returns byte[].
add(Exp...) - Static method in class com.aerospike.client.exp.Exp
Create "add" (+) operator that applies to a variable number of expressions.
add(HLLPolicy, Exp, Exp) - Static method in class com.aerospike.client.exp.HLLExp
Create expression that adds list values to a HLL set and returns HLL set.
add(HLLPolicy, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.HLLExp
Create expression that adds values to a HLL set and returns HLL set.
add(HLLPolicy, Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.HLLExp
Create expression that adds values to a HLL set and returns HLL set.
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/double add database operation.
add(BitPolicy, String, int, int, long, boolean, BitOverflowAction) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "add" operation.
add(HLLPolicy, String, List<Value>) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL add operation.
add(HLLPolicy, String, List<Value>, int) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL add operation.
add(HLLPolicy, String, List<Value>, int, int) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL add operation with minhash bits.
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(int, String, Throwable) - 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.AsyncQueueFull - Exception in com.aerospike.client
Exception thrown when async command was rejected because the async delay queue is full.
AerospikeException.Backoff - Exception in com.aerospike.client
Exception thrown when node is in backoff mode due to excessive number of errors.
AerospikeException.BatchExists - Exception in com.aerospike.client
Exception thrown when a batch exists method fails.
AerospikeException.BatchRecordArray - Exception in com.aerospike.client
Exception thrown when a batch write method fails.
AerospikeException.BatchRecords - Exception in com.aerospike.client
Exception thrown when a batch read method fails.
AerospikeException.Connection - Exception in com.aerospike.client
Exception thrown when client can't connect to the server.
AerospikeException.InvalidNamespace - Exception in com.aerospike.client
Exception thrown when namespace is invalid.
AerospikeException.InvalidNode - Exception in com.aerospike.client
Exception thrown when chosen node is not active.
AerospikeException.Parse - Exception in com.aerospike.client
Exception thrown when client can't parse data returned from server.
AerospikeException.QueryTerminated - Exception in com.aerospike.client
Exception thrown when query was terminated prematurely.
AerospikeException.ScanTerminated - Exception in com.aerospike.client
Exception thrown when scan was terminated prematurely.
AerospikeException.Serialize - Exception in com.aerospike.client
Exception thrown when Java serialization error occurs.
AerospikeException.Timeout - Exception in com.aerospike.client
Exception thrown when database request expires before completing.
after(Key) - Static method in class com.aerospike.client.query.PartitionFilter
Return records after key's digest in partition containing the digest.
all() - Static method in class com.aerospike.client.query.PartitionFilter
Read all partitions.
ALLOW_DELETE - Static variable in class com.aerospike.client.exp.ExpWriteFlags
If expression results in nil value, then delete the bin.
ALLOW_FOLD - Static variable in class com.aerospike.client.operation.HLLWriteFlags
Allow the resulting set to be the minimum of provided index bits.
allowInline - Variable in class com.aerospike.client.policy.BatchPolicy
Allow batch to be processed immediately in the server's receiving thread for in-memory namespaces.
allowInlineSSD - Variable in class com.aerospike.client.policy.BatchPolicy
Allow batch to be processed immediately in the server's receiving thread for SSD namespaces.
ALWAYS_FORBIDDEN - Static variable in class com.aerospike.client.ResultCode
Operation not allowed in current configuration.
and(BitPolicy, Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that performs bitwise "and" on value and byte[] bin at bitOffset for bitSize and returns byte[].
and(Exp...) - Static method in class com.aerospike.client.exp.Exp
Create "and" (&&) operator that applies to a variable number of expressions.
and(BitPolicy, String, int, int, byte[]) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "and" operation.
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(String, Value, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list append operation.
append(ListPolicy, String, Value, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list append operation with policy.
append(ListPolicy, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that appends value to end of list.
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>, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list append items operation.
appendItems(ListPolicy, String, List<Value>, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list append items operation with policy.
appendItems(ListPolicy, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that appends list items to end of list.
argBytes - Variable in class com.aerospike.client.BatchUDF
Wire protocol bytes for function args.
array(Operation...) - Static method in class com.aerospike.client.Operation
Create array of operations from varargs.
arshift(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create integer "arithmetic right shift" (>>) operator.
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 - Variable in class com.aerospike.client.cluster.NodeStats
Connection statistics for async commands.
ASYNC_QUEUE_FULL - Static variable in class com.aerospike.client.ResultCode
Async delay queue is full.
AsyncIndexTask - Class in com.aerospike.client.async
Async index task monitor.
AsyncIndexTask(IAerospikeClient, String, String, boolean) - Constructor for class com.aerospike.client.async.AsyncIndexTask
Initialize task with fields needed to query server nodes.
asyncMaxConnsPerNode - Variable in class com.aerospike.client.policy.ClientPolicy
Maximum number of asynchronous connections allowed per server node.
asyncMinConnsPerNode - Variable in class com.aerospike.client.policy.ClientPolicy
Minimum number of asynchronous connections allowed per server node.
AsyncQueueFull() - Constructor for exception com.aerospike.client.AerospikeException.AsyncQueueFull
 
attributes - Variable in enum com.aerospike.client.cdt.ListOrder
 
attributes - Variable in class com.aerospike.client.cdt.ListPolicy
 
attributes - Variable in enum com.aerospike.client.cdt.MapOrder
 
attributes - Variable in class com.aerospike.client.cdt.MapPolicy
 
AuthMode - Enum in com.aerospike.client.policy
Authentication mode.
authMode - Variable in class com.aerospike.client.policy.ClientPolicy
Authentication mode.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

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