| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADDRESSES |
"hazelcast.client.addresses" |
public static final String |
CONNECTION_ATTEMPT_LIMIT |
"hazelcast.client.connection.attempts.limit" |
public static final String |
CONNECTION_TIMEOUT |
"hazelcast.client.connection.timeout" |
public static final String |
GROUP_NAME |
"hazelcast.client.group.name" |
public static final String |
GROUP_PASS |
"hazelcast.client.group.pass" |
public static final String |
RECONNECTION_ATTEMPT_LIMIT |
"hazelcast.client.reconnection.attempts.limit" |
public static final String |
RECONNECTION_TIMEOUT |
"hazelcast.client.reconnection.timeout" |
public static final String |
SHUFFLE_ADDRESSES |
"hazelcast.client.shuffle.addresses" |
public static final String |
UPDATE_AUTOMATIC |
"hazelcast.client.update.automatic" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
BYTE_BUFFER_SIZE |
1024 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
RESPONSE_FAILURE |
4 |
public static final byte |
RESPONSE_NONE |
2 |
public static final byte |
RESPONSE_REDO |
5 |
public static final byte |
RESPONSE_SUCCESS |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_TIMEOUT |
1000000L |
public static final long |
DEFAULT_TXN_TIMEOUT |
8000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
STATS_SECONDS |
10 |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.