public final class ClientProperty extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static HazelcastProperty | DISCOVERY_SPI_ENABLEDEnables the Discovery SPI lookup over the old native implementations. | 
| static HazelcastProperty | EVENT_QUEUE_CAPACITYCapacity of the executor that handles the incoming event packets. | 
| static HazelcastProperty | EVENT_THREAD_COUNTNumber of the threads to handle the incoming event packets. | 
| static HazelcastProperty | HEARTBEAT_INTERVALTime interval between the heartbeats sent by the client to the nodes. | 
| static HazelcastProperty | HEARTBEAT_TIMEOUTClient sends heartbeat messages to the members and this is the timeout for this sending operations. | 
| static HazelcastProperty | INVOCATION_TIMEOUT_SECONDSTime to give up on invocation when a member in the member list is not reachable. | 
| static HazelcastProperty | MAX_CONCURRENT_INVOCATIONSThe maximum number of concurrent invocations allowed. | 
| static HazelcastProperty | SHUFFLE_MEMBER_LISTClient shuffles the given member list to prevent all clients to connect to the same node when
 this property is set to false. | 
public static final HazelcastProperty SHUFFLE_MEMBER_LIST
public static final HazelcastProperty HEARTBEAT_TIMEOUT
public static final HazelcastProperty HEARTBEAT_INTERVAL
public static final HazelcastProperty EVENT_THREAD_COUNT
public static final HazelcastProperty EVENT_QUEUE_CAPACITY
public static final HazelcastProperty INVOCATION_TIMEOUT_SECONDS
public static final HazelcastProperty MAX_CONCURRENT_INVOCATIONS
public static final HazelcastProperty DISCOVERY_SPI_ENABLED
Enables the Discovery SPI lookup over the old native implementations. This property is temporary and will eventually be removed when the experimental marker is removed.
Discovery SPI is disabled by default
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.