| Package | Description |
|---|---|
| net.openhft.chronicle.queue.reader |
| Modifier and Type | Class and Description |
|---|---|
class |
ChronicleHistoryReader |
| Modifier and Type | Method and Description |
|---|---|
static HistoryReader |
HistoryReader.create()
Creates and returns a new history reader that will use
the queue located at
withBasePath(java.nio.file.Path) provided later. |
static HistoryReader |
HistoryReader.create(@NotNull Supplier<? extends ChronicleQueue> queueSupplier)
Creates and returns a new history reader that will use
the provided
queueSupplier to provide the queue. |
HistoryReader |
HistoryReader.withBasePath(Path path) |
HistoryReader |
HistoryReader.withHistosByMethod(boolean b) |
HistoryReader |
HistoryReader.withIgnore(long ignore) |
HistoryReader |
HistoryReader.withMeasurementWindow(long measurementWindow) |
HistoryReader |
HistoryReader.withMessageSink(Consumer<String> messageSink) |
HistoryReader |
HistoryReader.withProgress(boolean p) |
HistoryReader |
HistoryReader.withSummaryOutput(int offset) |
HistoryReader |
HistoryReader.withTimeUnit(TimeUnit p) |
Copyright © 2022. All rights reserved.