| Interface | Description |
|---|---|
| Chronicle |
Chronicle (in a generic sense) is a Java project focused on
building a persisted low latency messaging framework for high performance
and critical applications.
|
| Excerpt |
The main data container of a
Chronicle, an extended version
of ExcerptTailer which also facilitates random access. |
| ExcerptAppender |
The component that facilitates sequentially writing data to a
Chronicle. |
| ExcerptCommon | |
| ExcerptComparator |
For a binary search, provide a comparison of Excerpts
|
| ExcerptMarshallable | |
| ExcerptTailer |
The component that facilitates sequentially reading data from a
Chronicle. |
| MappingFunction |
Represents a function that accepts one argument and produces a result.
|
| MappingProvider<T> | |
| VanillaChronicle.VanillaAppender | |
| VanillaChronicle.VanillaExcerptCommon | |
| VanillaChronicle.VanillaTailer |
| Class | Description |
|---|---|
| ChronicleQueueBuilder | |
| ChronicleQueueBuilder.IndexedChronicleQueueBuilder | |
| ChronicleQueueBuilder.ReplicaChronicleQueueBuilder | |
| ChronicleQueueBuilder.VanillaChronicleQueueBuilder | |
| IndexedChronicle |
IndexedChronicle is a single-writer-multiple-reader
Chronicle that
you can put huge numbers of objects in, having different sizes. |
| VanillaChronicle |
Created by peter
|
| VanillaChronicleUtils | |
| VanillaDataCache | |
| VanillaIndexCache |
| Enum | Description |
|---|---|
| VanillaChronicle.Cycle |
Copyright © 2021. All rights reserved.