Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
MINUS_SIGN |
45 |
public static final byte |
ZERO |
48 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CACHE_LINE_LENGTH |
64 |
public static final int |
SIZE_OF_BOOLEAN |
1 |
public static final int |
SIZE_OF_BYTE |
1 |
public static final int |
SIZE_OF_CHAR |
2 |
public static final int |
SIZE_OF_DOUBLE |
8 |
public static final int |
SIZE_OF_FLOAT |
4 |
public static final int |
SIZE_OF_INT |
4 |
public static final int |
SIZE_OF_LONG |
8 |
public static final int |
SIZE_OF_SHORT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
NULL_DEADLINE |
9223372036854775807L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DISABLE_ARRAY_CONTENT_PRINTOUT_PROP_NAME |
"agrona.disable.array.printout" |
public static final int |
STR_HEADER_LEN |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INITIAL_CAPACITY |
128 |
public static final int |
MAX_ARRAY_LENGTH |
2147483639 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INITIAL_CAPACITY |
128 |
public static final int |
MAX_BUFFER_LENGTH |
1073741824 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HEADER_ALIGNMENT |
8 |
public static final int |
HEADER_LENGTH |
8 |
public static final int |
MAX_CAPACITY |
1073741824 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BLOCK_SIZE |
4096 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
PID_NOT_FOUND |
0L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_CAPACITY |
2147483639 |
public static final int |
UNKNOWN_INDEX |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final float |
DEFAULT_LOAD_FACTOR |
0.550000011920929f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_NULL_VALUE |
-2147483648 |
public static final int |
INITIAL_CAPACITY |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_NULL_VALUE |
-2147483648 |
public static final int |
MIN_CAPACITY |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_INITIAL_CAPACITY |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_NULL_VALUE |
-9223372036854775808L |
public static final int |
INITIAL_CAPACITY |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_NULL_VALUE |
-9223372036854775808L |
public static final int |
MIN_CAPACITY |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_INITIAL_CAPACITY |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_INITIAL_CAPACITY |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
RETRY_CLOSE_TIMEOUT_MS |
5000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_MAX_PARK_PERIOD_NS |
1000000L |
public static final long |
DEFAULT_MAX_SPINS |
10L |
public static final long |
DEFAULT_MAX_YIELDS |
5L |
public static final long |
DEFAULT_MIN_PARK_PERIOD_NS |
1000L |
protected static final int |
NOT_IDLE |
0 |
protected static final int |
PARKING |
3 |
protected static final int |
SPINNING |
1 |
protected static final int |
YIELDING |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BUSY_SPIN |
2 |
public static final int |
NOOP |
1 |
public static final int |
NOT_CONTROLLED |
0 |
public static final int |
PARK |
4 |
public static final int |
YIELD |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DID_NOT_CLAIM_RECORD |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_SLEEP_PERIOD_NS |
1000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_SLEEP_PERIOD_MS |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALIGNMENT |
8 |
public static final String |
DISABLE_BOUNDS_CHECKS_PROP_NAME |
"agrona.disable.bounds.checks" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SCRATCH_BUFFER_LENGTH |
4096 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HEADER_LENGTH |
8 |
public static final int |
LENGTH_OFFSET |
0 |
public static final int |
PADDING_MSG_TYPE_ID |
-1 |
public static final int |
RECORD_ALIGNMENT |
8 |
public static final int |
TYPE_OFFSET |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ENCODED_ERROR_OFFSET |
24 |
public static final int |
FIRST_OBSERVATION_TIMESTAMP_OFFSET |
16 |
public static final int |
LAST_OBSERVATION_TIMESTAMP_OFFSET |
8 |
public static final int |
LENGTH_OFFSET |
0 |
public static final int |
OBSERVATION_COUNT_OFFSET |
4 |
public static final int |
RECORD_ALIGNMENT |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALIGNMENT |
8 |
public static final int |
HEADER_LENGTH |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INSUFFICIENT_CAPACITY |
-2 |
public static final int |
PADDING_MSG_TYPE_ID |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_TYPE_ID |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
COUNTER_LENGTH |
128 |
public static final int |
FREE_FOR_REUSE_DEADLINE_OFFSET |
8 |
public static final int |
FULL_LABEL_LENGTH |
384 |
public static final int |
KEY_OFFSET |
16 |
public static final int |
LABEL_OFFSET |
128 |
public static final int |
MAX_KEY_LENGTH |
112 |
public static final int |
MAX_LABEL_LENGTH |
380 |
public static final int |
METADATA_LENGTH |
512 |
public static final long |
NOT_FREE_TO_REUSE |
9223372036854775807L |
public static final int |
NULL_COUNTER_ID |
-1 |
public static final int |
RECORD_ALLOCATED |
1 |
public static final int |
RECORD_RECLAIMED |
-1 |
public static final int |
RECORD_UNUSED |
0 |
public static final int |
TYPE_ID_OFFSET |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DISABLE_ON_SPIN_WAIT_PROP_NAME |
"org.agrona.hints.disable.onSpinWait" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ITERATION_THRESHOLD |
5 |
Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.