public class QueryResultListenerImpl
extends java.lang.Object
implements com.aerospike.client.listener.RecordSequenceListener
| Constructor and Description |
|---|
QueryResultListenerImpl(io.vertx.core.impl.ContextInternal context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.aerospike.client.query.KeyRecord>>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(com.aerospike.client.AerospikeException e) |
void |
onRecord(com.aerospike.client.Key key,
com.aerospike.client.Record record) |
void |
onSuccess() |
public QueryResultListenerImpl(io.vertx.core.impl.ContextInternal context,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.aerospike.client.query.KeyRecord>>> handler)
public void onRecord(com.aerospike.client.Key key,
com.aerospike.client.Record record)
throws com.aerospike.client.AerospikeException
onRecord in interface com.aerospike.client.listener.RecordSequenceListenercom.aerospike.client.AerospikeExceptionpublic void onSuccess()
onSuccess in interface com.aerospike.client.listener.RecordSequenceListenerpublic void onFailure(com.aerospike.client.AerospikeException e)
onFailure in interface com.aerospike.client.listener.RecordSequenceListenerCopyright © 2021. All rights reserved.