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 

R

rackAware - Variable in class com.aerospike.client.policy.ClientPolicy
Track server rack data.
rackId - Variable in class com.aerospike.client.policy.ClientPolicy
Rack where this client instance resides.
rackIds - Variable in class com.aerospike.client.policy.ClientPolicy
List of acceptable racks in order of preference.
range(String, long, long) - Static method in class com.aerospike.client.query.Filter
Create range filter for query.
range(String, IndexCollectionType, long, long) - Static method in class com.aerospike.client.query.Filter
Create range filter for query on collection index.
range(int, int) - Static method in class com.aerospike.client.query.PartitionFilter
Filter by partition range.
RANK - Static variable in class com.aerospike.client.cdt.ListReturnType
Return value order.
RANK - Static variable in class com.aerospike.client.cdt.MapReturnType
Return value order.
Read - Static variable in class com.aerospike.client.admin.Role
Allow read transactions.
read(String, Expression, int) - Static method in class com.aerospike.client.exp.ExpOperation
Create operation that performs a read expression.
readAllBins - Variable in class com.aerospike.client.BatchRead
If true, ignore binNames and read all bins.
ReadDefault() - Static method in class com.aerospike.client.policy.BatchPolicy
Default batch read policy.
readInfo - Variable in class com.aerospike.client.admin.User
List of read statistics.
readModeAP - Variable in class com.aerospike.client.policy.BatchReadPolicy
Read policy for AP (availability) namespaces.
readModeAP - Variable in class com.aerospike.client.policy.Policy
Read policy for AP (availability) namespaces.
ReadModeAP - Enum in com.aerospike.client.policy
Read policy for AP (availability) namespaces.
readModeSC - Variable in class com.aerospike.client.policy.BatchReadPolicy
Read policy for SC (strong consistency) namespaces.
readModeSC - Variable in class com.aerospike.client.policy.Policy
Read policy for SC (strong consistency) namespaces.
ReadModeSC - Enum in com.aerospike.client.policy
Read policy for SC (strong consistency) namespaces.
readPolicyDefault - Variable in class com.aerospike.client.AerospikeClient
Default read policy that is used when read command policy is null.
readPolicyDefault - Variable in class com.aerospike.client.policy.ClientPolicy
Default read policy that is used when read command's policy is null.
readQuota - Variable in class com.aerospike.client.admin.Role
Maximum reads per second limit.
ReadWrite - Static variable in class com.aerospike.client.admin.Role
Allow read and write transactions.
ReadWriteUdf - Static variable in class com.aerospike.client.admin.Role
Allow read and write transactions within user defined functions.
record - Variable in class com.aerospike.client.BatchRecord
Record result after batch command has completed.
Record - Class in com.aerospike.client
Container object for records.
Record(Map<String, Object>, int, int) - Constructor for class com.aerospike.client.Record
Initialize record.
RECORD_TOO_BIG - Static variable in class com.aerospike.client.ResultCode
Record size exceeds limit.
RecordArrayListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch get commands.
recordExistsAction - Variable in class com.aerospike.client.policy.BatchWritePolicy
Qualify how to handle writes where the record already exists.
RecordExistsAction - Enum in com.aerospike.client.policy
How to handle writes when the record already exists.
recordExistsAction - Variable in class com.aerospike.client.policy.WritePolicy
Qualify how to handle writes where the record already exists.
RecordListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for get or operate commands.
recordQueueSize - Variable in class com.aerospike.client.policy.QueryPolicy
Number of records to place in queue before blocking.
records - Variable in exception com.aerospike.client.AerospikeException.BatchRecordArray
 
records - Variable in exception com.aerospike.client.AerospikeException.BatchRecords
 
records - Variable in class com.aerospike.client.BatchResults
Record results.
RecordSequenceListener - Interface in com.aerospike.client.listener
Asynchronous result notifications for batch get and scan commands.
RecordSet - Class in com.aerospike.client.query
This class manages record retrieval from queries.
recordsPerSecond - Variable in class com.aerospike.client.policy.ScanPolicy
Limit returned records per second (rps) rate for each server.
recoverQueueSize - Variable in class com.aerospike.client.cluster.ClusterStats
Number of connections residing in sync connection shutdown queue.
refresh(Peers) - Method in class com.aerospike.client.cluster.Node
Request current status from server node.
refreshCount(String) - Static method in class com.aerospike.client.operation.HLLOperation
Create HLL refresh operation.
regexCompare(String, int, Exp) - Static method in class com.aerospike.client.exp.Exp
Create expression that performs a regex match on a string bin or string value expression.
RegexFlag - Class in com.aerospike.client.query
Regex bit flags.
RegexFlag() - Constructor for class com.aerospike.client.query.RegexFlag
 
register(Policy, String, String, Language) - Method in class com.aerospike.client.AerospikeClient
Register package located in a file containing user defined functions with server.
register(Policy, ClassLoader, String, String, Language) - Method in class com.aerospike.client.AerospikeClient
Register package located in a resource containing user defined functions with server.
register(Policy, String, String, Language) - Method in interface com.aerospike.client.IAerospikeClient
Register package located in a file containing user defined functions with server.
register(Policy, ClassLoader, String, String, Language) - Method in interface com.aerospike.client.IAerospikeClient
Register package located in a resource containing user defined functions with server.
RegisterTask - Class in com.aerospike.client.task
Task used to poll for UDF registration completion.
RegisterTask(Cluster, Policy, String) - Constructor for class com.aerospike.client.task.RegisterTask
Initialize task with fields needed to query server nodes.
registerUdfString(Policy, String, String, Language) - Method in class com.aerospike.client.AerospikeClient
Register UDF functions located in a code string with server.
registerUdfString(Policy, String, String, Language) - Method in interface com.aerospike.client.IAerospikeClient
Register UDF functions located in a code string with server.
remove(String, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
remove(BitPolicy, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that removes bytes from byte[] bin at byteOffset for byteSize and returns byte[].
remove(BitPolicy, String, int, int) - Static method in class com.aerospike.client.operation.BitOperation
Create byte "remove" operation.
removeByIndex(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByIndex(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByIndex(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list item identified by index.
removeByIndex(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map item identified by index.
removeByIndexRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByIndexRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByIndexRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByIndexRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByIndexRange(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list items starting at specified index to the end of list.
removeByIndexRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes "count" list items starting at specified index.
removeByIndexRange(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items starting at specified index to the end of map.
removeByIndexRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes "count" map items starting at specified index.
removeByKey(String, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByKey(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map item identified by key.
removeByKeyList(String, List<Value>, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByKeyList(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items identified by keys.
removeByKeyRange(String, Value, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByKeyRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items identified by key range (keyBegin inclusive, keyEnd exclusive).
removeByKeyRelativeIndexRange(String, Value, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove by key relative to index range operation.
removeByKeyRelativeIndexRange(String, Value, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove by key relative to index range operation.
removeByKeyRelativeIndexRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items nearest to key and greater by index.
removeByKeyRelativeIndexRange(Exp, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items nearest to key and greater by index with a count limit.
removeByRank(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByRank(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByRank(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list item identified by rank.
removeByRank(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map item identified by rank.
removeByRankRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByRankRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByRankRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByRankRange(String, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByRankRange(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list items starting at specified rank to the last ranked item.
removeByRankRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes "count" list items starting at specified rank.
removeByRankRange(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items starting at specified rank to the last ranked item.
removeByRankRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes "count" map items starting at specified rank.
removeByValue(String, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByValue(String, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByValue(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list items identified by value.
removeByValue(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items identified by value.
removeByValueList(String, List<Value>, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByValueList(String, List<Value>, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByValueList(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list items identified by values.
removeByValueList(Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items identified by values.
removeByValueRange(String, Value, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByValueRange(String, Value, Value, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByValueRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list items identified by value range (valueBegin inclusive, valueEnd exclusive).
removeByValueRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items identified by value range (valueBegin inclusive, valueEnd exclusive).
removeByValueRelativeRankRange(String, Value, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove by value relative to rank range operation.
removeByValueRelativeRankRange(String, Value, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove by value relative to rank range operation.
removeByValueRelativeRankRange(String, Value, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove by value relative to rank range operation.
removeByValueRelativeRankRange(String, Value, int, int, int, CTX...) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove by value relative to rank range operation.
removeByValueRelativeRankRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list items nearest to value and greater by relative rank.
removeByValueRelativeRankRange(Exp, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.ListExp
Create expression that removes list items nearest to value and greater by relative rank with a count limit.
removeByValueRelativeRankRange(Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items nearest to value and greater by relative rank.
removeByValueRelativeRankRange(Exp, Exp, Exp, Exp, CTX...) - Static method in class com.aerospike.client.exp.MapExp
Create expression that removes map items nearest to value and greater by relative rank with a count limit.
removeClosed() - Method in class com.aerospike.client.cluster.Node.AsyncPool
 
removeRange(String, int, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove range operation.
removeRange(String, int, CTX...) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove range operation.
removeUdf(InfoPolicy, String) - Method in class com.aerospike.client.AerospikeClient
Remove user defined function from server nodes.
removeUdf(InfoPolicy, String) - Method in interface com.aerospike.client.IAerospikeClient
Remove user defined function from server nodes.
replica - Variable in class com.aerospike.client.policy.Policy
Replica algorithm used to determine the target node for a single record command.
Replica - Enum in com.aerospike.client.policy
Defines algorithm used to determine the target node for a command.
request(Node, String) - Static method in class com.aerospike.client.Info
Get one info value by name from the specified database server node.
request(InfoPolicy, Node, String) - Static method in class com.aerospike.client.Info
Get one info value by name from the specified database server node.
request(InfoPolicy, Node, String...) - Static method in class com.aerospike.client.Info
Get many info values by name from the specified database server node.
request(InfoPolicy, Node) - Static method in class com.aerospike.client.Info
Get default info values from the specified database server node.
request(String, int, String) - Static method in class com.aerospike.client.Info
Get one info value by name from the specified database server node, using host name and port.
request(String, int, String...) - Static method in class com.aerospike.client.Info
Get many info values by name from the specified database server node, using host name and port.
request(String, int) - Static method in class com.aerospike.client.Info
Get default info from the specified database server node, using host name and port.
request(InetSocketAddress, String) - Static method in class com.aerospike.client.Info
Get one info value by name from the specified database server node.
request(InetSocketAddress, String...) - Static method in class com.aerospike.client.Info
Get many info values by name from the specified database server node.
request(InetSocketAddress) - Static method in class com.aerospike.client.Info
Get all the default info from the specified database server node.
request(Connection, String) - Static method in class com.aerospike.client.Info
Get one info value by name from the specified database server node.
request(Connection, String...) - Static method in class com.aerospike.client.Info
Get many info values by name from the specified database server node.
request(Connection, List<String>) - Static method in class com.aerospike.client.Info
Get many info values by name from the specified database server node.
request(Connection) - Static method in class com.aerospike.client.Info
Get all the default info from the specified database server node.
reserveAsyncConnectionSlot(int) - Method in class com.aerospike.client.cluster.Node
 
resetErrorCount() - Method in class com.aerospike.client.cluster.Node
 
resize(BitPolicy, Exp, int, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that resizes byte[] to byteSize according to resizeFlags (See BitResizeFlags) and returns byte[].
resize(BitPolicy, String, int, int) - Static method in class com.aerospike.client.operation.BitOperation
Create byte "resize" operation.
resizeBuffer(int) - Static method in class com.aerospike.client.util.ThreadLocalData
Resize and return thread local buffer if the requested size <= 128 KB.
respondAllKeys - Variable in class com.aerospike.client.policy.BatchPolicy
Should all batch keys be attempted regardless of errors.
respondAllOps - Variable in class com.aerospike.client.policy.WritePolicy
For client operate(), return a result for every operation.
resultCode - Variable in class com.aerospike.client.BatchRecord
Result code for this returned record.
ResultCode - Class in com.aerospike.client
Database operation error codes.
ResultCode() - Constructor for class com.aerospike.client.ResultCode
 
ResultSet - Class in com.aerospike.client.query
This class manages result retrieval from queries.
returnData() - Method in class com.aerospike.client.query.Statement
Deprecated.
REVERSE_INDEX - Static variable in class com.aerospike.client.cdt.ListReturnType
Return reverse index offset order.
REVERSE_INDEX - Static variable in class com.aerospike.client.cdt.MapReturnType
Return reverse key order.
REVERSE_RANK - Static variable in class com.aerospike.client.cdt.ListReturnType
Return reverse value order.
REVERSE_RANK - Static variable in class com.aerospike.client.cdt.MapReturnType
Return reverse value order.
revokeCertificates - Variable in class com.aerospike.client.policy.TlsPolicy
Reject certificates whose serial numbers match a serial number in this array.
revokePrivileges(AdminPolicy, String, List<Privilege>) - Method in class com.aerospike.client.AerospikeClient
Revoke privileges from an user defined role.
revokePrivileges(AdminPolicy, String, List<Privilege>) - Method in interface com.aerospike.client.IAerospikeClient
Revoke privileges from an user defined role.
revokeRoles(AdminPolicy, String, List<String>) - Method in class com.aerospike.client.AerospikeClient
Remove roles from user's list of roles.
revokeRoles(AdminPolicy, String, List<String>) - Method in interface com.aerospike.client.IAerospikeClient
Remove roles from user's list of roles.
Role - Class in com.aerospike.client.admin
Role definition.
Role() - Constructor for class com.aerospike.client.admin.Role
 
ROLE_ALREADY_EXISTS - Static variable in class com.aerospike.client.ResultCode
Role already exists.
ROLE_VIOLATION - Static variable in class com.aerospike.client.ResultCode
User does not possess the required role to perform the database operation.
roles - Variable in class com.aerospike.client.admin.User
List of assigned roles.
rscan(Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that returns integer bit offset of the last specified value bit in byte[] bin starting at bitOffset for bitSize.
rscan(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create expression that scans integer bits from right (least significant bit) to left (most significant bit), looking for a search bit value.
rscan(String, int, int, boolean) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "right scan" operation.
rshift(BitPolicy, Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that shifts right byte[] bin starting at bitOffset for bitSize and returns byte[].
rshift(Exp, Exp) - Static method in class com.aerospike.client.exp.Exp
Create integer "logical right shift" (>>>) operator.
rshift(BitPolicy, String, int, int, int) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "right shift" operation.
run() - Method in class com.aerospike.client.async.NioEventLoop
 
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–2022 Aerospike, Inc. All rights reserved.