| Package | Description |
|---|---|
| com.dream11.aerospike.client | |
| com.dream11.aerospike.config | |
| com.dream11.aerospike.reactivex.client |
| Modifier and Type | Method and Description |
|---|---|
static AerospikeClient |
AerospikeClient.create(io.vertx.core.Vertx vertx,
AerospikeConnectOptions connectOptions)
Create a shared aerospike client using the given connect options.
|
static AerospikeClient |
AerospikeClient.createNonShared(io.vertx.core.Vertx vertx,
AerospikeConnectOptions connectOptions)
Create a non shared aerospike client using the given connect options.
|
| Constructor and Description |
|---|
AerospikeClientImpl(io.vertx.core.Vertx vertx,
AerospikeConnectOptions connectOptions) |
| Modifier and Type | Method and Description |
|---|---|
AerospikeConnectOptions |
AerospikeConnectOptions.setClientPolicy(com.aerospike.client.policy.ClientPolicy clientPolicy) |
AerospikeConnectOptions |
AerospikeConnectOptions.setEventLoopSize(int eventLoopSize) |
AerospikeConnectOptions |
AerospikeConnectOptions.setHost(java.lang.String host) |
AerospikeConnectOptions |
AerospikeConnectOptions.setMaxCommandsInProcess(int maxCommandsInProcess) |
AerospikeConnectOptions |
AerospikeConnectOptions.setMaxCommandsInQueue(int maxCommandsInQueue) |
AerospikeConnectOptions |
AerospikeConnectOptions.setMaxConnectRetries(int maxConnectRetries) |
AerospikeConnectOptions |
AerospikeConnectOptions.setMaxConnsPerNode(int maxConnsPerNode) |
AerospikeConnectOptions |
AerospikeConnectOptions.setPort(int port) |
AerospikeConnectOptions |
AerospikeConnectOptions.updateClientPolicy() |
| Modifier and Type | Method and Description |
|---|---|
static AerospikeClient |
AerospikeClient.create(io.vertx.reactivex.core.Vertx vertx,
AerospikeConnectOptions connectOptions)
Create a shared aerospike client using the given connect options.
|
static AerospikeClient |
AerospikeClient.createNonShared(io.vertx.reactivex.core.Vertx vertx,
AerospikeConnectOptions connectOptions)
Create a non shared aerospike client using the given connect options.
|
Copyright © 2021. All rights reserved.