public class AerospikeConnectOptions
extends java.lang.Object
| Constructor and Description |
|---|
AerospikeConnectOptions() |
| Modifier and Type | Method and Description |
|---|---|
AerospikeConnectOptions |
setClientPolicy(com.aerospike.client.policy.ClientPolicy clientPolicy) |
AerospikeConnectOptions |
setEventLoopSize(int eventLoopSize) |
AerospikeConnectOptions |
setHost(java.lang.String host) |
AerospikeConnectOptions |
setMaxCommandsInProcess(int maxCommandsInProcess) |
AerospikeConnectOptions |
setMaxCommandsInQueue(int maxCommandsInQueue) |
AerospikeConnectOptions |
setMaxConnectRetries(int maxConnectRetries) |
AerospikeConnectOptions |
setMaxConnsPerNode(int maxConnsPerNode) |
AerospikeConnectOptions |
setPort(int port) |
AerospikeConnectOptions |
updateClientPolicy() |
public AerospikeConnectOptions setMaxConnectRetries(int maxConnectRetries)
public AerospikeConnectOptions setClientPolicy(com.aerospike.client.policy.ClientPolicy clientPolicy)
public AerospikeConnectOptions setHost(java.lang.String host)
public AerospikeConnectOptions setPort(int port)
public AerospikeConnectOptions setMaxConnsPerNode(int maxConnsPerNode)
public AerospikeConnectOptions setEventLoopSize(int eventLoopSize)
public AerospikeConnectOptions setMaxCommandsInProcess(int maxCommandsInProcess)
public AerospikeConnectOptions setMaxCommandsInQueue(int maxCommandsInQueue)
public AerospikeConnectOptions updateClientPolicy()
Copyright © 2021. All rights reserved.