public interface InfoListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when an asynchronous info command fails.
|
void |
onSuccess(Map<String,String> map)
This method is called when an asynchronous info command completes successfully.
|
void onSuccess(Map<String,String> map)
map - map of info command keys and result values.void onFailure(AerospikeException ae)
ae - error that occurredCopyright ? 2012–2018 Aerospike, Inc. All rights reserved.