- BATCH_DISABLED - Static variable in class com.aerospike.client.ResultCode
-
Batch functionality has been disabled.
- 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.
- BatchListListener - Interface in com.aerospike.client.listener
-
Asynchronous result notifications for batch get commands with variable bins per key.
- BatchPolicy - Class in com.aerospike.client.policy
-
Configuration variables for multi-record get and exist requests.
- 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 batch policy that is used when batch command policy is null.
- batchPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
-
Default batch policy that is used when batch command's policy is null.
- BatchRead - Class in com.aerospike.client
-
Key and bin names used in batch read commands where variables bins are needed for each key.
- 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.
- BatchSequenceListener - Interface in com.aerospike.client.listener
-
Asynchronous result notifications for batch get commands with variable bins per key.
- 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, 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, Value) - Constructor for class com.aerospike.client.Bin
-
Constructor, specifying bin name and value.
- Bin(String, Object) - Constructor for class com.aerospike.client.Bin
-
Constructor, specifying bin name and object value.
- BIN_EXISTS_ERROR - Static variable in class com.aerospike.client.ResultCode
-
On create-only (write unique) operations on a bin that already
exists.
- 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
-
Specified bin name does not exist in record.
- BIN_TYPE_ERROR - Static variable in class com.aerospike.client.ResultCode
-
Operation is not supported with configured bin type (single-bin or
multi-bin).
- 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.
- BlobValue(Object) - Constructor for class com.aerospike.client.Value.BlobValue
-
- BooleanValue(boolean) - Constructor for class com.aerospike.client.Value.BooleanValue
-
- buffer - Variable in class com.aerospike.client.Info
-
- ByteSegmentValue(byte[], int, int) - Constructor for class com.aerospike.client.Value.ByteSegmentValue
-
- BytesValue(byte[]) - Constructor for class com.aerospike.client.Value.BytesValue
-
- ByteValue(byte) - Constructor for class com.aerospike.client.Value.ByteValue
-