package db

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package h2

Type Members

  1. trait DbBulkUpdateProcessor[A, B] extends Processor[A, Try[B]]

    Implementation of aggregated bulk update operations for DB stores

  2. class DbCursorPreheadStore[Discr] extends CursorPreheadStore[Discr] with DbStore

    DB storage for a cursor prehead for a synchronizer

  3. class DbDeserializationException extends RuntimeException

    Thrown when a persisted value cannot be deserialized back into a scala type.

    Thrown when a persisted value cannot be deserialized back into a scala type.

    Annotations
    @SuppressWarnings()
  4. class DbIndexedStringStore extends IndexedStringStore with DbStore
  5. trait DbPrunableByTime extends PrunableByTime

    Mixin for a db store that stores the latest point in time when pruning has started or finished.

    Mixin for a db store that stores 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.

  6. trait DbPrunableByTimeSynchronizer extends DbPrunableByTime

    Specialized DbPrunableByTime that uses the synchronizer as discriminator

  7. final class DbPruningSchedulerStore extends PruningSchedulerStore with DbStore with NamedLogging
  8. class DbSequencedEventStore extends SequencedEventStore with DbStore with DbPrunableByTime
  9. class DbSequencerCounterTrackerStore extends SequencerCounterTrackerStore with NamedLogging
  10. class DbSerializationException extends RuntimeException

    Thrown when a value is persisted into the database.

    Thrown when a value is persisted into the database.

    Annotations
    @SuppressWarnings()
  11. class DbUninitializedException extends RuntimeException

    Thrown when the db has not been properly initialized

    Thrown when the db has not been properly initialized

    Annotations
    @SuppressWarnings()

Ungrouped