| Package | Description |
|---|---|
| net.openhft.chronicle | |
| net.openhft.chronicle.tcp | |
| 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. |
interface |
ExcerptAppender
The component that facilitates sequentially writing data to a
Chronicle. |
interface |
ExcerptTailer
The component that facilitates sequentially reading data from a
Chronicle. |
static interface |
VanillaChronicle.VanillaAppender |
static interface |
VanillaChronicle.VanillaExcerptCommon |
static interface |
VanillaChronicle.VanillaTailer |
| Modifier and Type | Class and Description |
|---|---|
protected class |
IndexedChronicle.AbstractIndexedExcerpt |
| Modifier and Type | Method and Description |
|---|---|
protected ExcerptCommon |
IndexedChronicle.AbstractIndexedExcerpt.toEndForAppend0() |
protected ExcerptCommon |
IndexedChronicle.AbstractIndexedExcerpt.toEndForRead0() |
protected ExcerptCommon |
IndexedChronicle.AbstractIndexedExcerpt.toStart0() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcerptMarshallable.readMarshallable(ExcerptCommon in)
read an object from an excerpt
|
void |
ExcerptMarshallable.writeMarshallable(ExcerptCommon out)
write an object to an excerpt
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppenderAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckedExcerpt |
class |
WrappedExcerpt |
class |
WrappedExcerptAppender<T extends ExcerptAppender> |
static class |
WrappedExcerptAppenders.ByteBufferBytesAppender |
static class |
WrappedExcerptAppenders.ByteBufferBytesExcerptAppenderWrapper |
static class |
WrappedExcerpts.ByteBufferBytesExcerpt |
static class |
WrappedExcerpts.ByteBufferBytesExcerptWrapper |
class |
WrappedExcerptTailer |
| Modifier and Type | Field and Description |
|---|---|
protected ExcerptCommon |
WrappedExcerpt.wrappedCommon |
| Modifier and Type | Method and Description |
|---|---|
static String |
ChronicleTools.asString(ExcerptCommon excerpt)
Take a text copy of the contents of the Excerpt without changing it's position.
|
protected void |
WrappedExcerpt.setExcerpt(ExcerptCommon excerptCommon) |
| Constructor and Description |
|---|
CheckedExcerpt(ExcerptCommon common) |
WrappedExcerpt(ExcerptCommon excerptCommon) |
Copyright © 2021. All rights reserved.