final class V1JournalRowWriteDriver extends JournalRowWriteDriver
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- V1JournalRowWriteDriver
- JournalRowWriteDriver
- JournalRowReadDriver
- JournalRowDriver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new V1JournalRowWriteDriver(system: ActorSystem, asyncClient: Option[AmazonDynamoDBAsync], syncClient: Option[AmazonDynamoDB], pluginConfig: JournalPluginConfig, partitionKeyResolver: PartitionKeyResolver, sortKeyResolver: SortKeyResolver, metricsReporter: Option[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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asyncClient: Option[AmazonDynamoDBAsync]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getJournalRows(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[JournalRow, NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowReadDriver
-
def
getJournalRows(persistenceId: PersistenceId, toSequenceNr: SequenceNumber, deleted: Boolean): Source[Seq[JournalRow], NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowReadDriver
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
highestSequenceNr(persistenceId: PersistenceId, fromSequenceNr: Option[SequenceNumber], deleted: Option[Boolean]): Source[Long, NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowReadDriver
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
logLevels: Attributes
- Attributes
- protected
- Definition Classes
- JournalRowDriver
- val metricsReporter: Option[MetricsReporter]
-
def
multiDeleteJournalRowsFlow: Flow[Seq[PersistenceIdWithSeqNr], Long, NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowWriteDriver
-
def
multiPutJournalRowsFlow: Flow[Seq[JournalRow], Long, NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowWriteDriver
-
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 partitionKeyResolver: PartitionKeyResolver
- val pluginConfig: JournalPluginConfig
-
def
singleDeleteJournalRowFlow: Flow[PersistenceIdWithSeqNr, Long, NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowWriteDriver
-
def
singlePutJournalRowFlow: Flow[JournalRow, Long, NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowWriteDriver
- val sortKeyResolver: SortKeyResolver
- val syncClient: Option[AmazonDynamoDB]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
system: ActorSystem
- Definition Classes
- V1JournalRowWriteDriver → JournalRowDriver
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateMessage(journalRow: JournalRow): Source[Unit, NotUsed]
- Definition Classes
- V1JournalRowWriteDriver → JournalRowWriteDriver
-
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
- @throws( ... ) @native()