public interface CommitListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException.Commit ae)
This method is called when the commit fails.
|
void |
onSuccess(CommitStatus status)
This method is called when the records are verified and the commit succeeded or will succeed.
|
void onSuccess(CommitStatus status)
void onFailure(AerospikeException.Commit ae)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.