Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
O
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.
DeleteListener
This method is called when an asynchronous delete 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.
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(Key, Record)
- Method in interface com.aerospike.client.listener.
RecordSequenceListener
This method is called when an asynchronous record is received from the server.
onSuccess(Key, boolean)
- Method in interface com.aerospike.client.listener.
DeleteListener
This method is called when an asynchronous delete 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(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(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(String, String, Object, Collection<String>, Collection<CitrusleafClient.ClBin>, CitrusleafClient.ClOptions, CitrusleafClient.ClWriteOptions)
- Method in class net.citrusleaf.
CitrusleafClient
Combine
get()
and
set()
operations for a specified record.
Operation
- Class in
com.aerospike.client
Database operation definition.
Operation.Type
- Enum in
com.aerospike.client
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W