| Interface | Description |
|---|---|
| DirectoryListing | |
| InternalAppender |
please don't use this interface as its an internal implementation.
|
| QueueLock | |
| WriteLock |
| Class | Description |
|---|---|
| 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 | |
| TSQueueLock |
Implements queue lock via TableStore mechanism.
|
| Enum | Description |
|---|---|
| BinarySearch | |
| MetaDataField | |
| MetaDataKeys | |
| PrecreatedFiles | |
| QueueFileShrinkManager | |
| ScanResult | |
| SCQTools |
| Exception | Description |
|---|---|
| IndexNotAvailableException | |
| NotComparableException |
Thrown by a binary search comparator when the value we're searching on is not present in the current
entry.
|
| NotReachedException |
Copyright © 2021. All rights reserved.