@Deprecated public class ChronicleHistoryReader extends Object implements HistoryReader
| Modifier and Type | Field and Description |
|---|---|
protected Path |
basePath
Deprecated.
|
protected long |
counter
Deprecated.
|
protected long |
firstTimeStampNanos
Deprecated.
|
protected Map<String,net.openhft.chronicle.core.util.Histogram> |
histos
Deprecated.
|
protected boolean |
histosByMethod
Deprecated.
|
protected long |
ignore
Deprecated.
|
protected int |
lastHistosSize
Deprecated.
|
protected long |
lastWindowCount
Deprecated.
|
protected long |
measurementWindowNanos
Deprecated.
|
protected Consumer<String> |
messageSink
Deprecated.
|
protected boolean |
progress
Deprecated.
|
protected int |
summaryOutputOffset
Deprecated.
|
protected TimeUnit |
timeUnit
Deprecated.
|
| Constructor and Description |
|---|
ChronicleHistoryReader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull ChronicleQueue |
createQueue()
Deprecated.
|
void |
execute()
Deprecated.
|
protected @NotNull net.openhft.chronicle.core.util.Histogram |
histogram()
Deprecated.
|
void |
outputData()
Deprecated.
|
protected net.openhft.chronicle.wire.WireParselet |
parselet()
Deprecated.
|
protected void |
processMessage(CharSequence methodName,
net.openhft.chronicle.wire.MessageHistory history)
Deprecated.
|
Map<String,net.openhft.chronicle.core.util.Histogram> |
readChronicle()
Deprecated.
|
protected void |
windowPassed()
Deprecated.
|
ChronicleHistoryReader |
withBasePath(Path path)
Deprecated.
|
ChronicleHistoryReader |
withHistosByMethod(boolean b)
Deprecated.
|
ChronicleHistoryReader |
withIgnore(long ignore)
Deprecated.
|
ChronicleHistoryReader |
withMeasurementWindow(long measurementWindow)
Deprecated.
|
ChronicleHistoryReader |
withMessageSink(Consumer<String> messageSink)
Deprecated.
|
ChronicleHistoryReader |
withProgress(boolean p)
Deprecated.
|
ChronicleHistoryReader |
withSummaryOutput(int offset)
Deprecated.
|
ChronicleHistoryReader |
withTimeUnit(TimeUnit p)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createprotected Path basePath
protected boolean progress
protected TimeUnit timeUnit
protected boolean histosByMethod
protected long ignore
protected long counter
protected long measurementWindowNanos
protected long firstTimeStampNanos
protected long lastWindowCount
protected int summaryOutputOffset
protected int lastHistosSize
public ChronicleHistoryReader withMessageSink(Consumer<String> messageSink)
withMessageSink in interface HistoryReaderpublic ChronicleHistoryReader withBasePath(Path path)
withBasePath in interface HistoryReaderpublic ChronicleHistoryReader withProgress(boolean p)
withProgress in interface HistoryReaderpublic ChronicleHistoryReader withTimeUnit(TimeUnit p)
withTimeUnit in interface HistoryReaderpublic ChronicleHistoryReader withHistosByMethod(boolean b)
withHistosByMethod in interface HistoryReaderpublic ChronicleHistoryReader withIgnore(long ignore)
withIgnore in interface HistoryReaderpublic ChronicleHistoryReader withMeasurementWindow(long measurementWindow)
withMeasurementWindow in interface HistoryReaderpublic ChronicleHistoryReader withSummaryOutput(int offset)
withSummaryOutput in interface HistoryReader@NotNull protected @NotNull ChronicleQueue createQueue()
public 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 net.openhft.chronicle.wire.WireParselet parselet()
protected void processMessage(CharSequence methodName, net.openhft.chronicle.wire.MessageHistory history)
protected void windowPassed()
@NotNull protected @NotNull net.openhft.chronicle.core.util.Histogram histogram()
Copyright © 2021. All rights reserved.