| Package | Description |
|---|---|
| net.openhft.chronicle.queue.internal.main | |
| net.openhft.chronicle.queue.internal.reader | |
| net.openhft.chronicle.queue.reader |
| Modifier and Type | Method and Description |
|---|---|
protected Reader |
InternalReaderMain.chronicleReader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InternalReaderMain.configureReader(Reader chronicleReader,
org.apache.commons.cli.CommandLine commandLine) |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalChronicleReader |
| Modifier and Type | Class and Description |
|---|---|
class |
ChronicleReader
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
Reader.asMethodReader(@Nullable String methodReaderInterface) |
static Reader |
Reader.create() |
Reader |
Reader.historyRecords(long maxHistoryRecords) |
Reader |
Reader.suppressDisplayIndex() |
Reader |
Reader.tail() |
Reader |
Reader.withBasePath(@NotNull Path path) |
Reader |
Reader.withCustomPlugin(@NotNull ChronicleReaderPlugin customPlugin) |
Reader |
Reader.withExclusionRegex(@NotNull String regex) |
Reader |
Reader.withInclusionRegex(@NotNull String regex) |
Reader |
Reader.withMessageSink(@NotNull Consumer<? super String> messageSink) |
Reader |
Reader.withStartIndex(long index) |
Reader |
Reader.withWireType(@NotNull net.openhft.chronicle.wire.WireType wireType) |
Copyright © 2021. All rights reserved.