Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_EPOCH_PROPERTY |
"net.openhft.queue.builder.defaultEpoch" |
public static final String |
DEFAULT_ROLL_CYCLE_PROPERTY |
"net.openhft.queue.builder.defaultRollCycle" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
THREAD_NAME |
"queue~file~shrink~daemon" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DISK_SPACE_CHECKER_NAME |
"disk~space~checker" |
public static final String |
QUEUE_METADATA_FILE |
"metadata.cq4t" |
public static final String |
SUFFIX |
".cq4" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_SPARSE_CAPACITY |
549755813888L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
APPEND_LOCK_KEY |
"chronicle.append.lock" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
UNLOCK_MAIN_MSG |
". You can manually unlock with net.openhft.chronicle.queue.main.UnlockMain" |
public static final long |
UNLOCKED |
-9223372036854775808L |
protected static final String |
UNLOCKING_FORCIBLY_MSG |
". Unlocking forcibly. Note that this feature is designed to recover if another process died while holding a lock. If the other process is still alive, you may see queue corruption." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SUFFIX |
".cq4t" |
Copyright © 2022. All rights reserved.