public interface HistoryReader
Modifier and Type | Method and Description |
---|---|
static 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 |
create(@NotNull Supplier<? extends ChronicleQueue> queueSupplier)
Creates and returns a new history reader that will use
the provided
queueSupplier to provide the queue. |
void |
execute() |
void |
outputData() |
Map<String,net.openhft.chronicle.core.util.Histogram> |
readChronicle() |
HistoryReader |
withBasePath(Path path) |
HistoryReader |
withHistosByMethod(boolean b) |
HistoryReader |
withIgnore(long ignore) |
HistoryReader |
withMeasurementWindow(long measurementWindow) |
HistoryReader |
withMessageSink(Consumer<String> messageSink) |
HistoryReader |
withProgress(boolean p) |
HistoryReader |
withSummaryOutput(int offset) |
HistoryReader |
withTimeUnit(TimeUnit p) |
HistoryReader withMessageSink(Consumer<String> messageSink)
HistoryReader withBasePath(Path path)
HistoryReader withProgress(boolean p)
HistoryReader withTimeUnit(TimeUnit p)
HistoryReader withHistosByMethod(boolean b)
HistoryReader withIgnore(long ignore)
HistoryReader withMeasurementWindow(long measurementWindow)
HistoryReader withSummaryOutput(int offset)
void execute()
void outputData()
static HistoryReader create()
withBasePath(java.nio.file.Path)
provided later.withBasePath(java.nio.file.Path)
provided laterstatic HistoryReader create(@NotNull @NotNull Supplier<? extends ChronicleQueue> queueSupplier)
queueSupplier
to provide the queue.queueSupplier
to provide the queue.Copyright © 2021. All rights reserved.