- keepConnection() - Method in exception com.aerospike.client.AerospikeException
-
Should connection be put back into pool.
- keepConnection(int) - Static method in class com.aerospike.client.ResultCode
-
Should connection be put back into pool.
- key - Variable in class com.aerospike.client.BatchRead
-
Key.
- KEY - Static variable in class com.aerospike.client.cdt.MapReturnType
-
Return key for single key read and key list for range read.
- Key - Class in com.aerospike.client
-
Unique record identifier.
- Key(String, String, String) - Constructor for class com.aerospike.client.Key
-
Initialize key from namespace, optional set name and user key.
- Key(String, String, byte[]) - Constructor for class com.aerospike.client.Key
-
Initialize key from namespace, optional set name and user key.
- Key(String, String, byte[], int, int) - Constructor for class com.aerospike.client.Key
-
Initialize key from namespace, optional set name and user key.
- Key(String, String, int) - Constructor for class com.aerospike.client.Key
-
Initialize key from namespace, optional set name and user key.
- Key(String, String, long) - Constructor for class com.aerospike.client.Key
-
Initialize key from namespace, optional set name and user key.
- Key(String, String, Value) - Constructor for class com.aerospike.client.Key
-
Initialize key from namespace, optional set name and user key.
- Key(String, byte[], String, Value) - Constructor for class com.aerospike.client.Key
-
Initialize key from namespace, digest, optional set name and optional userKey.
- KEY_BUSY - Static variable in class com.aerospike.client.ResultCode
-
Too many concurrent operations on the same record.
- KEY_EXISTS_ERROR - Static variable in class com.aerospike.client.ResultCode
-
On create-only (write unique) operations on a record that already
exists.
- KEY_MISMATCH - Static variable in class com.aerospike.client.ResultCode
-
Key type mismatch.
- KEY_NOT_FOUND_ERROR - Static variable in class com.aerospike.client.ResultCode
-
On retrieving, touching or replacing a record that doesn't exist.
- KEY_VALUE - Static variable in class com.aerospike.client.cdt.MapReturnType
-
Return key/value items.