public interface ExcerptHistory
extends net.openhft.chronicle.wire.Marshallable
Modifier and Type | Method and Description |
---|---|
static ExcerptHistory |
get()
Get the ExcerptHistory to update it or read it.
|
void |
reset() |
static void |
set(ExcerptHistory 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() |
static ExcerptHistory get()
static void set(ExcerptHistory 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.