| Modifier and Type | Method and Description |
|---|---|
@NotNull ChronicleQueue |
ExcerptCommon.queue()
Returns the backing ChronicleQueue to which this
ExcerptCommon is attached to.
|
static ChronicleQueue |
ChronicleQueue.single(@NotNull String pathName)
Creates and returns a new
ChronicleQueue that will be backed by
files located in the directory named by the provided pathName. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ExcerptTailer |
ExcerptTailer.afterLastWritten(ChronicleQueue queue)
Winds this Tailer to after the last entry which wrote an entry to the queue.
|
| Constructor and Description |
|---|
JDBCService(@NotNull ChronicleQueue in,
ChronicleQueue out,
net.openhft.chronicle.core.util.ThrowingSupplier<Connection,SQLException> connectionSupplier) |
JDBCService(@NotNull 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 |
|---|---|
protected @NotNull ChronicleQueue |
ChronicleHistoryReader.createQueue() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ChronicleQueue |
ServiceWrapperBuilder.inputQueue() |
ChronicleQueue[] |
ServiceWrapper.inputQueues() |
@NotNull ChronicleQueue[] |
EventLoopServiceWrapper.inputQueues() |
@NotNull ChronicleQueue |
ServiceWrapperBuilder.outputQueue() |
ChronicleQueue |
ServiceWrapper.outputQueue() |
@NotNull ChronicleQueue |
EventLoopServiceWrapper.outputQueue() |
Copyright © 2020. All rights reserved.