ExistsArrayListener Methods

Methods

OnFailure This method is called when the command fails. The AerospikeException is likely to be AerospikeExceptionBatchExists which contains results for keys that did complete.
OnSuccess This method is called when the command completes successfully. The returned boolean array is in positional order with the original key array order.

See Also