- Task - Class in com.aerospike.client.task
-
Task used to poll for server task completion.
- Task(Cluster, Policy) - Constructor for class com.aerospike.client.task.Task
-
Initialize task with fields needed to query server nodes.
- Task() - Constructor for class com.aerospike.client.task.Task
-
Initialize task that has already completed.
- tendInterval - Variable in class com.aerospike.client.policy.ClientPolicy
-
Interval in milliseconds between cluster tends by maintenance thread.
- ThreadDaemonFactory - Class in com.aerospike.client.cluster
-
Thread pool factory that generates daemon threads.
- ThreadDaemonFactory() - Constructor for class com.aerospike.client.cluster.ThreadDaemonFactory
-
- 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
-
Underlying thread pool used in synchronous batch, scan, and query commands.
- threadsInUse - Variable in class com.aerospike.client.cluster.ClusterStats
-
Number of active threads executing sync batch/scan/query commands.
- 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(int, boolean) - Constructor for exception com.aerospike.client.AerospikeException.Timeout
-
- Timeout(Policy, boolean) - Constructor for exception com.aerospike.client.AerospikeException.Timeout
-
- timeout - Variable in exception 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
-
Initial host connection timeout in milliseconds.
- timeout - Variable in class com.aerospike.client.policy.InfoPolicy
-
Info command socket timeout in milliseconds.
- TIMEOUT - Static variable in class com.aerospike.client.ResultCode
-
Client or server has timed out.
- timeoutDelay - Variable in class com.aerospike.client.policy.Policy
-
Delay milliseconds after transaction timeout before closing socket in async mode only.
- 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(TlsPolicy) - Constructor for class com.aerospike.client.policy.TlsPolicy
-
Copy TLS policy from another TLS policy.
- TlsPolicy() - Constructor for class com.aerospike.client.policy.TlsPolicy
-
Default constructor.
- toInteger() - Method in class com.aerospike.client.Value.BooleanValue
-
- 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
-
Return value as an integer.
- toLong() - Method in class com.aerospike.client.Value.BooleanValue
-
- 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
-
Return value as a long.
- toString() - Method in enum com.aerospike.client.admin.PrivilegeCode
-
Convert code to string.
- toString() - Method in class com.aerospike.client.BatchRead
-
Convert BatchRead 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
-
- 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.BlobValue
-
- toString() - Method in class com.aerospike.client.Value.BooleanValue
-
- 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.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.StringValue
-
- toString() - Method in class com.aerospike.client.Value.ValueArray
-
- totalTimeout - Variable in class com.aerospike.client.policy.Policy
-
Total transaction timeout in milliseconds.
- touch(WritePolicy, Key) - Method in class com.aerospike.client.AerospikeClient
-
Reset record's time to expiration using the policy's expiration.
- 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(WritePolicy, WriteListener, Key) - Method in class com.aerospike.client.async.AsyncClient
-
Asynchronously create record if it does not already exist.
- touch(WritePolicy, WriteListener, Key) - Method in interface com.aerospike.client.async.IAsyncClient
-
Asynchronously create record if it does not already exist.
- touch(WritePolicy, Key) - Method in interface com.aerospike.client.IAerospikeClient
-
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() - Static method in class com.aerospike.client.Operation
-
Create touch database operation.
- trim(String, int, int) - 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.
- type - Variable in class com.aerospike.client.Operation
-
Type of operation.