package memory
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class InMemoryCursorPreheadStore[Discr] extends CursorPreheadStore[Discr] with NamedLogging
- class InMemoryIndexedStringStore extends IndexedStringStore
In memory version of an indexed string store.
- trait InMemoryPrunableByTime extends PrunableByTime
Mixin for a in-memory store that provides a thread-safe storage slot for the latest point in time when pruning has started or finished.
Mixin for a in-memory store that provides a thread-safe storage slot for the latest point in time when pruning has started or finished.
The pruning method of the store must use advancePruningTimestamp to signal the start end completion of each pruning.
- final class InMemoryPruningSchedulerStore extends PruningSchedulerStore with NamedLogging
- class InMemorySendTrackerStore extends SendTrackerStore
- class InMemorySequencedEventStore extends SequencedEventStore with NamedLogging with InMemoryPrunableByTime
In memory implementation of a SequencedEventStore.
- class InMemorySequencerCounterTrackerStore extends SequencerCounterTrackerStore with NamedLogging
Value Members
- object InMemoryIndexedStringStore