Skip navigation links
A B C D E G H I N O P Q R S T U W _ 

A

add(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously add integer/double bin values to existing record bin values.
add(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
add(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously add integer/double bin values to existing record bin values.
AerospikeClient - Interface in io.d11.aerospike.client
The AerospikeClient interface provides an abstraction on top of aerospike's client for integrating its asynchronous commands in Vert.x-based Applications.
AerospikeClient - Class in io.d11.reactivex.aerospike.client
The AerospikeClient interface provides an abstraction on top of AerospikeClient for integrating its asynchronous commands in Vert.x-based Applications.
AerospikeClient(AerospikeClient) - Constructor for class io.d11.reactivex.aerospike.client.AerospikeClient
 
AerospikeClient(Object) - Constructor for class io.d11.reactivex.aerospike.client.AerospikeClient
 
AerospikeClientImpl - Class in io.d11.aerospike.client.impl
 
AerospikeClientImpl(Vertx, AerospikeConnectOptions) - Constructor for class io.d11.aerospike.client.impl.AerospikeClientImpl
 
AerospikeConnectOptions - Class in io.d11.aerospike.client
 
AerospikeConnectOptions() - Constructor for class io.d11.aerospike.client.AerospikeConnectOptions
 
append(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously append bin string values to existing record bin values.
append(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
append(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously append bin string values to existing record bin values.

B

BatchListListenerImpl - Class in io.d11.aerospike.listeners
 
BatchListListenerImpl(ContextInternal, Handler<AsyncResult<List<BatchRead>>>) - Constructor for class io.d11.aerospike.listeners.BatchListListenerImpl
 

C

close() - Method in interface io.d11.aerospike.client.AerospikeClient
Close all client connections to database server nodes.
close() - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
close() - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Close all client connections to database server nodes.
create(Vertx, AerospikeConnectOptions) - Static method in interface io.d11.aerospike.client.AerospikeClient
Create a shared aerospike client using the given connect options.
create(Vertx) - Static method in interface io.d11.aerospike.client.AerospikeClient
create(Vertx, AerospikeConnectOptions) - Static method in class io.d11.reactivex.aerospike.client.AerospikeClient
Create a shared aerospike client using the given connect options.
create(Vertx) - Static method in class io.d11.reactivex.aerospike.client.AerospikeClient
createNonShared(Vertx, AerospikeConnectOptions) - Static method in interface io.d11.aerospike.client.AerospikeClient
Create a non shared aerospike client using the given connect options.
createNonShared(Vertx) - Static method in interface io.d11.aerospike.client.AerospikeClient
createNonShared(Vertx, AerospikeConnectOptions) - Static method in class io.d11.reactivex.aerospike.client.AerospikeClient
Create a non shared aerospike client using the given connect options.
createNonShared(Vertx) - Static method in class io.d11.reactivex.aerospike.client.AerospikeClient

D

delete(WritePolicy, Key, Handler<AsyncResult<Boolean>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously delete record for specified key.
delete(WritePolicy, Key, Handler<AsyncResult<Boolean>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
delete(WritePolicy, Key, Handler<AsyncResult<Boolean>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously delete record for specified key.
DeleteListenerImpl - Class in io.d11.aerospike.listeners
 
DeleteListenerImpl(ContextInternal, Handler<AsyncResult<Boolean>>) - Constructor for class io.d11.aerospike.listeners.DeleteListenerImpl
 

E

equals(Object) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
 
execute(WritePolicy, Key, String, String, Value[], Handler<AsyncResult<Object>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously execute user defined function on server.
execute(WritePolicy, Key, String, String, Value[], Handler<AsyncResult<Object>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
execute(WritePolicy, Key, String, String, Value[], Handler<AsyncResult<Object>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously execute user defined function on server.
ExecuteListenerImpl - Class in io.d11.aerospike.listeners
 
ExecuteListenerImpl(ContextInternal, Handler<AsyncResult<Object>>) - Constructor for class io.d11.aerospike.listeners.ExecuteListenerImpl
 
exists(Policy, Key, Handler<AsyncResult<Boolean>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously determine if a record key exists.
exists(BatchPolicy, Key[], Handler<AsyncResult<List<Boolean>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously check if multiple record keys exist in one batch call.
exists(Policy, Key, Handler<AsyncResult<Boolean>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
exists(BatchPolicy, Key[], Handler<AsyncResult<List<Boolean>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
exists(Policy, Key, Handler<AsyncResult<Boolean>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously determine if a record key exists.
exists(BatchPolicy, Key[], Handler<AsyncResult<List<Boolean>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously check if multiple record keys exist in one batch call.
ExistsArrayListenerImpl - Class in io.d11.aerospike.listeners
 
ExistsArrayListenerImpl(ContextInternal, Handler<AsyncResult<List<Boolean>>>) - Constructor for class io.d11.aerospike.listeners.ExistsArrayListenerImpl
 
ExistsListenerImpl - Class in io.d11.aerospike.listeners
 
ExistsListenerImpl(ContextInternal, Handler<AsyncResult<Boolean>>) - Constructor for class io.d11.aerospike.listeners.ExistsListenerImpl
 

G

get(Policy, Key, Handler<AsyncResult<Record>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read entire record for specified key.
get(Policy, Key, String[], Handler<AsyncResult<Record>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read record header and bins for specified key.
get(BatchPolicy, List<BatchRead>, Handler<AsyncResult<List<BatchRead>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified batch keys in one batch call.
get(BatchPolicy, Key[], Handler<AsyncResult<List<Record>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified keys in one batch call.
get(BatchPolicy, Key[], String[], Handler<AsyncResult<List<Record>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
get(Policy, Key, Handler<AsyncResult<Record>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
get(Policy, Key, String[], Handler<AsyncResult<Record>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
get(BatchPolicy, List<BatchRead>, Handler<AsyncResult<List<BatchRead>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
get(BatchPolicy, Key[], Handler<AsyncResult<List<Record>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
get(BatchPolicy, Key[], String[], Handler<AsyncResult<List<Record>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
get(Policy, Key, Handler<AsyncResult<Record>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read entire record for specified key.
get(Policy, Key, String[], Handler<AsyncResult<Record>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read record header and bins for specified key.
get(BatchPolicy, List<BatchRead>, Handler<AsyncResult<List<BatchRead>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified batch keys in one batch call.
get(BatchPolicy, Key[], Handler<AsyncResult<List<Record>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified keys in one batch call.
get(BatchPolicy, Key[], String[], Handler<AsyncResult<List<Record>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
getAerospikeClient() - Method in interface io.d11.aerospike.client.AerospikeClient
Get the underlying AerospikeClient
getAerospikeClient() - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
getAerospikeClient() - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Get the underlying AerospikeClient
getClusterStats(Handler<AsyncResult<ClusterStats>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Return operating cluster statistics.
getClusterStats(Handler<AsyncResult<ClusterStats>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
getClusterStats(Handler<AsyncResult<ClusterStats>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Return operating cluster statistics.
getDelegate() - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
 
getHeader(Policy, Key, Handler<AsyncResult<Record>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read record generation and expiration only for specified key.
getHeader(BatchPolicy, Key[], Handler<AsyncResult<List<Record>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read multiple record header data for specified keys in one batch call.
getHeader(Policy, Key, Handler<AsyncResult<Record>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
getHeader(BatchPolicy, Key[], Handler<AsyncResult<List<Record>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
getHeader(Policy, Key, Handler<AsyncResult<Record>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read record generation and expiration only for specified key.
getHeader(BatchPolicy, Key[], Handler<AsyncResult<List<Record>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple record header data for specified keys in one batch call.
getOrCreate(Vertx, String, Supplier<T>) - Static method in class io.d11.aerospike.util.SharedDataUtils
 

H

hashCode() - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
 

I

io.d11.aerospike - package io.d11.aerospike
 
io.d11.aerospike.client - package io.d11.aerospike.client
 
io.d11.aerospike.client.impl - package io.d11.aerospike.client.impl
 
io.d11.aerospike.listeners - package io.d11.aerospike.listeners
 
io.d11.aerospike.util - package io.d11.aerospike.util
 
io.d11.reactivex.aerospike.client - package io.d11.reactivex.aerospike.client
 
isConnected(Handler<AsyncResult<Boolean>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Determine if we are ready to talk to the database server cluster.
isConnected(Handler<AsyncResult<Boolean>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
isConnected(Handler<AsyncResult<Boolean>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Determine if we are ready to talk to the database server cluster.

N

newInstance(AerospikeClient) - Static method in class io.d11.reactivex.aerospike.client.AerospikeClient
 

O

onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.BatchListListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.DeleteListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.ExecuteListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.ExistsArrayListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.ExistsListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.QueryResultListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.RecordArrayListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.RecordListenerImpl
 
onFailure(AerospikeException) - Method in class io.d11.aerospike.listeners.WriteListenerImpl
 
onRecord(Key, Record) - Method in class io.d11.aerospike.listeners.QueryResultListenerImpl
 
onSuccess(List<BatchRead>) - Method in class io.d11.aerospike.listeners.BatchListListenerImpl
 
onSuccess(Key, boolean) - Method in class io.d11.aerospike.listeners.DeleteListenerImpl
 
onSuccess(Key, Object) - Method in class io.d11.aerospike.listeners.ExecuteListenerImpl
 
onSuccess(Key[], boolean[]) - Method in class io.d11.aerospike.listeners.ExistsArrayListenerImpl
 
onSuccess(Key, boolean) - Method in class io.d11.aerospike.listeners.ExistsListenerImpl
 
onSuccess() - Method in class io.d11.aerospike.listeners.QueryResultListenerImpl
 
onSuccess(Key[], Record[]) - Method in class io.d11.aerospike.listeners.RecordArrayListenerImpl
 
onSuccess(Key, Record) - Method in class io.d11.aerospike.listeners.RecordListenerImpl
 
onSuccess(Key) - Method in class io.d11.aerospike.listeners.WriteListenerImpl
 
operate(WritePolicy, Key, Operation[], Handler<AsyncResult<Record>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously perform multiple read/write operations on a single key in one batch call.
operate(WritePolicy, Key, Operation[], Handler<AsyncResult<Record>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
operate(WritePolicy, Key, Operation[], Handler<AsyncResult<Record>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously perform multiple read/write operations on a single key in one batch call.

P

prepend(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously prepend bin string values to existing record bin values.
prepend(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
prepend(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously prepend bin string values to existing record bin values.
put(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously write record bin(s).
put(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
put(WritePolicy, Key, Bin[], Handler<AsyncResult<Key>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously write record bin(s).

Q

query(QueryPolicy, Statement, Handler<AsyncResult<List<KeyRecord>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously execute query on all server nodes.
query(QueryPolicy, Statement, Handler<AsyncResult<List<KeyRecord>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
query(QueryPolicy, Statement, Handler<AsyncResult<List<KeyRecord>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously execute query on all server nodes.
QueryResultListenerImpl - Class in io.d11.aerospike.listeners
 
QueryResultListenerImpl(ContextInternal, Handler<AsyncResult<List<KeyRecord>>>) - Constructor for class io.d11.aerospike.listeners.QueryResultListenerImpl
 

R

RecordArrayListenerImpl - Class in io.d11.aerospike.listeners
 
RecordArrayListenerImpl(ContextInternal, Handler<AsyncResult<List<Record>>>) - Constructor for class io.d11.aerospike.listeners.RecordArrayListenerImpl
 
RecordListenerImpl - Class in io.d11.aerospike.listeners
 
RecordListenerImpl(ContextInternal, Handler<AsyncResult<Record>>) - Constructor for class io.d11.aerospike.listeners.RecordListenerImpl
 
rxAdd(WritePolicy, Key, Bin[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously add integer/double bin values to existing record bin values.
rxAppend(WritePolicy, Key, Bin[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously append bin string values to existing record bin values.
rxDelete(WritePolicy, Key) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously delete record for specified key.
rxExecute(WritePolicy, Key, String, String, Value[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously execute user defined function on server.
rxExists(Policy, Key) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously determine if a record key exists.
rxExists(BatchPolicy, Key[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously check if multiple record keys exist in one batch call.
rxGet(Policy, Key) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read entire record for specified key.
rxGet(Policy, Key, String[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read record header and bins for specified key.
rxGet(BatchPolicy, List<BatchRead>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified batch keys in one batch call.
rxGet(BatchPolicy, Key[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple records for specified keys in one batch call.
rxGet(BatchPolicy, Key[], String[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple record headers and bins for specified keys in one batch call.
rxGetClusterStats() - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Return operating cluster statistics.
rxGetHeader(Policy, Key) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read record generation and expiration only for specified key.
rxGetHeader(BatchPolicy, Key[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read multiple record header data for specified keys in one batch call.
rxIsConnected() - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Determine if we are ready to talk to the database server cluster.
rxOperate(WritePolicy, Key, Operation[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously perform multiple read/write operations on a single key in one batch call.
rxPrepend(WritePolicy, Key, Bin[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously prepend bin string values to existing record bin values.
rxPut(WritePolicy, Key, Bin[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously write record bin(s).
rxQuery(QueryPolicy, Statement) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously execute query on all server nodes.
rxScanAll(ScanPolicy, String, String, String[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read all records in specified namespace and set
rxScanPartitions(ScanPolicy, PartitionFilter, String, String, String[]) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read records in specified namespace, set and partition filter.
rxTouch(WritePolicy, Key) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously reset record's time to expiration using the policy's expiration.

S

scanAll(ScanPolicy, String, String, String[], Handler<AsyncResult<List<KeyRecord>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read all records in specified namespace and set
scanAll(ScanPolicy, String, String, String[], Handler<AsyncResult<List<KeyRecord>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
scanAll(ScanPolicy, String, String, String[], Handler<AsyncResult<List<KeyRecord>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read all records in specified namespace and set
scanPartitions(ScanPolicy, PartitionFilter, String, String, String[], Handler<AsyncResult<List<KeyRecord>>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously read records in specified namespace, set and partition filter.
scanPartitions(ScanPolicy, PartitionFilter, String, String, String[], Handler<AsyncResult<List<KeyRecord>>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
scanPartitions(ScanPolicy, PartitionFilter, String, String, String[], Handler<AsyncResult<List<KeyRecord>>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously read records in specified namespace, set and partition filter.
setClientPolicy(ClientPolicy) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
setEventLoopSize(int) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
setHost(String) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
setMaxCommandsInProcess(int) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
setMaxCommandsInQueue(int) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
setMaxConnectRetries(int) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
setMaxConnsPerNode(int) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
setPort(int) - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 
SharedDataUtils - Class in io.d11.aerospike.util
 
SharedDataUtils() - Constructor for class io.d11.aerospike.util.SharedDataUtils
 

T

toString() - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
 
touch(WritePolicy, Key, Handler<AsyncResult<Key>>) - Method in interface io.d11.aerospike.client.AerospikeClient
Asynchronously reset record's time to expiration using the policy's expiration.
touch(WritePolicy, Key, Handler<AsyncResult<Key>>) - Method in class io.d11.aerospike.client.impl.AerospikeClientImpl
 
touch(WritePolicy, Key, Handler<AsyncResult<Key>>) - Method in class io.d11.reactivex.aerospike.client.AerospikeClient
Asynchronously reset record's time to expiration using the policy's expiration.

U

updateClientPolicy() - Method in class io.d11.aerospike.client.AerospikeConnectOptions
 

W

WriteListenerImpl - Class in io.d11.aerospike.listeners
 
WriteListenerImpl(ContextInternal, Handler<AsyncResult<Key>>) - Constructor for class io.d11.aerospike.listeners.WriteListenerImpl
 

_

__TYPE_ARG - Static variable in class io.d11.reactivex.aerospike.client.AerospikeClient
 
A B C D E G H I N O P Q R S T U W _ 
Skip navigation links

Copyright © 2021. All rights reserved.