Interface | Description |
---|---|
AsyncBufferCreator |
Creates a buffer for use in async mode.
|
DirectoryListing | |
Indexing |
Provides internal-only indexing functionality for
SingleChronicleQueue . |
InternalAppender |
please don't use this interface as it's an internal implementation.
|
Pretoucher |
A class designed to be called from a long-lived thread.
|
WriteLock |
Class | Description |
---|---|
MicroToucher | |
NoOpCondition |
A condition that is always true
|
ReadOnlyWriteLock | |
ReferenceCountedCache<K,T extends net.openhft.chronicle.core.io.ReferenceCounted & net.openhft.chronicle.core.io.Closeable,V,E extends Throwable> |
Thread-safe, self-cleaning cache for ReferenceCounted (and Closeable) objects
|
SCQMeta | |
SingleChronicleQueue | |
SingleChronicleQueueBuilder | |
SingleChronicleQueueStore | |
TableStoreWriteLock |
Implements
WriteLock using memory access primitives - see AbstractTSQueueLock . |
ThreadLocalAppender |
Internal implementation class that enables the use of a thread local appender.
|
Enum | Description |
---|---|
BinarySearch | |
MetaDataField | |
MetaDataKeys | |
NamedTailerNotAvailableException.Reason | |
PrecreatedFiles | |
ScanResult | |
SCQTools |
Exception | Description |
---|---|
IllegalIndexException | |
IndexNotAvailableException | |
MissingStoreFileException |
Thrown when a store file we expect to be present is missing (probably because it was deleted)
|
NamedTailerNotAvailableException | |
NotComparableException |
Thrown by a binary search comparator when the value we're searching on is not present in the current
entry.
|
NotReachedException |
Copyright © 2024. All rights reserved.