public class VanillaExcerptHistory extends net.openhft.chronicle.wire.AbstractMarshallable implements ExcerptHistory
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_HISTORY_LENGTH |
| Constructor and Description |
|---|
VanillaExcerptHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTiming(long l) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
void |
reset() |
int |
sourceId(int n) |
long |
sourceIndex(int n) |
int |
sources() |
long |
timing(int n) |
int |
timings() |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitget, setpublic static final int MESSAGE_HISTORY_LENGTH
public void reset()
reset in interface ExcerptHistorypublic int timings()
timings in interface ExcerptHistorypublic long timing(int n)
timing in interface ExcerptHistorypublic int sources()
sources in interface ExcerptHistorypublic int sourceId(int n)
sourceId in interface ExcerptHistorypublic long sourceIndex(int n)
sourceIndex in interface ExcerptHistorypublic void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn wire)
throws net.openhft.chronicle.core.io.IORuntimeException
readMarshallable in interface net.openhft.chronicle.wire.MarshallablereadMarshallable in interface net.openhft.chronicle.wire.ReadMarshallablenet.openhft.chronicle.core.io.IORuntimeExceptionpublic void addTiming(long l)
public void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.MarshallablewriteMarshallable in interface net.openhft.chronicle.wire.WriteMarshallableCopyright © 2016. All rights reserved.