Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- Task - Class in com.aerospike.client.task
-
Task used to poll for server task completion.
- Task() - Constructor for class com.aerospike.client.task.Task
-
Initialize task that has already completed.
- Task(Cluster, Policy) - Constructor for class com.aerospike.client.task.Task
-
Initialize task with fields needed to query server nodes.
- TaskStatusListener - Interface in com.aerospike.client.listener
-
Asynchronous result notifications for index status command.
- TCPKeepAlive - Class in com.aerospike.client.policy
-
TCP keep-alive policy.
- TCPKeepAlive() - Constructor for class com.aerospike.client.policy.TCPKeepAlive
-
Default constructor.
- TCPKeepAlive(int, int, int) - Constructor for class com.aerospike.client.policy.TCPKeepAlive
-
Enable TCP keep-alive when using native Netty epoll library.
- TCPKeepAlive(TCPKeepAlive) - Constructor for class com.aerospike.client.policy.TCPKeepAlive
-
Copy TCP keep-alive policy from another keep-alive policy.
- tendInterval - Variable in class com.aerospike.client.policy.ClientPolicy
-
Interval in milliseconds between cluster tends by maintenance thread.
- ThreadLocalData - Class in com.aerospike.client.util
-
Thread local buffer storage.
- ThreadLocalData() - Constructor for class com.aerospike.client.util.ThreadLocalData
- threadPool - Variable in class com.aerospike.client.policy.ClientPolicy
-
Deprecated.
- Throttle - Class in com.aerospike.client.async
-
Limit the number of commands allowed at any point in time.
- Throttle(int) - Constructor for class com.aerospike.client.async.Throttle
-
Construct throttle with max number of commands.
- Throttles - Class in com.aerospike.client.async
-
Use multiple throttles that enforce a limit on the maximum number of commands.
- Throttles(int, int) - Constructor for class com.aerospike.client.async.Throttles
-
Construct throttles.
- ticksPerWheel - Variable in class com.aerospike.client.async.EventPolicy
-
The number of ticks per wheel for HashedWheelTimer in each event loop.
- timeout - Variable in exception class com.aerospike.client.AerospikeException.Timeout
-
Total timeout in milliseconds.
- timeout - Variable in class com.aerospike.client.policy.AdminPolicy
-
User administration command socket timeout in milliseconds.
- timeout - Variable in class com.aerospike.client.policy.ClientPolicy
-
Cluster tend info call timeout in milliseconds.
- timeout - Variable in class com.aerospike.client.policy.InfoPolicy
-
Info command socket timeout in milliseconds.
- Timeout(Node, int, int, int) - Constructor for exception class com.aerospike.client.AerospikeException.Timeout
- Timeout(Policy, boolean) - Constructor for exception class com.aerospike.client.AerospikeException.Timeout
- Timeout(Policy, int) - Constructor for exception class com.aerospike.client.AerospikeException.Timeout
- Timeout(String, int, int, boolean) - Constructor for exception class com.aerospike.client.AerospikeException.Timeout
- TIMEOUT - Static variable in class com.aerospike.client.ResultCode
-
Client or server has timed out.
- timeoutCount - Variable in class com.aerospike.client.cluster.NodeStats
-
Command timeout count since node was initialized.
- timeoutDelay - Variable in class com.aerospike.client.policy.Policy
-
Delay milliseconds after socket read timeout in an attempt to recover the socket in the background.
- tlsName - Variable in class com.aerospike.client.Host
-
TLS certificate name used for secure connections.
- tlsPolicy - Variable in class com.aerospike.client.policy.ClientPolicy
-
TLS secure connection policy for TLS enabled servers.
- TlsPolicy - Class in com.aerospike.client.policy
-
TLS connection policy.
- TlsPolicy() - Constructor for class com.aerospike.client.policy.TlsPolicy
-
Default constructor.
- TlsPolicy(TlsPolicy) - Constructor for class com.aerospike.client.policy.TlsPolicy
-
Copy TLS policy from another TLS policy.
- toBase64(CTX[]) - Static method in class com.aerospike.client.cdt.CTX
-
Serialize context array to base64 encoded string.
- toBytes(CTX[]) - Static method in class com.aerospike.client.cdt.CTX
-
Serialize context array to bytes.
- toFloat(Exp) - Static method in class com.aerospike.client.exp.Exp
-
Create expression that converts an integer to a float.
- toInt(Exp) - Static method in class com.aerospike.client.exp.Exp
-
Create expression that converts a float to an integer.
- toInteger() - Method in class com.aerospike.client.Value.BooleanValue
- toInteger() - Method in class com.aerospike.client.Value.BoolIntValue
- toInteger() - Method in class com.aerospike.client.Value.ByteValue
- toInteger() - Method in class com.aerospike.client.Value.DoubleValue
- toInteger() - Method in class com.aerospike.client.Value.FloatValue
- toInteger() - Method in class com.aerospike.client.Value.IntegerValue
- toInteger() - Method in class com.aerospike.client.Value.LongValue
- toInteger() - Method in class com.aerospike.client.Value.ShortValue
- toInteger() - Method in class com.aerospike.client.Value
-
Return value as an integer.
- toLong() - Method in class com.aerospike.client.Value.BooleanValue
- toLong() - Method in class com.aerospike.client.Value.BoolIntValue
- toLong() - Method in class com.aerospike.client.Value.ByteValue
- toLong() - Method in class com.aerospike.client.Value.DoubleValue
- toLong() - Method in class com.aerospike.client.Value.FloatValue
- toLong() - Method in class com.aerospike.client.Value.IntegerValue
- toLong() - Method in class com.aerospike.client.Value.LongValue
- toLong() - Method in class com.aerospike.client.Value.ShortValue
- toLong() - Method in class com.aerospike.client.Value
-
Return value as a long.
- toString() - Method in enum class com.aerospike.client.admin.PrivilegeCode
-
Convert code to string.
- toString() - Method in class com.aerospike.client.admin.Role
- toString() - Method in class com.aerospike.client.admin.User
- toString() - Method in class com.aerospike.client.BatchRecord
-
Convert to string.
- toString() - Method in class com.aerospike.client.Bin
-
Return string representation of bin.
- toString() - Method in class com.aerospike.client.cluster.ClusterStats
-
Convert statistics to string.
- toString() - Method in class com.aerospike.client.cluster.ConnectionStats
-
Convert statistics to string.
- toString() - Method in class com.aerospike.client.cluster.Node
-
Does server support partition scans.
- toString() - Method in class com.aerospike.client.cluster.NodeStats
-
Convert statistics to string.
- toString() - Method in class com.aerospike.client.Host
- toString() - Method in class com.aerospike.client.Key
- toString() - Method in class com.aerospike.client.Record
-
Return String representation of record.
- toString() - Method in class com.aerospike.client.Value.BooleanValue
- toString() - Method in class com.aerospike.client.Value.BoolIntValue
- toString() - Method in class com.aerospike.client.Value.ByteSegmentValue
- toString() - Method in class com.aerospike.client.Value.BytesValue
- toString() - Method in class com.aerospike.client.Value.ByteValue
- toString() - Method in class com.aerospike.client.Value.DoubleValue
- toString() - Method in class com.aerospike.client.Value.FloatValue
- toString() - Method in class com.aerospike.client.Value.GeoJSONValue
- toString() - Method in class com.aerospike.client.Value.HLLValue
- toString() - Method in class com.aerospike.client.Value.InfinityValue
- toString() - Method in class com.aerospike.client.Value.IntegerValue
- toString() - Method in class com.aerospike.client.Value.ListValue
- toString() - Method in class com.aerospike.client.Value.LongValue
- toString() - Method in class com.aerospike.client.Value.MapValue
- toString() - Method in class com.aerospike.client.Value.NullValue
- toString() - Method in class com.aerospike.client.Value.ShortValue
- toString() - Method in class com.aerospike.client.Value.SortedMapValue
- toString() - Method in class com.aerospike.client.Value.StringValue
- toString() - Method in class com.aerospike.client.Value.ValueArray
- toString() - Method in class com.aerospike.client.Value.WildcardValue
- total - Variable in class com.aerospike.client.cluster.Node.AsyncPool
- totalTimeout - Variable in class com.aerospike.client.policy.Policy
-
Total command timeout in milliseconds.
- touch() - Static method in class com.aerospike.client.Operation
-
Create touch record database operation.
- touch(EventLoop, WriteListener, WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously reset record's time to expiration using the policy's expiration.
- touch(EventLoop, WriteListener, WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously reset record's time to expiration using the policy's expiration.
- touch(WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Reset record's time to expiration using the policy's expiration.
- touch(WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Reset record's time to expiration using the policy's expiration.
- TOUCH - Enum constant in enum class com.aerospike.client.Operation.Type
- touched(EventLoop, ExistsListener, WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Asynchronously reset record's time to expiration using the policy's expiration.
- touched(EventLoop, ExistsListener, WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Asynchronously reset record's time to expiration using the policy's expiration.
- touched(WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Reset record's time to expiration using the policy's expiration.
- touched(WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
Reset record's time to expiration using the policy's expiration.
- trim(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
-
Create list trim operation.
- truncate(InfoPolicy, String, String, Calendar) - Method in class com.aerospike.client.AerospikeClient
-
Remove records in specified namespace/set efficiently.
- truncate(InfoPolicy, String, String, Calendar) - Method in interface com.aerospike.client.IAerospikeClient
-
Remove records in specified namespace/set efficiently.
- Truncate - Static variable in class com.aerospike.client.admin.Role
-
Allow truncate.
- TRUNCATE - Enum constant in enum class com.aerospike.client.admin.PrivilegeCode
-
User can truncate data only.
- ttl() - Static method in class com.aerospike.client.exp.Exp
-
Create expression that returns record expiration time (time to live) in integer seconds.
- txn - Variable in class com.aerospike.client.policy.Policy
-
Multi-record transaction identifier (MRT).
- Txn - Class in com.aerospike.client
-
Multi-record transaction (MRT).
- Txn() - Constructor for class com.aerospike.client.Txn
-
Create MRT, assign random transaction id and initialize reads/writes hashmaps with default capacities.
- Txn(int, int) - Constructor for class com.aerospike.client.Txn
-
Create MRT, assign random transaction id and initialize reads/writes hashmaps with given capacities.
- TXN_FAILED - Static variable in class com.aerospike.client.ResultCode
-
Multi-record transaction failed
- Txn.State - Enum Class in com.aerospike.client
-
MRT state.
- TxnRollPolicy - Class in com.aerospike.client.policy
-
Multi-record transaction (MRT) policy fields used to batch roll forward/backward records on commit or abort.
- TxnRollPolicy() - Constructor for class com.aerospike.client.policy.TxnRollPolicy
-
Default constructor.
- TxnRollPolicy(TxnRollPolicy) - Constructor for class com.aerospike.client.policy.TxnRollPolicy
-
Copy policy from another policy.
- txnRollPolicyDefault - Variable in class com.aerospike.client.AerospikeClient
-
Default multi-record transaction (MRT) policy when rolling the transaction records forward (commit) or back (abort) in a batch.
- txnRollPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
-
Default multi-record transaction (MRT) policy when rolling the transaction records forward (commit) or back (abort) in a batch.
- TxnVerifyPolicy - Class in com.aerospike.client.policy
-
Multi-record transaction (MRT) policy fields used to batch verify record versions on commit.
- TxnVerifyPolicy() - Constructor for class com.aerospike.client.policy.TxnVerifyPolicy
-
Default constructor.
- TxnVerifyPolicy(TxnVerifyPolicy) - Constructor for class com.aerospike.client.policy.TxnVerifyPolicy
-
Copy policy from another policy.
- txnVerifyPolicyDefault - Variable in class com.aerospike.client.AerospikeClient
-
Default multi-record transaction (MRT) policy when verifying record versions in a batch on a commit.
- txnVerifyPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
-
Default multi-record transaction (MRT) policy when verifying record versions in a batch.
- type - Variable in class com.aerospike.client.Operation
-
Type of operation.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form