public interface AerospikeClientCallback<T>
IAerospikeClient.| Modifier and Type | Method and Description |
|---|---|
T |
recordIterator(com.aerospike.client.IAerospikeClient client)
Interact with the native
IAerospikeClient and produce a records from it. |
T |
resultIterator(com.aerospike.client.IAerospikeClient client)
Interact with the native
IAerospikeClient and produce a result from it. |
T recordIterator(com.aerospike.client.IAerospikeClient client) throws com.aerospike.client.AerospikeException
IAerospikeClient and produce a records from it.client - will never be null.com.aerospike.client.AerospikeException - in case of encountering an error while interacting
with IAerospikeClient an AerospikeException will be thrown.T resultIterator(com.aerospike.client.IAerospikeClient client) throws com.aerospike.client.AerospikeException
IAerospikeClient and produce a result from it.client - will never be null.com.aerospike.client.AerospikeException - in case of encountering an error while interacting
with IAerospikeClient an AerospikeException will be thrown.Copyright © 2020–2021 Aerospike, Inc. All rights reserved.