Methods in com.aerospike.client.async with parameters of type RecordListener |
void |
AsyncClient.get(Policy policy,
RecordListener listener,
Key key)
Asynchronously read entire record for specified key. |
void |
AsyncClient.get(Policy policy,
RecordListener listener,
Key key,
java.lang.String... binNames)
Asynchronously read record header and bins for specified key. |
void |
AsyncClient.getHeader(Policy policy,
RecordListener listener,
Key key)
Asynchronously read record generation and expiration only for specified key. |
void |
AsyncClient.operate(WritePolicy policy,
RecordListener listener,
Key key,
Operation... operations)
Asynchronously perform multiple read/write operations on a single key in one batch call. |