public class AerospikeUserAttributesReadHandler extends Object implements com.aerospike.client.listener.RecordListener
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private AerospikeUserAttributesFuture |
future |
Constructor and Description |
---|
AerospikeUserAttributesReadHandler(AerospikeUserAttributesFuture future) |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(com.aerospike.client.AerospikeException exception) |
void |
onSuccess(com.aerospike.client.Key key,
com.aerospike.client.Record record) |
private AerospikeUserAttributesFuture future
public AerospikeUserAttributesReadHandler(AerospikeUserAttributesFuture future)
public void onSuccess(com.aerospike.client.Key key, com.aerospike.client.Record record)
onSuccess
in interface com.aerospike.client.listener.RecordListener
public void onFailure(com.aerospike.client.AerospikeException exception)
onFailure
in interface com.aerospike.client.listener.RecordListener