public enum NoMessageHistory extends Enum<NoMessageHistory> implements net.openhft.chronicle.wire.MessageHistory
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
int |
sourceId(int n) |
long |
sourceIndex(int n) |
int |
sources() |
long |
timing(int n) |
int |
timings() |
static NoMessageHistory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoMessageHistory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final NoMessageHistory INSTANCE
public static NoMessageHistory[] values()
for (NoMessageHistory c : NoMessageHistory.values()) System.out.println(c);
public static NoMessageHistory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int timings()
timings in interface net.openhft.chronicle.wire.MessageHistorypublic long timing(int n)
timing in interface net.openhft.chronicle.wire.MessageHistorypublic int sources()
sources in interface net.openhft.chronicle.wire.MessageHistorypublic int sourceId(int n)
sourceId in interface net.openhft.chronicle.wire.MessageHistorypublic long sourceIndex(int n)
sourceIndex in interface net.openhft.chronicle.wire.MessageHistorypublic void reset()
reset in interface net.openhft.chronicle.wire.MessageHistoryCopyright © 2016. All rights reserved.