package db
- Alphabetic
- Public
- Protected
Type Members
- trait DbBulkUpdateProcessor[A, B] extends Processor[A, Try[B]]
Implementation of aggregated bulk update operations for DB stores
- class DbCursorPreheadStore[Discr] extends CursorPreheadStore[Discr] with DbStore
DB storage for a cursor prehead for a synchronizer
- 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()
- class DbIndexedStringStore extends IndexedStringStore with DbStore
- 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.
- trait DbPrunableByTimeSynchronizer extends DbPrunableByTime
Specialized DbPrunableByTime that uses the synchronizer as discriminator
- final class DbPruningSchedulerStore extends PruningSchedulerStore with DbStore with NamedLogging
- class DbSequencedEventStore extends SequencedEventStore with DbStore with DbPrunableByTime
- class DbSequencerCounterTrackerStore extends SequencerCounterTrackerStore with NamedLogging
- class DbSerializationException extends RuntimeException
Thrown when a value is persisted into the database.
Thrown when a value is persisted into the database.
- Annotations
- @SuppressWarnings()
- class DbUninitializedException extends RuntimeException
Thrown when the db has not been properly initialized
Thrown when the db has not been properly initialized
- Annotations
- @SuppressWarnings()
Value Members
- object DbBulkUpdateProcessor
- object DbSequencedEventStore
- object DbSequencerCounterTrackerStore
- object RequiredTypesCodec