- IAerospikeClient - Interface in com.aerospike.client
-
This interface's sole purpose is to allow mock frameworks to operate on
AerospikeClient without being constrained by final methods.
- IAsyncClient - Interface in com.aerospike.client.async
-
THIS CLASS IS OBSOLETE.
- id - Variable in enum com.aerospike.client.admin.PrivilegeCode
-
Privilege code ID used in wire protocol.
- ILLEGAL_STATE - Static variable in class com.aerospike.client.ResultCode
-
Security protocol not followed.
- IN_PROGRESS - Static variable in class com.aerospike.client.task.Task
-
- includeBinData - Variable in class com.aerospike.client.policy.QueryPolicy
-
Indicates if bin data is retrieved.
- includeBinData - Variable in class com.aerospike.client.policy.ScanPolicy
-
Indicates if bin data is retrieved.
- increment(String, int) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create default list increment operation.
- increment(ListPolicy, String, int) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list increment operation with policy.
- increment(String, int, Value) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create default list increment operation.
- increment(ListPolicy, String, int, Value) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list increment operation.
- increment(MapPolicy, String, Value, Value) - Static method in class com.aerospike.client.cdt.MapOperation
-
Create map increment operation.
- INDEX - Static variable in class com.aerospike.client.cdt.ListReturnType
-
Return index offset order.
- INDEX - Static variable in class com.aerospike.client.cdt.MapReturnType
-
Return key index order.
- INDEX_ALREADY_EXISTS - Static variable in class com.aerospike.client.ResultCode
-
Secondary index already exists.
- INDEX_FOUND - Static variable in class com.aerospike.client.ResultCode
-
- INDEX_GENERIC - Static variable in class com.aerospike.client.ResultCode
-
Generic secondary index error.
- INDEX_MAXCOUNT - Static variable in class com.aerospike.client.ResultCode
-
Maximum number of indicies exceeded.
- INDEX_NAME_MAXLEN - Static variable in class com.aerospike.client.ResultCode
-
Index name maximum length exceeded.
- INDEX_NOTFOUND - Static variable in class com.aerospike.client.ResultCode
-
Requested secondary index does not exist.
- INDEX_NOTREADABLE - Static variable in class com.aerospike.client.ResultCode
-
Secondary index not available.
- INDEX_OOM - Static variable in class com.aerospike.client.ResultCode
-
Secondary index memory space exceeded.
- IndexCollectionType - Enum in com.aerospike.client.query
-
Secondary index collection type.
- IndexTask - Class in com.aerospike.client.task
-
Task used to poll for long running create index completion.
- IndexTask(Cluster, Policy, String, String, boolean) - Constructor for class com.aerospike.client.task.IndexTask
-
Initialize task with fields needed to query server nodes.
- IndexType - Enum in com.aerospike.client.query
-
Underlying data type of secondary index.
- inEventLoop() - Method in interface com.aerospike.client.async.EventLoop
-
Is current thread the event loop thread.
- inEventLoop() - Method in class com.aerospike.client.async.NettyEventLoop
-
Is current thread the event loop thread.
- inEventLoop() - Method in class com.aerospike.client.async.NioEventLoop
-
Is current thread the event loop thread.
- Info - Class in com.aerospike.client
-
Access server's info monitoring protocol.
- Info(Connection, String) - Constructor for class com.aerospike.client.Info
-
Send single command to server and store results.
- Info(Connection, String...) - Constructor for class com.aerospike.client.Info
-
Send multiple commands to server and store results.
- Info(Connection, List<String>) - Constructor for class com.aerospike.client.Info
-
Send multiple commands to server and store results.
- Info(Connection) - Constructor for class com.aerospike.client.Info
-
Send default empty command to server and store results.
- Info(byte[], int) - Constructor for class com.aerospike.client.Info
-
Internal constructor.
- info(String) - Static method in class com.aerospike.client.Log
-
Log an info message.
- Info.NameValueParser - Class in com.aerospike.client
-
Parser for responses in name/value pair format:
- infoEnabled() - Static method in class com.aerospike.client.Log
-
Determine if info log level is enabled.
- InfoListener - Interface in com.aerospike.client.listener
-
Asynchronous info command result notification.
- InfoPolicy - Class in com.aerospike.client.policy
-
Policy attributes used for info commands.
- InfoPolicy(InfoPolicy) - Constructor for class com.aerospike.client.policy.InfoPolicy
-
Copy timeout from other InfoPolicy.
- InfoPolicy(Policy) - Constructor for class com.aerospike.client.policy.InfoPolicy
-
Copy timeout from generic Policy to InfoPolicy.
- InfoPolicy() - Constructor for class com.aerospike.client.policy.InfoPolicy
-
Default constructor.
- infoPolicyDefault - Variable in class com.aerospike.client.AerospikeClient
-
Default info policy that is used when info command policy is null.
- infoPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
-
Default info policy that is used when info command's policy is null.
- initTlsContext(TlsPolicy) - Method in interface com.aerospike.client.async.EventLoops
-
Initialize TLS context.
- initTlsContext(TlsPolicy) - Method in class com.aerospike.client.async.NettyEventLoops
-
Initialize TLS context.
- initTlsContext(TlsPolicy) - Method in class com.aerospike.client.async.NioEventLoops
-
Initialize TLS context.
- inPool - Variable in class com.aerospike.client.cluster.ConnectionStats
-
Connections residing in connection pool(s).
- insert(String, int, Value) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create default list insert operation.
- insert(ListPolicy, String, int, Value) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list insert operation with policy.
- INSERT_BOUNDED - Static variable in class com.aerospike.client.cdt.ListWriteFlags
-
Enforce list boundaries when inserting.
- insertItems(String, int, List<Value>) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create default list insert items operation.
- insertItems(ListPolicy, String, int, List<Value>) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list insert items operation with policy.
- INSTANCE - Static variable in class com.aerospike.client.Value.NullValue
-
- InstancePoolSize - Static variable in class com.aerospike.client.lua.LuaConfig
-
Maximum number of Lua runtime instances to cache at any point in time.
- integerBin(String) - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer bin predicate.
- integerEqual() - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer "=" operation predicate.
- integerGreater() - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer ">" operation predicate.
- integerGreaterEq() - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer ">=" operation predicate.
- integerLess() - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer "<" operation predicate.
- integerLessEq() - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer "<=" operation predicate.
- integerUnequal() - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer "!=" operation predicate.
- integerValue(Calendar) - Static method in class com.aerospike.client.query.PredExp
-
Create Calendar value expressed in nanoseconds since 1970-01-01 epoch as 64 bit integer.
- integerValue(long) - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer value.
- IntegerValue(int) - Constructor for class com.aerospike.client.Value.IntegerValue
-
- integerVar(String) - Static method in class com.aerospike.client.query.PredExp
-
Create 64 bit integer variable used in list/map iterations.
- inUse - Variable in class com.aerospike.client.cluster.ConnectionStats
-
Active connections in currently executing commands.
- INVALID_COMMAND - Static variable in class com.aerospike.client.ResultCode
-
Administration command is invalid.
- INVALID_CREDENTIAL - Static variable in class com.aerospike.client.ResultCode
-
Security credential is invalid.
- INVALID_FIELD - Static variable in class com.aerospike.client.ResultCode
-
Administration field is invalid.
- INVALID_NAMESPACE - Static variable in class com.aerospike.client.ResultCode
-
Invalid namespace.
- INVALID_NODE_ERROR - Static variable in class com.aerospike.client.ResultCode
-
Chosen node is not currently active.
- INVALID_PASSWORD - Static variable in class com.aerospike.client.ResultCode
-
Password is invalid.
- INVALID_PRIVILEGE - Static variable in class com.aerospike.client.ResultCode
-
Privilege is invalid.
- INVALID_ROLE - Static variable in class com.aerospike.client.ResultCode
-
Role name is invalid.
- INVALID_USER - Static variable in class com.aerospike.client.ResultCode
-
User name is invalid.
- InvalidNode(int, Partition) - Constructor for exception com.aerospike.client.AerospikeException.InvalidNode
-
- InvalidNode(String) - Constructor for exception com.aerospike.client.AerospikeException.InvalidNode
-
- INVERTED - Static variable in class com.aerospike.client.cdt.ListReturnType
-
Invert meaning of list command and return values.
- INVERTED - Static variable in class com.aerospike.client.cdt.MapReturnType
-
Invert meaning of map command and return values.
- ipMap - Variable in class com.aerospike.client.policy.ClientPolicy
-
A IP translation table is used in cases where different clients use different server
IP addresses.
- isActive() - Method in class com.aerospike.client.cluster.Node
-
Return whether node is currently active.
- isConnected() - Method in class com.aerospike.client.AerospikeClient
-
Determine if we are ready to talk to the database server cluster.
- isConnected() - Method in interface com.aerospike.client.IAerospikeClient
-
Determine if we are ready to talk to the database server cluster.
- isDone() - Method in class com.aerospike.client.task.Task
-
Has task completed.
- isScan() - Method in class com.aerospike.client.query.Statement
-
Return if full namespace/set scan is specified.
- iterator() - Method in class com.aerospike.client.query.RecordSet
-
Provide Iterator for RecordSet.
- iterator() - Method in class com.aerospike.client.query.ResultSet
-
Provide Iterator for RecordSet.