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

R

range(Value, Value) - Method in class com.aerospike.client.large.LargeList
Select a range of values from the large list.
range(Value, Value, int) - Method in class com.aerospike.client.large.LargeList
Select a range of values from the large list.
range(Value, Value, String, String, Value...) - Method in class com.aerospike.client.large.LargeList
Select a range of values from the large list, then apply a Lua filter.
range(Value, Value, int, String, String, Value...) - Method in class com.aerospike.client.large.LargeList
Select a range of values from the large list, then apply a lua filter.
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(String, Value, Value) - Static method in class com.aerospike.client.query.Filter
Deprecated. 
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.
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.
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.
refresh(List<Host>) - 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.
remove(String, int) - Static method in class com.aerospike.client.cdt.ListOperation
Create list remove operation.
remove(Value) - Method in class com.aerospike.client.large.LargeList
Delete value from list.
remove(List<?>) - Method in class com.aerospike.client.large.LargeList
Delete values from list.
remove(Value, Value) - Method in class com.aerospike.client.large.LargeList
Delete values from list between range.
remove(Value) - Method in class com.aerospike.client.large.LargeMap
Remove entry from map.
remove(Value) - Method in class com.aerospike.client.large.LargeSet
Delete value from set.
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
Send read commands to the node containing the key's partition replica type.
Replica - Enum in com.aerospike.client.policy
Defines type of node partition targeted by read commands.
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) - Static method in class com.aerospike.client.Info
Get all the default info from the specified database server node.
requestProleReplicas - Variable in class com.aerospike.client.policy.ClientPolicy
Should prole replicas be requested from each server node in the cluster tend thread.
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.
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.
A B C D E F G H I K L M N O P Q R S T U V W 

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