public interface MessageHistory extends Marshallable
EMPTYDISCARD| Modifier and Type | Method and Description |
|---|---|
static MessageHistory |
get()
Get the MessageHistory to update it or read it.
|
void |
reset() |
static void |
set(MessageHistory md)
You only need to call this if you wish to override it's behaviour.
|
int |
sourceId(int n) |
long |
sourceIndex(int n) |
int |
sources() |
long |
timing(int n) |
int |
timings() |
$equals, $hashCode, $toString, copyFrom, deepCopy, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, mergeToMap, readMarshallable, writeMarshallablewriteValuestatic MessageHistory get()
static void set(MessageHistory md)
md - to change to the default implementation for this thread.int timings()
long timing(int n)
int sources()
int sourceId(int n)
long sourceIndex(int n)
void reset()
Copyright © 2016. All rights reserved.