public final class QueueSystemProperties extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
CHECK_INDEX
Returns if Chronicle Queue shall assert certain index invariants on various
occasions throughout the code.
|
static String |
DEFAULT_EPOCH_PROPERTY
Name of a system property used to specify the default epoch offset property.
|
static String |
DEFAULT_ROLL_CYCLE_PROPERTY
Name of a system property used to specify the default roll cycle.
|
public static final boolean CHECK_INDEX
System Property key: "queue.check.index" Default unset value: false Activation values : "", "yes", or "true"
public static final String DEFAULT_ROLL_CYCLE_PROPERTY
System Property key: "net.openhft.queue.builder.defaultRollCycle" Default unset value: net.openhft.chronicle.queue.RollCycles.DEFAULT Valid values : Any name of an entity implementing RollCycle such as "net.openhft.chronicle.queue.RollCycles.MINUTELY"
public static final String DEFAULT_EPOCH_PROPERTY
System Property key: "net.openhft.queue.builder.defaultEpoch" Default unset value: 0L Valid values : Any long value
Copyright © 2021. All rights reserved.