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 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"
Fallback if unset : to RollCycles.DEFAULT
Valid values : Class name of an entity implementing RollCycle such as "net.openhft.chronicle.queue.harness.WeeklyRollCycle"
or enum value in class:name format such as "net.openhft.chronicle.queue.RollCycles:HOURLY"
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 © 2024. All rights reserved.