| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.BiFunction<RollingChronicleQueue,net.openhft.chronicle.wire.Wire,WireStore> |
ChronicleQueueBuilder.storeFactory() |
| Modifier and Type | Method and Description |
|---|---|
WireStore |
WireStorePool.acquire(long cycle,
long epoch) |
WireStore |
RollingChronicleQueue.storeForCycle(long cycle,
long epoch) |
WireStore |
WireStore.writePosition(long position) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.BiFunction<RollingChronicleQueue,net.openhft.chronicle.wire.Wire,WireStore> |
AbstractChronicleQueueBuilder.storeFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
WireStorePool.release(WireStore store) |
void |
RollingChronicleQueue.release(WireStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChronicleQueueBuilder.storeFactory(java.util.function.BiFunction<RollingChronicleQueue,net.openhft.chronicle.wire.Wire,WireStore> storeFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleChronicleQueueStore |
| Modifier and Type | Method and Description |
|---|---|
WireStore |
SingleChronicleQueue.storeForCycle(long cycle,
long epoch) |
WireStore |
SingleChronicleQueueStore.writePosition(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleChronicleQueue.release(WireStore store) |
Copyright © 2016. All rights reserved.