| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single | |
| net.openhft.chronicle.queue.impl.table |
| Modifier and Type | Method and Description |
|---|---|
Function<net.openhft.chronicle.wire.WireType,StoreRecovery> |
RollingChronicleQueue.recoverySupplier() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStoreRecovery |
class |
TimedStoreRecovery |
| 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,
int sourceId) |
| Constructor and Description |
|---|
SingleTableStore(net.openhft.chronicle.wire.WireType wireType,
net.openhft.chronicle.bytes.MappedBytes mappedBytes,
StoreRecovery recovery) |
Copyright © 2018. All rights reserved.