| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_INTERVAL_MILLISECONDS |
1000 |
public static final int |
DEFAULT_MAX_ATTEMPT |
2 |
public static final int |
DEFAULT_TIMEOUT_MILLISECONDS |
1000 |
public static final int |
DEFAULT_TTL |
255 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_READ_BATCH_SIZE |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE_BYTE |
131072 |
public static final int |
KILO_BYTE |
1024 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
NULL_AGGREGATOR_IS_NOT_ALLOWED |
"Aggregator should not be null!" |
protected static final String |
NULL_KEY_IS_NOT_ALLOWED |
"Null key is not allowed!" |
protected static final String |
NULL_LISTENER_IS_NOT_ALLOWED |
"Null listener is not allowed!" |
protected static final String |
NULL_PREDICATE_IS_NOT_ALLOWED |
"Predicate should not be null!" |
protected static final String |
NULL_PROJECTION_IS_NOT_ALLOWED |
"Projection should not be null!" |
protected static final String |
NULL_VALUE_IS_NOT_ALLOWED |
"Null value is not allowed!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
NULL_KEY_IS_NOT_ALLOWED |
"Null key is not allowed!" |
protected static final String |
NULL_VALUE_IS_NOT_ALLOWED |
"Null value is not allowed!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
TERMINATE_TIMEOUT_SECONDS |
30L |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.