- canScope() - Method in enum com.aerospike.client.admin.PrivilegeCode
-
Can privilege be scoped with namespace and set.
- changePassword(AdminPolicy, String, String) - Method in class com.aerospike.client.AerospikeClient
-
Change user's password.
- changePassword(AdminPolicy, String, String) - Method in interface com.aerospike.client.IAerospikeClient
-
Change user's password.
- ciphers - Variable in class com.aerospike.client.policy.TlsPolicy
-
Allowable TLS ciphers that the client can use for secure connections.
- clear(String) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list clear operation.
- clear(String) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create map clear operation.
- ClientPolicy - Class in com.aerospike.client.policy
-
Container object for client policy Command.
- ClientPolicy() - Constructor for class com.aerospike.client.policy.ClientPolicy
-
- close() - Method in class com.aerospike.client.AerospikeClient
-
Close all client connections to database server nodes.
- close() - Method in class com.aerospike.client.cluster.Node
-
Close all server node socket connections.
- close() - Method in interface com.aerospike.client.IAerospikeClient
-
Close all client connections to database server nodes.
- close() - Method in class com.aerospike.client.query.RecordSet
-
Close query.
- close() - Method in class com.aerospike.client.query.ResultSet
-
Close query.
- closeConnection(Connection) - Method in class com.aerospike.client.cluster.Node
-
Close connection and decrement connection count.
- CLUSTER_KEY_MISMATCH - Static variable in class com.aerospike.client.ResultCode
-
Expected cluster was not received.
- clusterName - Variable in class com.aerospike.client.policy.ClientPolicy
-
Expected cluster name.
- code - Variable in class com.aerospike.client.admin.Privilege
-
Privilege code.
- com.aerospike.client - package com.aerospike.client
-
- com.aerospike.client.admin - package com.aerospike.client.admin
-
- com.aerospike.client.async - package com.aerospike.client.async
-
- com.aerospike.client.cdt - package com.aerospike.client.cdt
-
- com.aerospike.client.cluster - package com.aerospike.client.cluster
-
- com.aerospike.client.large - package com.aerospike.client.large
-
- com.aerospike.client.listener - package com.aerospike.client.listener
-
- com.aerospike.client.lua - package com.aerospike.client.lua
-
- com.aerospike.client.policy - package com.aerospike.client.policy
-
- com.aerospike.client.query - package com.aerospike.client.query
-
- com.aerospike.client.task - package com.aerospike.client.task
-
- COMMAND_REJECTED - Static variable in class com.aerospike.client.ResultCode
-
Asynchronous max concurrent database commands have been exceeded and therefore rejected.
- CommitLevel - Enum in com.aerospike.client.policy
-
Desired consistency guarantee when committing a transaction on the server.
- commitLevel - Variable in class com.aerospike.client.policy.WritePolicy
-
Desired consistency guarantee when committing a transaction on the server.
- computeDigest(String, Value) - Static method in class com.aerospike.client.Key
-
Generate unique server hash value from set name, key type and user defined key.
- concurrentNodes - Variable in class com.aerospike.client.policy.ScanPolicy
-
Issue scan requests in parallel or serially.
- ConsistencyLevel - Enum in com.aerospike.client.policy
-
How replicas should be consulted in a read operation to provide the desired
consistency guarantee.
- consistencyLevel - Variable in class com.aerospike.client.policy.Policy
-
How replicas should be consulted in a read operation to provide the desired
consistency guarantee.
- contains(String, IndexCollectionType, long) - Static method in class com.aerospike.client.query.Filter
-
Create contains number filter for query on collection index.
- contains(String, IndexCollectionType, String) - Static method in class com.aerospike.client.query.Filter
-
Create contains string filter for query on collection index.
- createIndex(Policy, String, String, String, String, IndexType) - Method in class com.aerospike.client.AerospikeClient
-
Create scalar secondary index.
- createIndex(Policy, String, String, String, String, IndexType, IndexCollectionType) - Method in class com.aerospike.client.AerospikeClient
-
Create complex secondary index to be used on bins containing collections.
- createIndex(Policy, String, String, String, String, IndexType) - Method in interface com.aerospike.client.IAerospikeClient
-
Create scalar secondary index.
- createIndex(Policy, String, String, String, String, IndexType, IndexCollectionType) - Method in interface com.aerospike.client.IAerospikeClient
-
Create complex secondary index to be used on bins containing collections.
- createRole(AdminPolicy, String, List<Privilege>) - Method in class com.aerospike.client.AerospikeClient
-
Create user defined role.
- createRole(AdminPolicy, String, List<Privilege>) - Method in interface com.aerospike.client.IAerospikeClient
-
Create user defined role.
- createUser(AdminPolicy, String, String, List<String>) - Method in class com.aerospike.client.AerospikeClient
-
Create user with password and roles.
- createUser(AdminPolicy, String, String, List<String>) - Method in interface com.aerospike.client.IAerospikeClient
-
Create user with password and roles.