| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<net.openhft.chronicle.wire.WireType,StoreRecovery> |
RollingChronicleQueue.recoverySupplier() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStoreRecovery
Created by peter on 22/05/16.
|
class |
TimedStoreRecovery
Created by peter on 21/05/16.
|
| 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 © 2016. All rights reserved.