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