- DataAdmin - Static variable in class com.aerospike.client.admin.Role
-
Manage indicies and user defined functions.
- debug(String) - Static method in class com.aerospike.client.Log
-
Log an debug message.
- debugEnabled() - Static method in class com.aerospike.client.Log
-
Determine if debug log level is enabled.
- decrAsyncConnection(int) - Method in class com.aerospike.client.cluster.Node
-
- decrement(MapPolicy, String, Value, Value) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create map decrement operation.
- Default - Static variable in class com.aerospike.client.cdt.ListPolicy
-
Default unordered list with normal write semantics.
- DEFAULT - Static variable in class com.aerospike.client.cdt.ListSortFlags
-
Default.
- DEFAULT - Static variable in class com.aerospike.client.cdt.ListWriteFlags
-
Default.
- Default - Static variable in class com.aerospike.client.cdt.MapPolicy
-
Default unordered unique key map with normal put semantics.
- DEFAULT - Static variable in class com.aerospike.client.cdt.MapWriteFlags
-
Default.
- DefaultBufferSize - Static variable in class com.aerospike.client.util.ThreadLocalData
-
Initial buffer size on first use of thread local buffer.
- delete(WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Delete record for specified key.
- delete(EventLoop, DeleteListener, WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously delete record for specified key.
- delete(WritePolicy, DeleteListener, Key) - Method in class com.aerospike.client.async.AsyncClient
-
Asynchronously delete record for specified key.
- delete(WritePolicy, DeleteListener, Key) - Method in interface com.aerospike.client.async.IAsyncClient
-
Asynchronously delete record for specified key.
- delete(WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Delete record for specified key.
- delete(EventLoop, DeleteListener, WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously delete record for specified key.
- DeleteListener - Interface in com.aerospike.client.listener
-
Asynchronous result notifications for delete commands.
- DEVICE_OVERLOAD - Static variable in class com.aerospike.client.ResultCode
-
Device not keeping up with writes.
- digest - Variable in class com.aerospike.client.Key
-
Unique server hash value generated from set name and user key.
- DoubleValue(double) - Constructor for class com.aerospike.client.Value.DoubleValue
-
- DROP_DUPLICATES - Static variable in class com.aerospike.client.cdt.ListSortFlags
-
Drop duplicate values when sorting list.
- dropIndex(Policy, String, String, String) - Method in class com.aerospike.client.AerospikeClient
-
Delete secondary index.
- dropIndex(Policy, String, String, String) - Method in interface com.aerospike.client.IAerospikeClient
-
Delete secondary index.
- dropRole(AdminPolicy, String) - Method in class com.aerospike.client.AerospikeClient
-
Drop user defined role.
- dropRole(AdminPolicy, String) - Method in interface com.aerospike.client.IAerospikeClient
-
Drop user defined role.
- dropUser(AdminPolicy, String) - Method in class com.aerospike.client.AerospikeClient
-
Remove user from cluster.
- dropUser(AdminPolicy, String) - Method in interface com.aerospike.client.IAerospikeClient
-
Remove user from cluster.
- durableDelete - Variable in class com.aerospike.client.policy.WritePolicy
-
If the transaction results in a record deletion, leave a tombstone for the record.