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 

I

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.
id - Variable in enum com.aerospike.client.admin.PrivilegeCode
Privilege code ID used in wire protocol.
id - Variable in class com.aerospike.client.cdt.CTX
 
id(int) - Static method in class com.aerospike.client.query.PartitionFilter
Filter by partition id.
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
Should bin data be retrieved.
includeBinData - Variable in class com.aerospike.client.policy.ScanPolicy
Should bin data be retrieved.
increment(String, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list increment operation.
increment(ListPolicy, String, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list increment operation with policy.
increment(String, int, Value, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list increment operation.
increment(ListPolicy, String, int, Value, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list increment operation.
increment(MapPolicy, String, Value, Value, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map increment operation.
increment(ListPolicy, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that increments list[index] by value.
increment(MapPolicy, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that increments values by incr for all items identified by key.
incrErrorCount() - Method in class com.aerospike.client.cluster.Node
 
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.
IndexListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for create/drop index commands.
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.
INFINITY - Static variable in class com.aerospike.client.Value
Infinity value to be used in CDT range comparisons only.
InfinityValue() - Constructor for class com.aerospike.client.Value.InfinityValue
 
info(EventLoop, InfoListener, InfoPolicy, Node, String...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously make info commands.
info(EventLoop, InfoListener, InfoPolicy, Node, String...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously make info commands.
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.
init(HLLPolicy, String, int) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL init operation.
init(HLLPolicy, String, int, int) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL init operation with minhash bits.
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, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list insert operation.
insert(ListPolicy, String, int, Value, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list insert operation with policy.
insert(BitPolicy, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that inserts value bytes into byte[] bin at byteOffset and returns byte[].
insert(ListPolicy, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that inserts value to specified index of list.
insert(BitPolicy, String, int, byte[]) - Static method in class com.aerospike.client.operation.BitOperation
Create byte "insert" operation.
INSERT_BOUNDED - Static variable in class com.aerospike.client.cdt.ListWriteFlags
Enforce list boundaries when inserting.
insertItems(String, int, List<Value>, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create default list insert items operation.
insertItems(ListPolicy, String, int, List<Value>, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list insert items operation with policy.
insertItems(ListPolicy, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that inserts each input list item starting at specified index of list.
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.
intBin(String) - Static method in class com.aerospike.client.exp.Exp
Create 64 bit integer bin expression.
INTEGER - Static variable in class com.aerospike.client.command.ParticleType
 
integerBin(String) - Static method in class com.aerospike.client.query.PredExp
Deprecated.
Create 64 bit integer bin predicate.
integerEqual() - Static method in class com.aerospike.client.query.PredExp
Deprecated.
Create 64 bit integer "=" operation predicate.
integerGreater() - Static method in class com.aerospike.client.query.PredExp
Deprecated.
Create 64 bit integer ">" operation predicate.
integerGreaterEq() - Static method in class com.aerospike.client.query.PredExp
Deprecated.
Create 64 bit integer ">=" operation predicate.
integerLess() - Static method in class com.aerospike.client.query.PredExp
Deprecated.
Create 64 bit integer "<" operation predicate.
integerLessEq() - Static method in class com.aerospike.client.query.PredExp
Deprecated.
Create 64 bit integer "<=" operation predicate.
integerUnequal() - Static method in class com.aerospike.client.query.PredExp
Deprecated.
Create 64 bit integer "!=" operation predicate.
integerValue(Calendar) - Static method in class com.aerospike.client.query.PredExp
Deprecated.
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
Deprecated.
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
Deprecated.
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.
INVALID_WHITELIST - Static variable in class com.aerospike.client.ResultCode
Invalid IP address whitelist.
InvalidNamespace(String, int) - Constructor for exception com.aerospike.client.AerospikeException.InvalidNamespace
 
InvalidNode(int, Partition) - Constructor for exception com.aerospike.client.AerospikeException.InvalidNode
 
InvalidNode(int) - 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.
isTombstone() - Static method in class com.aerospike.client.exp.Exp
Create expression that returns if record has been deleted and is still in tombstone state.
itemCommand - Variable in class com.aerospike.client.cdt.MapPolicy
 
itemsCommand - Variable in class com.aerospike.client.cdt.MapPolicy
 
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.
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–2020 Aerospike, Inc. All rights reserved.