public interface WriteListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when an asynchronous write command fails.
|
void |
onSuccess(Key key)
This method is called when an asynchronous write command completes successfully.
|
void onSuccess(Key key)
key - unique record identifiervoid onFailure(AerospikeException ae)
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.