| 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 |
ChronicleQueueBuilder.rollCycle() |
| 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) |
B |
ChronicleQueueBuilder.rollCycle(RollCycle rollCycle) |
| Modifier and Type | Field and Description |
|---|---|
protected RollCycle |
AbstractChronicleQueueBuilder.rollCycle |
| Modifier and Type | Method and Description |
|---|---|
RollCycle |
AbstractChronicleQueueBuilder.rollCycle() |
RollCycle |
RollingChronicleQueue.rollCycle() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractChronicleQueueBuilder.rollCycle(RollCycle 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() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<RollCycle> |
RollCycleRetriever.getRollCycle(Path queuePath,
net.openhft.chronicle.wire.WireType wireType,
long blockSize) |
| 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<S> |
SingleChronicleQueueBuilder.rollCycle(RollCycle rollCycle) |
| Constructor and Description |
|---|
SingleChronicleQueueStore(RollCycle rollCycle,
net.openhft.chronicle.wire.WireType wireType,
net.openhft.chronicle.bytes.MappedBytes mappedBytes,
long epoch,
int indexCount,
int indexSpacing,
StoreRecovery recovery,
int deltaCheckpointInterval) |
Copyright © 2018. All rights reserved.