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