public class AerospikeUserSegmentsReadHandler extends Object implements com.aerospike.client.listener.RecordListener
Copyright © Enremmeta LLC 2015. All Rights Reserved.
| Modifier and Type | Field and Description |
|---|---|
private AerospikeUserSegmentsFuture |
future |
| Constructor and Description |
|---|
AerospikeUserSegmentsReadHandler(AerospikeUserSegmentsFuture 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 AerospikeUserSegmentsFuture future
public AerospikeUserSegmentsReadHandler(AerospikeUserSegmentsFuture future)
public void onSuccess(com.aerospike.client.Key key,
com.aerospike.client.Record record)
onSuccess in interface com.aerospike.client.listener.RecordListenerpublic void onFailure(com.aerospike.client.AerospikeException exception)
onFailure in interface com.aerospike.client.listener.RecordListener