class ReadJournalDaoImpl extends ReadJournalDao with DaoSupport
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadJournalDaoImpl
- DaoSupport
- ReadJournalDao
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReadJournalDaoImpl(asyncClient: DynamoDbAsyncClient, serialization: Serialization, pluginConfig: QueryPluginConfig, metricsReporter: MetricsReporter)(implicit ec: ExecutionContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
allPersistenceIds(max: Long): Source[PersistenceId, NotUsed]
Returns distinct stream of persistenceIds
Returns distinct stream of persistenceIds
- Definition Classes
- ReadJournalDaoImpl → ReadJournalDao
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
columnsDefConfig: JournalColumnsDefConfig
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
val
consistentRead: Boolean
- Attributes
- protected
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
def
convertToJournalRow(map: Map[String, AttributeValue]): JournalRow
- Attributes
- protected
- Definition Classes
- DaoSupport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
eventsByTag(tag: String, offset: Long, maxOffset: Long, max: Long): Source[JournalRow, NotUsed]
Returns a Source of deserialized data for certain tag from an offset.
Returns a Source of deserialized data for certain tag from an offset. The result is sorted by the global ordering of the events. Each element with be a try with a PersistentRepr, set of tags, and a Long representing the global ordering of events
- Definition Classes
- ReadJournalDaoImpl → ReadJournalDao
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
getJournalRowsIndexName: String
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
def
getMessages(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[JournalRow, NotUsed]
- Definition Classes
- DaoSupport
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
journalSequence(offset: Long, limit: Long): Source[Long, NotUsed]
- offset
Minimum value to retrieve
- limit
Maximum number of values to retrieve
- returns
A Source of journal event sequence numbers (corresponding to the Ordering column)
- Definition Classes
- ReadJournalDaoImpl → ReadJournalDao
-
val
logLevels: Attributes
- Attributes
- protected
- Definition Classes
- DaoSupport
-
def
maxJournalSequence(): Source[Long, NotUsed]
- returns
The value of the maximum (ordering) id in the journal
- Definition Classes
- ReadJournalDaoImpl → ReadJournalDao
-
val
metricsReporter: MetricsReporter
- Attributes
- protected
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
queryBatchSize: Int
- Attributes
- protected
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
val
shardCount: Int
- Attributes
- protected
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
val
startTimeSource: Source[Long, NotUsed]
- Attributes
- protected
- Definition Classes
- DaoSupport
-
val
streamClient: DynamoDbAkkaClient
- Attributes
- protected
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tableName: String
- Definition Classes
- ReadJournalDaoImpl → DaoSupport
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )