- 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.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.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(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(Key) - Method in interface com.aerospike.client.listener.WriteListener
-
This method is called when an asynchronous write command completes successfully.
- 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, RecordListener, Key, Operation...) - Method in class com.aerospike.client.async.AsyncClient
-
Asynchronously perform multiple read/write operations on a single key in one batch call.
- operate(WritePolicy, RecordListener, Key, Operation...) - Method in interface com.aerospike.client.async.IAsyncClient
-
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(int) - Static method in class com.aerospike.client.query.PredExp
-
Create "or" expression.