public interface ExistsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(AerospikeException ae)
This method is called when an asynchronous exists command fails.
|
void |
onSuccess(Key key,
boolean exists)
This method is called when an asynchronous exists command completes successfully.
|
void onSuccess(Key key, boolean exists)
key - unique record identifierexists - whether key exists on servervoid onFailure(AerospikeException ae)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.