Package | Description |
---|---|
net.openhft.chronicle | |
net.openhft.chronicle.tools |
Modifier and Type | Interface and Description |
---|---|
interface |
Excerpt
The main data container of a
Chronicle , an extended version
of ExcerptTailer which also facilitates random access. |
static interface |
VanillaChronicle.VanillaTailer |
Modifier and Type | Method and Description |
---|---|
ExcerptTailer |
Chronicle.createTailer() |
ExcerptTailer |
IndexedChronicle.createTailer()
Returns a new instance of
ExcerptTailer which can be used for
sequential reads from this Chronicle. |
ExcerptTailer |
VanillaChronicle.createTailer() |
ExcerptTailer |
ExcerptTailer.toEnd()
Wind to the end.
|
ExcerptTailer |
ExcerptTailer.toStart()
Replay from the start.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedExcerpt |
class |
WrappedExcerpt |
static class |
WrappedExcerpts.ByteBufferBytesExcerpt |
static class |
WrappedExcerpts.ByteBufferBytesExcerptWrapper |
class |
WrappedExcerptTailer |
Modifier and Type | Field and Description |
---|---|
protected ExcerptTailer |
WrappedExcerpt.wrappedTailer |
protected ExcerptTailer |
WrappedExcerptTailer.wrappedTailer |
Modifier and Type | Method and Description |
---|---|
ExcerptTailer |
WrappedChronicle.createTailer() |
ExcerptTailer |
WrappedExcerptTailer.toEnd() |
ExcerptTailer |
WrappedExcerptTailer.toStart() |
Constructor and Description |
---|
WrappedExcerptTailer(ExcerptTailer tailer) |
Copyright © 2017. All rights reserved.