com.hazelcast.client.config
public class ClientProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientProperties.ClientProperty
A single client property.
|
Modifier and Type | Field and Description |
---|---|
static String |
PROP_EVENT_QUEUE_CAPACITY
Capacity of the executor that handles the incoming event packets.
|
static String |
PROP_EVENT_QUEUE_CAPACITY_DEFAULT
Default value of the capacity of the executor that handles the incoming event packets.
|
static String |
PROP_EVENT_THREAD_COUNT
Number of the threads to handle the incoming event packets.
|
static String |
PROP_EVENT_THREAD_COUNT_DEFAULT
Default value of the number of threads to handle the incoming event packets.
|
static String |
PROP_HEARTBEAT_INTERVAL
Time interval between the heartbeats sent by the client to the nodes.
|
static String |
PROP_HEARTBEAT_INTERVAL_DEFAULT
Default value of heartbeat interval unless the user specifies it explicitly.
|
static String |
PROP_HEARTBEAT_TIMEOUT
Client sends heartbeat messages to the members and this is the timeout for this sending operations.
|
static String |
PROP_HEARTBEAT_TIMEOUT_DEFAULT
Default value of the heartbeat timeout unless the user specifies it explicitly.
|
static String |
PROP_INVOCATION_TIMEOUT_SECONDS
Time to give up on invocation when a member in the member list is not reachable.
|
static String |
PROP_INVOCATION_TIMEOUT_SECONDS_DEFAULT
Default value of invocation timeout seconds.
|
static String |
PROP_SHUFFLE_INITIAL_MEMBER_LIST_DEFAULT
Default value of the shuffle member list is true unless the user specifies it explicitly.
|
static String |
PROP_SHUFFLE_MEMBER_LIST
Client shuffles the given member list to prevent all clients to connect to the same node when
this property is set to false.
|
Constructor and Description |
---|
ClientProperties(ClientConfig clientConfig) |
public static final String PROP_SHUFFLE_MEMBER_LIST
public static final String PROP_SHUFFLE_INITIAL_MEMBER_LIST_DEFAULT
public static final String PROP_HEARTBEAT_TIMEOUT
public static final String PROP_HEARTBEAT_TIMEOUT_DEFAULT
public static final String PROP_HEARTBEAT_INTERVAL
public static final String PROP_HEARTBEAT_INTERVAL_DEFAULT
public static final String PROP_EVENT_THREAD_COUNT
public static final String PROP_EVENT_THREAD_COUNT_DEFAULT
public static final String PROP_EVENT_QUEUE_CAPACITY
public static final String PROP_EVENT_QUEUE_CAPACITY_DEFAULT
public static final String PROP_INVOCATION_TIMEOUT_SECONDS
public static final String PROP_INVOCATION_TIMEOUT_SECONDS_DEFAULT
public ClientProperties(ClientConfig clientConfig)
public ClientProperties.ClientProperty getHeartbeatTimeout()
public ClientProperties.ClientProperty getHeartbeatInterval()
public ClientProperties.ClientProperty getEventQueueCapacity()
public ClientProperties.ClientProperty getEventThreadCount()
public ClientProperties.ClientProperty getInvocationTimeoutSeconds()
public ClientProperties.ClientProperty getShuffleMemberList()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.