| 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
Roll cycles to use with the queue.
|
| Modifier and Type | Method and Description |
|---|---|
RollCycle |
ChronicleQueue.rollCycle()
Returns the
RollCycle for this ChronicleQueue. |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultCycleCalculator.currentCycle(RollCycle rollCycle,
net.openhft.chronicle.core.time.TimeProvider timeProvider,
long offsetMillis) |
int |
CycleCalculator.currentCycle(RollCycle rollCycle,
net.openhft.chronicle.core.time.TimeProvider timeProvider,
long offsetMillis) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RollCycle |
RollingChronicleQueue.rollCycle() |
| Constructor and Description |
|---|
RollingResourcesCache(@NotNull RollCycle cycle,
long epoch,
@NotNull Function<String,File> nameToFile,
@NotNull Function<File,String> fileToName) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull RollCycle |
SingleChronicleQueue.rollCycle() |
@NotNull RollCycle |
SingleChronicleQueueBuilder.rollCycle() |
| Modifier and Type | Method and Description |
|---|---|
static long |
BinarySearch.findWithinCycle(@NotNull net.openhft.chronicle.wire.Wire key,
@NotNull Comparator<net.openhft.chronicle.wire.Wire> c,
int cycle,
@NotNull ExcerptTailer tailer,
@NotNull SingleChronicleQueue q,
@NotNull RollCycle rollCycle) |
@NotNull SingleChronicleQueueBuilder |
SingleChronicleQueueBuilder.rollCycle(@NotNull RollCycle rollCycle) |
| Constructor and Description |
|---|
SingleChronicleQueueStore(@NotNull RollCycle rollCycle,
@NotNull net.openhft.chronicle.wire.WireType wireType,
@NotNull net.openhft.chronicle.bytes.MappedBytes mappedBytes,
int indexCount,
int indexSpacing) |
Copyright © 2020. All rights reserved.