Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

C

canScope() - Method in enum 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
 
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, 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.
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.
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 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(ClientPolicy) - Constructor for class com.aerospike.client.policy.ClientPolicy
Copy client policy from another client policy.
ClientPolicy() - Constructor for class com.aerospike.client.policy.ClientPolicy
Default constructor.
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(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.
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(NodeStats[], EventLoopStats[], int, int) - Constructor for class com.aerospike.client.cluster.ClusterStats
Cluster statistics constructor.
code - Variable in class com.aerospike.client.admin.Privilege
Privilege code.
code - Variable in enum com.aerospike.client.exp.Exp.Type
 
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.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
 
COMMAND_REJECTED - Static variable in class com.aerospike.client.ResultCode
Asynchronous max concurrent database commands have been exceeded and therefore rejected.
CommandExp - Interface in com.aerospike.client.exp
Interface for embedding either PredExp or Expression in a command.
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.
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.
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.
Connection(String) - Constructor for exception com.aerospike.client.AerospikeException.Connection
 
Connection(Exception) - Constructor for exception com.aerospike.client.AerospikeException.Connection
 
Connection(String, Exception) - Constructor for exception com.aerospike.client.AerospikeException.Connection
 
Connection(int, String) - Constructor for exception 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.
ConnectionStats(int, int, int, int, ConnectionStats[]) - Constructor for class com.aerospike.client.cluster.ConnectionStats
 
connectTimeout - Variable in exception 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.
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.
context - Variable in class com.aerospike.client.policy.TlsPolicy
Optional SSLContext configuration instead using default SSLContext.
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.
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.
create(String, ListOrder, boolean, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list create operation.
create(String, MapOrder, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map create operation.
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.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.
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(EventLoop, IndexListener, Policy, String, String, String, String, IndexType, IndexCollectionType) - Method in class com.aerospike.client.AerospikeClient
Asynchronously 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.
createIndex(EventLoop, IndexListener, Policy, String, String, String, String, IndexType, IndexCollectionType) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously 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>, List<String>) - Method in class com.aerospike.client.AerospikeClient
Create user defined role with optional privileges and whitelist.
createRole(AdminPolicy, String, List<Privilege>) - Method in interface com.aerospike.client.IAerospikeClient
Create user defined role.
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.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2012–2021 Aerospike, Inc. All rights reserved.