Interface | Description |
---|---|
DirectoryListing | |
InternalAppender |
please don't use this interface as its an internal implementation.
|
QueueLock | |
WriteLock |
Class | Description |
---|---|
MicroToucher | |
NoOpCondition |
A condition that is always true
|
NoopQueueLock | |
Pretoucher |
A class designed to be called from a long-lived thread.
|
QueueLockUnlockedCondition |
An adapter so we can use the QueueLock as an acquireAppenderCondition for backward
compatibility
|
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 . |
TSQueueLock |
Implements queue lock via TableStore mechanism.
|
Enum | Description |
---|---|
BinarySearch | |
MetaDataField | |
MetaDataKeys | |
PrecreatedFiles | |
QueueFileShrinkManager | |
ScanResult | |
SCQTools |
Exception | Description |
---|---|
IndexNotAvailableException | |
MissingStoreFileException |
Thrown when a store file we expect to be present is missing (probably because it was deleted)
|
NotComparableException |
Thrown by a binary search comparator when the value we're searching on is not present in the current
entry.
|
NotReachedException |
Copyright © 2022. All rights reserved.