| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Class and Description |
|---|---|
class |
RollCycles |
| Modifier and Type | Method and Description |
|---|---|
RollCycle |
ChronicleQueue.rollCycle()
Returns the
RollCycle for this ChronicleQueue. |
| 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 | Method and Description |
|---|---|
RollCycle |
RollingChronicleQueue.rollCycle() |
| Constructor and Description |
|---|
RollingResourcesCache(RollCycle cycle,
long epoch,
Function<String,File> nameToFile,
Function<File,String> fileToName) |
| Modifier and Type | Method and Description |
|---|---|
RollCycle |
SingleChronicleQueue.rollCycle() |
RollCycle |
SingleChronicleQueueBuilder.rollCycle() |
| Modifier and Type | Method and Description |
|---|---|
static long |
BinarySearch.findWithinCycle(net.openhft.chronicle.wire.Wire key,
Comparator<net.openhft.chronicle.wire.Wire> c,
int cycle,
ExcerptTailer tailer,
SingleChronicleQueue q,
RollCycle rollCycle) |
SingleChronicleQueueBuilder |
SingleChronicleQueueBuilder.rollCycle(RollCycle rollCycle) |
| Constructor and Description |
|---|
SingleChronicleQueueStore(RollCycle rollCycle,
net.openhft.chronicle.wire.WireType wireType,
net.openhft.chronicle.bytes.MappedBytes mappedBytes,
int indexCount,
int indexSpacing) |
Copyright © 2019. All rights reserved.