| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Method and Description |
|---|---|
@Nullable WireStore |
WireStoreSupplier.acquire(int cycle,
boolean createIfAbsent) |
@Nullable WireStore |
WireStorePool.acquire(int cycle,
long epoch,
boolean createIfAbsent) |
@Nullable WireStore |
RollingChronicleQueue.storeForCycle(int cycle,
long epoch,
boolean createIfAbsent) |
@NotNull WireStore |
WireStore.writePosition(long position) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleChronicleQueueStore |
| Modifier and Type | Method and Description |
|---|---|
@Nullable WireStore |
SingleChronicleQueue.storeForCycle(int cycle,
long epoch,
boolean createIfAbsent) |
@NotNull WireStore |
SingleChronicleQueueStore.writePosition(long position) |
Copyright © 2020. All rights reserved.