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 

O

offset - Variable in class com.aerospike.client.Info
 
OK - Static variable in class com.aerospike.client.ResultCode
Operation was successful.
onExists(Key, boolean) - Method in interface com.aerospike.client.listener.ExistsSequenceListener
This method is called when an asynchronous batch exists result is received from the server.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.BatchListListener
This method is called when an asynchronous batch get command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.BatchSequenceListener
This method is called when an asynchronous batch get command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.DeleteListener
This method is called when an asynchronous delete command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.ExecuteListener
This method is called when an asynchronous execute command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.ExistsArrayListener
This method is called when an asynchronous exists command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.ExistsListener
This method is called when an asynchronous exists command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.ExistsSequenceListener
This method is called when an asynchronous batch exists command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.IndexListener
This method is called when an asynchronous command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.InfoListener
This method is called when an asynchronous info command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.RecordArrayListener
This method is called when an asynchronous batch get command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.RecordListener
This method is called when an asynchronous get or operate command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.RecordSequenceListener
This method is called when an asynchronous batch get or scan command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.TaskStatusListener
This method is called when an asynchronous command fails.
onFailure(AerospikeException) - Method in interface com.aerospike.client.listener.WriteListener
This method is called when an asynchronous write command fails.
onRecord(BatchRead) - Method in interface com.aerospike.client.listener.BatchSequenceListener
This method is called when an asynchronous batch record is received from the server.
onRecord(Key, Record) - Method in interface com.aerospike.client.listener.RecordSequenceListener
This method is called when an asynchronous record is received from the server.
onSuccess(List<BatchRead>) - Method in interface com.aerospike.client.listener.BatchListListener
This method is called when an asynchronous batch get command completes successfully.
onSuccess() - Method in interface com.aerospike.client.listener.BatchSequenceListener
This method is called when the asynchronous batch get command completes.
onSuccess(Key, boolean) - Method in interface com.aerospike.client.listener.DeleteListener
This method is called when an asynchronous delete command completes successfully.
onSuccess(Key, Object) - Method in interface com.aerospike.client.listener.ExecuteListener
This method is called when an asynchronous execute command completes successfully.
onSuccess(Key[], boolean[]) - Method in interface com.aerospike.client.listener.ExistsArrayListener
This method is called when an asynchronous batch exists command completes successfully.
onSuccess(Key, boolean) - Method in interface com.aerospike.client.listener.ExistsListener
This method is called when an asynchronous exists command completes successfully.
onSuccess() - Method in interface com.aerospike.client.listener.ExistsSequenceListener
This method is called when the asynchronous batch exists command completes.
onSuccess(AsyncIndexTask) - Method in interface com.aerospike.client.listener.IndexListener
This method is called when an asynchronous command completes successfully.
onSuccess(Map<String, String>) - Method in interface com.aerospike.client.listener.InfoListener
This method is called when an asynchronous info command completes successfully.
onSuccess(Key[], Record[]) - Method in interface com.aerospike.client.listener.RecordArrayListener
This method is called when an asynchronous batch get command completes successfully.
onSuccess(Key, Record) - Method in interface com.aerospike.client.listener.RecordListener
This method is called when an asynchronous get or operate command completes successfully.
onSuccess() - Method in interface com.aerospike.client.listener.RecordSequenceListener
This method is called when the asynchronous batch get or scan command completes.
onSuccess(int) - Method in interface com.aerospike.client.listener.TaskStatusListener
This method is called when an asynchronous command completes successfully.
onSuccess(Key) - Method in interface com.aerospike.client.listener.WriteListener
This method is called when an asynchronous write command completes successfully.
OP_NOT_APPLICABLE - Static variable in class com.aerospike.client.ResultCode
The operation cannot be applied to the current bin value on the server.
opened - Variable in class com.aerospike.client.cluster.ConnectionStats
Total number of node connections opened since node creation.
operate(WritePolicy, Key, Operation...) - Method in class com.aerospike.client.AerospikeClient
Perform multiple read/write operations on a single key in one batch call.
operate(EventLoop, RecordListener, WritePolicy, Key, Operation...) - Method in class com.aerospike.client.AerospikeClient
Asynchronously perform multiple read/write operations on a single key in one batch call.
operate(WritePolicy, Key, Operation...) - Method in interface com.aerospike.client.IAerospikeClient
Perform multiple read/write operations on a single key in one batch call.
operate(EventLoop, RecordListener, WritePolicy, Key, Operation...) - Method in interface com.aerospike.client.IAerospikeClient
Asynchronously perform multiple read/write operations on a single key in one batch call.
Operation - Class in com.aerospike.client
Database operation definition.
Operation(Operation.Type, String, Value) - Constructor for class com.aerospike.client.Operation
 
Operation.Type - Enum in com.aerospike.client
 
or(BitPolicy, Exp, Exp, Exp, Exp) - Static method in class com.aerospike.client.exp.BitExp
Create expression that performs bitwise "or" on value and byte[] bin at bitOffset for bitSize and returns byte[].
or(Exp...) - Static method in class com.aerospike.client.exp.Exp
Create "or" (||) operator that applies to a variable number of expressions.
or(BitPolicy, String, int, int, byte[]) - Static method in class com.aerospike.client.operation.BitOperation
Create bit "or" operation.
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–2020 Aerospike, Inc. All rights reserved.