Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DATA_ADMIN - Enum constant in enum class com.aerospike.client.admin.PrivilegeCode
-
User can perform UDF and SINDEX administration actions.
- DataAdmin - Static variable in class com.aerospike.client.admin.Role
-
Manage user defined functions and indicies.
- debug(String) - Static method in class com.aerospike.client.Log
-
Log an debug message.
- DEBUG - Enum constant in enum class com.aerospike.client.Log.Level
-
Message used for debugging purposes.
- 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, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
-
Deprecated.
- def(String, Exp) - Static method in class com.aerospike.client.exp.Exp
-
Assign variable to a
Exp.let(Exp...)
expression that can be accessed later. - 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.MapPolicy
-
Default unordered unique key map with normal put semantics.
- Default - Static variable in class com.aerospike.client.operation.BitPolicy
-
Default byte[] with normal bin write semantics.
- Default - Static variable in class com.aerospike.client.operation.HLLPolicy
-
Default HLL bin write semantics.
- DEFAULT - Enum constant in enum class com.aerospike.client.query.IndexCollectionType
-
Normal scalar index.
- 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.MapWriteFlags
-
Default.
- DEFAULT - Static variable in class com.aerospike.client.exp.ExpReadFlags
-
Default.
- DEFAULT - Static variable in class com.aerospike.client.exp.ExpWriteFlags
-
Default.
- DEFAULT - Static variable in class com.aerospike.client.operation.BitResizeFlags
-
Default.
- DEFAULT - Static variable in class com.aerospike.client.operation.BitWriteFlags
-
Default.
- DEFAULT - Static variable in class com.aerospike.client.operation.HLLWriteFlags
-
Default.
- DefaultBufferSize - Static variable in class com.aerospike.client.util.ThreadLocalData
-
Initial buffer size on first use of thread local buffer.
- delete() - Static method in class com.aerospike.client.Operation
-
Create delete record database operation.
- delete(EventLoop, BatchRecordArrayListener, BatchPolicy, BatchDeletePolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously delete records for specified keys.
- delete(EventLoop, BatchRecordArrayListener, BatchPolicy, BatchDeletePolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously delete records for specified keys.
- delete(EventLoop, BatchRecordSequenceListener, BatchPolicy, BatchDeletePolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously delete records for specified keys.
- delete(EventLoop, BatchRecordSequenceListener, BatchPolicy, BatchDeletePolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously delete records for specified keys.
- delete(EventLoop, DeleteListener, WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously delete record for specified key.
- delete(EventLoop, DeleteListener, WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously delete record for specified key.
- delete(BatchPolicy, BatchDeletePolicy, Key[]) - Method in class com.aerospike.client.AerospikeClient
-
Delete records for specified keys.
- delete(BatchPolicy, BatchDeletePolicy, Key[]) - Method in interface com.aerospike.client.IAerospikeClient
-
Delete records for specified keys.
- delete(WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Delete record for specified key.
- delete(WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Delete record for specified key.
- DELETE - Enum constant in enum class com.aerospike.client.Operation.Type
- DeleteListener - Interface in com.aerospike.client.listener
-
Asynchronous result notifications for delete commands.
- describe(Exp) - Static method in class com.aerospike.client.exp.HLLExp
-
Create expression that returns indexBitCount and minHashBitCount used to create HLL bin in a list of longs.
- describe(String) - Static method in class com.aerospike.client.operation.HLLOperation
-
Create HLL describe operation.
- DEVICE_OVERLOAD - Static variable in class com.aerospike.client.ResultCode
-
Device not keeping up with writes.
- deviceSize() - Static method in class com.aerospike.client.exp.Exp
-
Create expression that returns record size on disk.
- digest - Variable in class com.aerospike.client.Key
-
Unique server hash value generated from set name and user key.
- digestModulo(int) - Static method in class com.aerospike.client.exp.Exp
-
Create expression that returns record digest modulo as integer.
- disableMetrics() - Method in class com.aerospike.client.AerospikeClient
-
Disable extended periodic cluster and node latency metrics.
- disableMetrics() - Method in interface com.aerospike.client.IAerospikeClient
-
Disable extended periodic cluster and node latency metrics.
- div(Exp...) - Static method in class com.aerospike.client.exp.Exp
-
Create "divide" (/) operator that applies to a variable number of expressions.
- DOUBLE - Static variable in class com.aerospike.client.command.ParticleType
- 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(EventLoop, IndexListener, Policy, String, String, String) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously delete secondary index.
- dropIndex(EventLoop, IndexListener, Policy, String, String, String) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously delete secondary index.
- 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.BatchDeletePolicy
-
If the transaction results in a record deletion, leave a tombstone for the record.
- durableDelete - Variable in class com.aerospike.client.policy.BatchUDFPolicy
-
If the transaction results in a record deletion, leave a tombstone for the record.
- durableDelete - Variable in class com.aerospike.client.policy.BatchWritePolicy
-
If the transaction results in a record deletion, leave a tombstone for the record.
- durableDelete - Variable in class com.aerospike.client.policy.WritePolicy
-
If the transaction results in a record deletion, leave a tombstone for the record.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form