| CalculatedValueIndexer |
An Indexer that is using a Function to calculate the value for a single Index.
|
| CompositeIndexer |
An Indexer that is a composition of other Indexers.
|
| DelegatingSnapshotMessageStore |
|
| Index |
|
| Indexers |
Utility class used to create Indexer instances.
|
| MessageStoreEntry |
|
| MessageStores |
|
| OffHeapIndexingMessageStore |
A MessageStore that is storing messages off the heap and supports indexing of messages.
|
| OnHeapCompactingMessageStore |
Thread-safe in-memory (on heap) implementation of a MessageStore that is compacting entries by the message's
Key.compactionKey().
|
| OnHeapIndexingMessageStore |
Thread-safe in-memory (on heap) implementation of a MessageStore that is able to index entries.
|
| OnHeapRingBufferMessageStore |
Thread-safe in-memory implementation of a circular MessageStore that is storing all entries in insertion order
with a configurable capacity.
|
| StaticValueIndexer |
An Indexer that is creating a single Index by setting the indexed value to some static text.
|