|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aerospike.client.policy.ClientPolicy
public class ClientPolicy
Container object for client policy Command.
Field Summary | |
---|---|
boolean |
failIfNotConnected
Throw exception if host connection fails during addHost(). |
int |
maxSocketIdle
Maximum socket idle in seconds. |
int |
maxThreads
Estimate of incoming threads concurrently using synchronous methods in the client instance. |
int |
timeout
Initial host connection timeout in milliseconds. |
Constructor Summary | |
---|---|
ClientPolicy()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int timeout
public int maxThreads
public int maxSocketIdle
public boolean failIfNotConnected
Constructor Detail |
---|
public ClientPolicy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |