| Class | Description |
|---|---|
| EntryInfo | |
| IndexQueue |
Splits the requests into several subqueues according to request.key.hashCode().
|
| LogAppender |
This component has the only thread that polls the queue with requests to write some entry into the cache store.
|
| SoftIndexFileStore |
Local file-based cache store, optimized for write-through use with strong consistency guarantees
(ability to flush disk operations before returning from the store call).
|
| SyncProcessingQueue<T> |
Multiple producer-single consumer queue.
|
| TemporaryTable |
Table holding the entry positions in log before these are persisted to the index.
|
| TemporaryTable.LockedEntry |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.