| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.rollcycles |
| Modifier and Type | Class and Description |
|---|---|
class |
RollCycles
Roll cycles to use with the queue.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RollCycle |
ChronicleQueue.rollCycle()
Returns the
RollCycle for this ChronicleQueue. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<RollCycle> |
RollCycles.all() |
| Modifier and Type | Method and Description |
|---|---|
int |
CycleCalculator.currentCycle(RollCycle rollCycle,
net.openhft.chronicle.core.time.TimeProvider timeProvider,
long offsetMillis) |
int |
DefaultCycleCalculator.currentCycle(RollCycle rollCycle,
net.openhft.chronicle.core.time.TimeProvider timeProvider,
long offsetMillis) |
| Modifier and Type | Class and Description |
|---|---|
class |
LargeRollCycles
These are used to minimise rolls but do create very large files, possibly too large.
|
class |
LegacyRollCycles
Old RollCycle definitions kept for historical reasons
|
class |
SparseRollCycles
These are largely used for testing and benchmarks to almost turn off indexing.
|
class |
TestRollCycles
These are used for test to reduce the size of a queue dump when doing a small test.
|
Copyright © 2024. All rights reserved.