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 

B

Backoff(int) - Constructor for exception com.aerospike.client.AerospikeException.Backoff
 
balanceAsyncConnections(EventLoop) - Method in class com.aerospike.client.cluster.Node
 
BATCH_DISABLED - Static variable in class com.aerospike.client.ResultCode
Batch functionality has been disabled.
BATCH_FAILED - Static variable in class com.aerospike.client.ResultCode
One or more keys failed in a batch.
BATCH_MAX_REQUESTS_EXCEEDED - Static variable in class com.aerospike.client.ResultCode
Batch max requests have been exceeded.
BATCH_QUEUES_FULL - Static variable in class com.aerospike.client.ResultCode
All batch queues are full.
BatchDelete - Class in com.aerospike.client
Batch delete operation.
BatchDelete(Key) - Constructor for class com.aerospike.client.BatchDelete
Initialize key.
BatchDelete(BatchDeletePolicy, Key) - Constructor for class com.aerospike.client.BatchDelete
Initialize policy and key.
BatchDeletePolicy - Class in com.aerospike.client.policy
Policy attributes used in batch delete commands.
BatchDeletePolicy(BatchDeletePolicy) - Constructor for class com.aerospike.client.policy.BatchDeletePolicy
Copy constructor.
BatchDeletePolicy() - Constructor for class com.aerospike.client.policy.BatchDeletePolicy
Default constructor.
batchDeletePolicyDefault - Variable in class com.aerospike.client.AerospikeClient
Default delete policy used in batch delete commands.
batchDeletePolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
Default delete policy used in batch delete commands.
BatchExists(boolean[], Throwable) - Constructor for exception com.aerospike.client.AerospikeException.BatchExists
 
BatchListListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch get commands with variable bins per key.
BatchOperateListListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch operate commands with variable operations.
batchParentPolicyWriteDefault - Variable in class com.aerospike.client.AerospikeClient
Default parent policy used in batch write commands.
batchParentPolicyWriteDefault - Variable in class com.aerospike.client.policy.ClientPolicy
Default parent policy used in batch write commands.
BatchPolicy - Class in com.aerospike.client.policy
Batch parent policy.
BatchPolicy(BatchPolicy) - Constructor for class com.aerospike.client.policy.BatchPolicy
Copy batch policy from another batch policy.
BatchPolicy(Policy) - Constructor for class com.aerospike.client.policy.BatchPolicy
Copy batch policy from another policy.
BatchPolicy() - Constructor for class com.aerospike.client.policy.BatchPolicy
Default constructor.
batchPolicyDefault - Variable in class com.aerospike.client.AerospikeClient
Default parent policy used in batch read commands.
batchPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
Default parent policy used in batch read commands.
BatchRead - Class in com.aerospike.client
Batch key and read only operations with default policy.
BatchRead(Key, String[]) - Constructor for class com.aerospike.client.BatchRead
Initialize batch key and bins to retrieve.
BatchRead(Key, boolean) - Constructor for class com.aerospike.client.BatchRead
Initialize batch key and readAllBins indicator.
BatchRead(Key, Operation[]) - Constructor for class com.aerospike.client.BatchRead
Initialize batch key and read operations.
BatchRead(BatchReadPolicy, Key, String[]) - Constructor for class com.aerospike.client.BatchRead
Initialize batch policy, key and bins to retrieve.
BatchRead(BatchReadPolicy, Key, boolean) - Constructor for class com.aerospike.client.BatchRead
Initialize batch policy, key and readAllBins indicator.
BatchRead(BatchReadPolicy, Key, Operation[]) - Constructor for class com.aerospike.client.BatchRead
Initialize batch policy, key and read operations.
BatchReadPolicy - Class in com.aerospike.client.policy
Policy attributes used in batch read commands.
BatchReadPolicy(BatchReadPolicy) - Constructor for class com.aerospike.client.policy.BatchReadPolicy
Copy constructor.
BatchReadPolicy() - Constructor for class com.aerospike.client.policy.BatchReadPolicy
Default constructor.
BatchRecord - Class in com.aerospike.client
Batch key and record result.
BatchRecord(Key, boolean) - Constructor for class com.aerospike.client.BatchRecord
Initialize batch key.
BatchRecord(Key, Record, boolean) - Constructor for class com.aerospike.client.BatchRecord
Initialize batch key and record.
BatchRecord(Key, Record, int, boolean, boolean) - Constructor for class com.aerospike.client.BatchRecord
Error constructor.
BatchRecord.Type - Enum in com.aerospike.client
Batch command type.
BatchRecordArray(BatchRecord[], Throwable) - Constructor for exception com.aerospike.client.AerospikeException.BatchRecordArray
 
BatchRecordArrayListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch operate commands.
BatchRecords(Record[], Throwable) - Constructor for exception com.aerospike.client.AerospikeException.BatchRecords
 
BatchRecordSequenceListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch operate commands.
BatchResults - Class in com.aerospike.client
Batch record results.
BatchResults(BatchRecord[], boolean) - Constructor for class com.aerospike.client.BatchResults
Constructor.
BatchSequenceListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch get commands with variable bins per key.
BatchUDF - Class in com.aerospike.client
Batch user defined functions.
BatchUDF(Key, String, String, Value[]) - Constructor for class com.aerospike.client.BatchUDF
Constructor using default policy.
BatchUDF(BatchUDFPolicy, Key, String, String, Value[]) - Constructor for class com.aerospike.client.BatchUDF
Constructor using specified policy.
BatchUDFPolicy - Class in com.aerospike.client.policy
Policy attributes used in batch UDF execute commands.
BatchUDFPolicy(BatchUDFPolicy) - Constructor for class com.aerospike.client.policy.BatchUDFPolicy
Copy constructor.
BatchUDFPolicy() - Constructor for class com.aerospike.client.policy.BatchUDFPolicy
Default constructor.
batchUDFPolicyDefault - Variable in class com.aerospike.client.AerospikeClient
Default user defined function policy used in batch UDF excecute commands.
batchUDFPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
Default user defined function policy used in batch UDF excecute commands.
BatchWrite - Class in com.aerospike.client
Batch key and read/write operations with write policy.
BatchWrite(Key, Operation[]) - Constructor for class com.aerospike.client.BatchWrite
Initialize batch key and read/write operations.
BatchWrite(BatchWritePolicy, Key, Operation[]) - Constructor for class com.aerospike.client.BatchWrite
Initialize policy, batch key and read/write operations.
BatchWritePolicy - Class in com.aerospike.client.policy
Policy attributes used in batch write commands.
BatchWritePolicy(BatchWritePolicy) - Constructor for class com.aerospike.client.policy.BatchWritePolicy
Copy constructor.
BatchWritePolicy() - Constructor for class com.aerospike.client.policy.BatchWritePolicy
Default constructor.
batchWritePolicyDefault - Variable in class com.aerospike.client.AerospikeClient
Default write policy used in batch operate commands.
batchWritePolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
Default write policy used in batch operate commands.
Bin - Class in com.aerospike.client
Column name/value pair.
Bin(String, String) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and string value.
Bin(String, byte[]) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and byte array value.
Bin(String, byte[], int) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name, byte array value and particle type.
Bin(String, byte[], int, int) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and byte array segment value.
Bin(String, byte) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and byte value.
Bin(String, int) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and integer value.
Bin(String, long) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and long value.
Bin(String, double) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and double value.
Bin(String, float) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and float value.
Bin(String, boolean) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and boolean value.
Bin(String, List<?>) - Constructor for class com.aerospike.client.Bin
Create bin with a list value.
Bin(String, Map<?, ?>) - Constructor for class com.aerospike.client.Bin
Create bin with a map value.
Bin(String, Map<?, ?>, MapOrder) - Constructor for class com.aerospike.client.Bin
Create bin with a map value and order.
Bin(String, List<? extends Map.Entry<?, ?>>, MapOrder) - Constructor for class com.aerospike.client.Bin
Create a map bin from a list of key/value entries.
Bin(String, Value) - Constructor for class com.aerospike.client.Bin
Constructor, specifying bin name and value.
Bin(String, Object) - Constructor for class com.aerospike.client.Bin
Create bin with an object value.
bin(String, Exp.Type) - Static method in class com.aerospike.client.exp.Exp
Create bin expression of specified type.
BIN_EXISTS_ERROR - Static variable in class com.aerospike.client.ResultCode
Bin already exists on a create-only operation.
BIN_NAME_TOO_LONG - Static variable in class com.aerospike.client.ResultCode
Bin name length greater than 14 characters or maximum bins exceeded.
BIN_NOT_FOUND - Static variable in class com.aerospike.client.ResultCode
Bin not found on update-only operation.
BIN_TYPE_ERROR - Static variable in class com.aerospike.client.ResultCode
Operation is not supported with configured bin type (single-bin or multi-bin).
binExists(String) - Static method in class com.aerospike.client.exp.Exp
Create expression that returns if bin of specified name exists.
binName - Variable in class com.aerospike.client.Operation
Optional bin name used in operation.
binNames - Variable in class com.aerospike.client.BatchRead
Bins to retrieve for this key.
bins - Variable in class com.aerospike.client.Record
Map of requested name/value bins.
binType(String) - Static method in class com.aerospike.client.exp.Exp
Create expression that returns bin's integer particle type.
BitExp - Class in com.aerospike.client.exp
Bit expression generator.
BitExp() - Constructor for class com.aerospike.client.exp.BitExp
 
BitOperation - Class in com.aerospike.client.operation
Bit operations.
BitOperation() - Constructor for class com.aerospike.client.operation.BitOperation
 
BitOverflowAction - Enum in com.aerospike.client.operation
Action to take when bitwise add/subtract results in overflow/underflow.
BitPolicy - Class in com.aerospike.client.operation
Bit operation policy.
BitPolicy() - Constructor for class com.aerospike.client.operation.BitPolicy
Use default BitWriteFlags when performing BitOperation operations.
BitPolicy(int) - Constructor for class com.aerospike.client.operation.BitPolicy
Use specified BitWriteFlags when performing BitOperation operations.
BitResizeFlags - Class in com.aerospike.client.operation
Bitwise operation flags for resize.
BitResizeFlags() - Constructor for class com.aerospike.client.operation.BitResizeFlags
 
BitWriteFlags - Class in com.aerospike.client.operation
Bitwise operation policy write flags.
BitWriteFlags() - Constructor for class com.aerospike.client.operation.BitWriteFlags
 
BLOB - Static variable in class com.aerospike.client.command.ParticleType
 
blobBin(String) - Static method in class com.aerospike.client.exp.Exp
Create byte[] bin expression.
BlobValue(Object) - Constructor for class com.aerospike.client.Value.BlobValue
 
BOOL - Static variable in class com.aerospike.client.command.ParticleType
 
boolBin(String) - Static method in class com.aerospike.client.exp.Exp
Create boolean bin expression.
BooleanValue(boolean) - Constructor for class com.aerospike.client.Value.BooleanValue
 
BoolIntValue(boolean) - Constructor for class com.aerospike.client.Value.BoolIntValue
 
buffer - Variable in class com.aerospike.client.Info
 
build(Exp) - Static method in class com.aerospike.client.exp.Exp
Create final expression that contains packed byte instructions used in the wire protocol.
buildExistsCommand(String, String) - Static method in class com.aerospike.client.task.IndexTask
 
buildStatusCommand(String, String) - Static method in class com.aerospike.client.task.IndexTask
 
ByteSegmentValue(byte[], int, int) - Constructor for class com.aerospike.client.Value.ByteSegmentValue
 
BytesValue(byte[]) - Constructor for class com.aerospike.client.Value.BytesValue
 
BytesValue(byte[], int) - Constructor for class com.aerospike.client.Value.BytesValue
 
ByteValue(byte) - Constructor for class com.aerospike.client.Value.ByteValue
 
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.