Packages

package memory

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

    In memory version of an indexed string store.

  3. 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.

  4. final class InMemoryPruningSchedulerStore extends PruningSchedulerStore with NamedLogging
  5. class InMemorySendTrackerStore extends SendTrackerStore
  6. class InMemorySequencedEventStore extends SequencedEventStore with NamedLogging with InMemoryPrunableByTime

    In memory implementation of a SequencedEventStore.

  7. class InMemorySequencerCounterTrackerStore extends SequencerCounterTrackerStore with NamedLogging

Value Members

  1. object InMemoryIndexedStringStore

Ungrouped