| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single | |
| net.openhft.chronicle.queue.service |
| Modifier and Type | Method and Description |
|---|---|
ChronicleQueue |
ChronicleQueueBuilder.build() |
ChronicleQueue |
ExcerptCommon.queue() |
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
ExcerptTailer.afterLastWritten(ChronicleQueue queue)
Wind this tailer to after the last entry which wrote an entry to the queue
|
| Constructor and Description |
|---|
JDBCService(ChronicleQueue in,
ChronicleQueue out,
net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RollingChronicleQueue |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleChronicleQueue |
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
SingleChronicleQueueExcerpts.StoreTailer.afterLastWritten(ChronicleQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleQueue[] |
EventLoopServiceWrapper.inputQueues() |
ChronicleQueue[] |
ServiceWrapper.inputQueues() |
ChronicleQueue |
EventLoopServiceWrapper.outputQueue() |
ChronicleQueue |
ServiceWrapper.outputQueue() |
Copyright © 2018. All rights reserved.