public final class InternalChronicleHistoryReader extends Object implements HistoryReader
| Constructor and Description |
|---|
InternalChronicleHistoryReader() |
InternalChronicleHistoryReader(@NotNull Supplier<? extends ChronicleQueue> queueSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected @NotNull net.openhft.chronicle.core.util.Histogram |
histogram() |
void |
outputData() |
Map<String,net.openhft.chronicle.core.util.Histogram> |
readChronicle() |
protected void |
windowPassed() |
InternalChronicleHistoryReader |
withBasePath(Path path) |
InternalChronicleHistoryReader |
withHistosByMethod(boolean b) |
InternalChronicleHistoryReader |
withIgnore(long ignore) |
InternalChronicleHistoryReader |
withMeasurementWindow(long measurementWindow) |
InternalChronicleHistoryReader |
withMessageSink(Consumer<String> messageSink) |
InternalChronicleHistoryReader |
withProgress(boolean p) |
InternalChronicleHistoryReader |
withSummaryOutput(int offset) |
InternalChronicleHistoryReader |
withTimeUnit(TimeUnit p) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic InternalChronicleHistoryReader()
public InternalChronicleHistoryReader(@NotNull
@NotNull Supplier<? extends ChronicleQueue> queueSupplier)
public InternalChronicleHistoryReader withMessageSink(Consumer<String> messageSink)
withMessageSink in interface HistoryReaderpublic InternalChronicleHistoryReader withBasePath(Path path)
withBasePath in interface HistoryReaderpublic InternalChronicleHistoryReader withProgress(boolean p)
withProgress in interface HistoryReaderpublic InternalChronicleHistoryReader withTimeUnit(TimeUnit p)
withTimeUnit in interface HistoryReaderpublic InternalChronicleHistoryReader withHistosByMethod(boolean b)
withHistosByMethod in interface HistoryReaderpublic InternalChronicleHistoryReader withIgnore(long ignore)
withIgnore in interface HistoryReaderpublic InternalChronicleHistoryReader withMeasurementWindow(long measurementWindow)
withMeasurementWindow in interface HistoryReaderpublic InternalChronicleHistoryReader withSummaryOutput(int offset)
withSummaryOutput in interface HistoryReaderpublic void execute()
execute in interface HistoryReaderpublic Map<String,net.openhft.chronicle.core.util.Histogram> readChronicle()
readChronicle in interface HistoryReaderpublic void outputData()
outputData in interface HistoryReaderprotected void windowPassed()
@NotNull protected @NotNull net.openhft.chronicle.core.util.Histogram histogram()
Copyright © 2021. All rights reserved.