Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

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.
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.
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.
readAllBins - Variable in class com.aerospike.client.BatchRead
If true, ignore binNames and read all bins.
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.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.
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.
recDeviceSize() - Static method in class com.aerospike.client.query.PredExp
Create record size on disk predicate.
recDigestModulo(int) - Static method in class com.aerospike.client.query.PredExp
Create a digest modulo record metadata value predicate expression.
recLastUpdate() - Static method in class com.aerospike.client.query.PredExp
Create record last update time predicate expressed in nanoseconds since 1970-01-01 epoch as 64 bit integer.
record - Variable in class com.aerospike.client.BatchRead
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 - 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.
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.
recoverQueueSize - Variable in class com.aerospike.client.cluster.ClusterStats
Number of connections residing in sync connection shutdown queue.
recVoidTime() - Static method in class com.aerospike.client.query.PredExp
Create record expiration time predicate expressed in nanoseconds since 1970-01-01 epoch as 64 bit integer.
refresh(Peers) - Method in class com.aerospike.client.cluster.Node
Request current status from server node.
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) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByIndex(String, int, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByIndex(String, int, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByIndexRange(String, int, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByIndexRange(String, int, int, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByIndexRange(String, int, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByIndexRange(String, int, int, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByKey(String, Value, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByKeyList(String, List<Value>, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByKeyRange(String, Value, Value, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByKeyRelativeIndexRange(String, Value, int, int) - 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) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove by key relative to index range operation.
removeByRank(String, int, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByRank(String, int, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByRankRange(String, int, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByRankRange(String, int, int, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByRankRange(String, int, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByRankRange(String, int, int, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByValue(String, Value, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByValue(String, Value, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByValueList(String, List<Value>, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByValueList(String, List<Value>, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByValueRange(String, Value, Value, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
removeByValueRange(String, Value, Value, int) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove operation.
removeByValueRelativeRankRange(String, Value, int, int) - 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) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove by value relative to rank range operation.
removeByValueRelativeRankRange(String, Value, int, int) - 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) - Static method in class com.aerospike.client.cdt.MapOperation
Create map remove by value relative to rank range operation.
removeRange(String, int, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove range operation.
removeRange(String, int) - 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.
resizeBuffer(int) - Static method in class com.aerospike.client.util.ThreadLocalData
Resize and return thread local buffer if the requested size <= 128 KB.
respondAllOps - Variable in class com.aerospike.client.policy.WritePolicy
For client operate(), return a result for every operation.
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
Does command return data.
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 reserve value order.
REVERSE_RANK - Static variable in class com.aerospike.client.cdt.MapReturnType
Return reserve 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.
run() - Method in class com.aerospike.client.async.NioEventLoop
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2012–2019 Aerospike, Inc. All rights reserved.