Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- canScope() - Method in enum class com.aerospike.client.admin.PrivilegeCode
-
Can privilege be scoped with namespace and set.
- CDT - Class in com.aerospike.client.cdt
- CDT() - Constructor for class com.aerospike.client.cdt.CDT
- CDT_MODIFY - Enum constant in enum class com.aerospike.client.Operation.Type
- CDT_READ - Enum constant in enum class com.aerospike.client.Operation.Type
- ceil(Exp) - Static method in class com.aerospike.client.exp.Exp
-
Create expression that rounds a floating point number up to the closest integer value.
- 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(Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
-
Create expression that removes all items in list.
- clear(Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
-
Create expression that removes all items in map.
- clear(String, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list clear operation.
- clear(String, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create map clear operation.
- clearPackage(String) - Static method in class com.aerospike.client.lua.LuaCache
-
Remove lua package from cache and unload package from non-active lua instances.
- clearPackages() - Static method in class com.aerospike.client.lua.LuaCache
-
Remove all lua packages and non-active lua instances from cache.
- client - Variable in exception class com.aerospike.client.AerospikeException.Timeout
-
If true, client initiated timeout.
- CLIENT_ERROR - Static variable in class com.aerospike.client.ResultCode
-
Generic client error.
- ClientPolicy - Class in com.aerospike.client.policy
-
Container object for client policy Command.
- ClientPolicy() - Constructor for class com.aerospike.client.policy.ClientPolicy
-
Default constructor.
- ClientPolicy(ClientPolicy) - Constructor for class com.aerospike.client.policy.ClientPolicy
-
Copy client policy from another client policy.
- close() - Method in class com.aerospike.client.AerospikeClient
-
Close all client connections to database server nodes.
- close() - Method in interface com.aerospike.client.async.EventLoops
-
Close event loops.
- close() - Method in class com.aerospike.client.async.NettyEventLoops
- close() - Method in class com.aerospike.client.async.NioEventLoop
- close() - Method in class com.aerospike.client.async.NioEventLoops
-
Close all event loops.
- close() - Method in class com.aerospike.client.cluster.Node
-
Close all 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.
- closeAsyncConnection(AsyncConnection, int) - Method in class com.aerospike.client.cluster.Node
-
Close async connection on error.
- closeAsyncConnections(int) - Method in class com.aerospike.client.cluster.Node
-
Close asynchronous connections.
- closeAsyncIdleConnection(AsyncConnection, int) - Method in class com.aerospike.client.cluster.Node
-
Close async connection without incrementing error count.
- closeConnection(Connection) - Method in class com.aerospike.client.cluster.Node
-
Close pooled connection on error and decrement connection count.
- closeConnectionOnError(Connection) - Method in class com.aerospike.client.cluster.Node
-
Close any connection on error.
- closeConnections() - Method in class com.aerospike.client.cluster.Node.AsyncPool
- closeConnections(AtomicInteger, int) - Method in class com.aerospike.client.cluster.Node
-
Close all node socket connections from event loop.
- closed - Variable in class com.aerospike.client.cluster.ConnectionStats
-
Total number of node connections closed since node creation.
- closed - Variable in class com.aerospike.client.cluster.Node.AsyncPool
- closeIdleConnection(Connection) - Method in class com.aerospike.client.cluster.Node
-
Close connection without incrementing error count.
- closeSyncConnections() - Method in class com.aerospike.client.cluster.Node
-
Close synchronous connections.
- closeTimeout - Variable in class com.aerospike.client.policy.ClientPolicy
-
Cluster close timeout in milliseconds.
- 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.
- ClusterStats - Class in com.aerospike.client.cluster
-
Cluster statistics.
- ClusterStats(Cluster, NodeStats[], EventLoopStats[]) - Constructor for class com.aerospike.client.cluster.ClusterStats
-
Cluster statistics constructor.
- ClusterStatsListener - Interface in com.aerospike.client.listener
-
Asynchronous result notifications for cluster statistics.
- code - Variable in class com.aerospike.client.admin.Privilege
-
Privilege code.
- code - Variable in enum class com.aerospike.client.exp.Exp.Type
- code - Variable in class com.aerospike.client.Info.Error
- 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.command - package com.aerospike.client.command
- com.aerospike.client.exp - package com.aerospike.client.exp
- com.aerospike.client.listener - package com.aerospike.client.listener
- com.aerospike.client.lua - package com.aerospike.client.lua
- com.aerospike.client.metrics - package com.aerospike.client.metrics
- com.aerospike.client.operation - package com.aerospike.client.operation
- 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
- com.aerospike.client.util - package com.aerospike.client.util
- commandsPerEventLoop - Variable in class com.aerospike.client.async.EventPolicy
-
Expected number of concurrent asynchronous commands in each event loop that are active at any point in time.
- COMMIT_ALL - Enum constant in enum class com.aerospike.client.policy.CommitLevel
-
Server should wait until successfully committing master and all replicas.
- COMMIT_MASTER - Enum constant in enum class com.aerospike.client.policy.CommitLevel
-
Server should wait until successfully committing master only.
- commitLevel - Variable in class com.aerospike.client.policy.BatchDeletePolicy
-
Desired consistency guarantee when committing a transaction on the server.
- commitLevel - Variable in class com.aerospike.client.policy.BatchUDFPolicy
-
Desired consistency guarantee when committing a transaction on the server.
- commitLevel - Variable in class com.aerospike.client.policy.BatchWritePolicy
-
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.
- CommitLevel - Enum Class in com.aerospike.client.policy
-
Desired consistency guarantee when committing a transaction on the server.
- COMPLETE - Static variable in class com.aerospike.client.task.Task
- compress - Variable in class com.aerospike.client.policy.Policy
-
Use zlib compression on command buffers sent to the server and responses received from the server when the buffer size is greater than 128 bytes.
- 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
-
Should scan requests be issued in parallel.
- cond(Exp...) - Static method in class com.aerospike.client.exp.Exp
-
Conditionally select an action expression from a variable number of expression pairs followed by a default action expression.
- CONN - Enum constant in enum class com.aerospike.client.metrics.LatencyType
- Connection(int, String) - Constructor for exception class com.aerospike.client.AerospikeException.Connection
- Connection(String) - Constructor for exception class com.aerospike.client.AerospikeException.Connection
- Connection(String, Throwable) - Constructor for exception class com.aerospike.client.AerospikeException.Connection
- Connection(Throwable) - Constructor for exception class com.aerospike.client.AerospikeException.Connection
- connectionOpened(int) - Method in class com.aerospike.client.cluster.Node
- ConnectionStats - Class in com.aerospike.client.cluster
-
Connection statistics.
- ConnectionStats(int, int, int, int) - Constructor for class com.aerospike.client.cluster.ConnectionStats
-
Connection statistics constructor.
- connectTimeout - Variable in exception class com.aerospike.client.AerospikeException.Timeout
-
Socket initial connect timeout in milliseconds.
- connectTimeout - Variable in class com.aerospike.client.policy.Policy
-
Socket connect timeout in milliseconds.
- connPoolsPerNode - Variable in class com.aerospike.client.policy.ClientPolicy
-
Number of synchronous connection pools used for each node.
- connsInUse - Variable in class com.aerospike.client.admin.User
-
Number of currently open connections.
- contains(String, IndexCollectionType, byte[], CTX...) - Static method in class com.aerospike.client.query.Filter
-
Create contains byte[] filter for query on collection index.
- contains(String, IndexCollectionType, long, CTX...) - Static method in class com.aerospike.client.query.Filter
-
Create contains number filter for query on collection index.
- contains(String, IndexCollectionType, String, CTX...) - Static method in class com.aerospike.client.query.Filter
-
Create contains string filter for query on collection index.
- context - Variable in class com.aerospike.client.policy.TlsPolicy
-
Optional SSLContext configuration instead using default SSLContext.
- copyBatchDeletePolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy batch detail delete policy default.
- copyBatchDeletePolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy batch detail delete policy default.
- copyBatchParentPolicyWriteDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy batch header write policy default.
- copyBatchParentPolicyWriteDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy batch header write policy default.
- copyBatchPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy batch header read policy default.
- copyBatchPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy batch header read policy default.
- copyBatchUDFPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy batch detail UDF policy default.
- copyBatchUDFPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy batch detail UDF policy default.
- copyBatchWritePolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy batch detail write policy default.
- copyBatchWritePolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy batch detail write policy default.
- copyInfoPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy info command policy default.
- copyInfoPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy info command policy default.
- copyQueryPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy query policy default.
- copyQueryPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy query policy default.
- copyReadPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy read policy default.
- copyReadPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy read policy default.
- copyScanPolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy scan policy default.
- copyScanPolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy scan policy default.
- copyWritePolicyDefault() - Method in class com.aerospike.client.AerospikeClient
-
Copy write policy default.
- copyWritePolicyDefault() - Method in interface com.aerospike.client.IAerospikeClient
-
Copy write policy default.
- count(Exp) - Static method in class com.aerospike.client.exp.Exp
-
Create expression that returns count of integer bits that are set to 1.
- count(Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
-
Create expression that returns integer count of set bits from byte[] bin starting at bitOffset for bitSize.
- count(String, int, int) - Static method in class com.aerospike.client.operation.BitOperation
-
Create bit "count" operation.
- COUNT - Static variable in class com.aerospike.client.cdt.ListReturnType
-
Return count of items selected.
- COUNT - Static variable in class com.aerospike.client.cdt.MapReturnType
-
Return count of items selected.
- create(String, ListOrder, boolean, boolean, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list create operation.
- create(String, ListOrder, boolean, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list create operation.
- create(String, MapOrder, boolean, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create map create operation.
- create(String, MapOrder, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create map create operation.
- CREATE_ONLY - Enum constant in enum class com.aerospike.client.cdt.MapWriteMode
-
If the key already exists, the write will fail.
- CREATE_ONLY - Enum constant in enum class com.aerospike.client.policy.RecordExistsAction
-
Create only.
- CREATE_ONLY - Static variable in class com.aerospike.client.cdt.MapWriteFlags
-
If the key already exists, the item will be denied.
- CREATE_ONLY - Static variable in class com.aerospike.client.exp.ExpWriteFlags
-
If bin does not exist, a new bin will be created.
- CREATE_ONLY - Static variable in class com.aerospike.client.operation.BitWriteFlags
-
If the bin already exists, the operation will be denied.
- CREATE_ONLY - Static variable in class com.aerospike.client.operation.HLLWriteFlags
-
If the bin already exists, the operation will be denied.
- createByteBuffer(int) - Static method in class com.aerospike.client.async.NioEventLoop
- createConnector(Cluster, Node, AsyncConnector.Listener) - Method in interface com.aerospike.client.async.EventLoop
-
Create async connector command.
- createConnector(Cluster, Node, AsyncConnector.Listener) - Method in class com.aerospike.client.async.NettyEventLoop
-
Create async connector command.
- createConnector(Cluster, Node, AsyncConnector.Listener) - Method in class com.aerospike.client.async.NioEventLoop
-
Create async connector command.
- createHandler(SocketChannel) - Method in class com.aerospike.client.async.NettyTlsContext
-
Create TLS handler.
- createIndex(EventLoop, IndexListener, Policy, String, String, String, String, IndexType, IndexCollectionType, CTX...) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously create complex secondary index to be used on bins containing collections.
- createIndex(EventLoop, IndexListener, Policy, String, String, String, String, IndexType, IndexCollectionType, CTX...) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously create complex secondary index to be used on bins containing collections.
- 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) - Method in interface com.aerospike.client.IAerospikeClient
-
Create scalar secondary index.
- createIndex(Policy, String, String, String, String, IndexType, IndexCollectionType, CTX...) - 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, IndexCollectionType, CTX...) - Method in interface com.aerospike.client.IAerospikeClient
-
Create complex secondary index to be used on bins containing collections.
- createMinConnections() - Method in class com.aerospike.client.cluster.Node
- 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.
- createRole(AdminPolicy, String, List<Privilege>, List<String>) - Method in class com.aerospike.client.AerospikeClient
-
Create user defined role with optional privileges and whitelist.
- createRole(AdminPolicy, String, List<Privilege>, List<String>) - Method in interface com.aerospike.client.IAerospikeClient
-
Create user defined role with optional privileges and whitelist.
- createRole(AdminPolicy, String, List<Privilege>, List<String>, int, int) - Method in class com.aerospike.client.AerospikeClient
-
Create user defined role with optional privileges, whitelist and read/write quotas.
- createRole(AdminPolicy, String, List<Privilege>, List<String>, int, int) - Method in interface com.aerospike.client.IAerospikeClient
-
Create user defined role with optional privileges, whitelist and read/write quotas.
- createState() - Method in interface com.aerospike.client.async.EventLoop
-
For internal use only.
- createState() - Method in class com.aerospike.client.async.EventLoopBase
-
For internal use only.
- 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.
- CTX - Class in com.aerospike.client.cdt
-
Nested CDT context.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form