public interface AerospikeClientCallback<T>
AerospikeClient.| Modifier and Type | Method and Description |
|---|---|
T |
recordIterator(com.aerospike.client.AerospikeClient client)
Interact with the native
AerospikeClient and produce a result from it. |
T |
resultIterator(com.aerospike.client.AerospikeClient client) |
T recordIterator(com.aerospike.client.AerospikeClient client) throws com.aerospike.client.AerospikeException
AerospikeClient and produce a result from it.client - will never be null.com.aerospike.client.AerospikeExceptionT resultIterator(com.aerospike.client.AerospikeClient client) throws com.aerospike.client.AerospikeException
com.aerospike.client.AerospikeExceptionCopyright © 2012–2020 Aerospike, Inc. All rights reserved.