Packages

package memory

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class InMemoryCursorPreheadStore[Counter] extends CursorPreheadStore[Counter] with NamedLogging
  2. class InMemoryIndexedStringStore extends IndexedStringStore

    In memory version of an indexed string store.

  3. trait InMemoryPrunableByTime[E] extends PrunableByTime[E]

    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.

  4. class InMemorySendTrackerStore extends SendTrackerStore
  5. class InMemorySequencedEventStore extends SequencedEventStore with NamedLogging with InMemoryPrunableByTime[Nothing]

    In memory implementation of a SequencedEventStore.

  6. class InMemorySequencerCounterTrackerStore extends SequencerCounterTrackerStore with NamedLogging

Value Members

  1. object InMemoryIndexedStringStore

Ungrouped