t
com.github.j5ik2o.pekko.persistence.dynamodb.metrics
MetricsReporter
Companion object MetricsReporter
trait MetricsReporter extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetricsReporter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 afterJournalAsyncDeleteMessagesTo(context: Context): Unit
- def afterJournalAsyncReadHighestSequenceNr(context: Context): Unit
- def afterJournalAsyncReplayMessages(context: Context): Unit
- def afterJournalAsyncUpdateEvent(context: Context): Unit
- def afterJournalAsyncWriteMessages(context: Context): Unit
- def afterJournalDeserializeJournal(context: Context): Unit
- def afterJournalSerializeJournal(context: Context): Unit
- def afterSnapshotStoreDeleteAsync(context: Context): Unit
- def afterSnapshotStoreDeleteWithCriteriaAsync(context: Context): Unit
- def afterSnapshotStoreDeserializeSnapshot(context: Context): Unit
- def afterSnapshotStoreLoadAsync(context: Context): Unit
- def afterSnapshotStoreSaveAsync(context: Context): Unit
- def afterSnapshotStoreSerializeSnapshot(context: Context): Unit
- def afterStateStoreDeleteObject(context: Context): Unit
- def afterStateStoreDeserializeState(context: Context): Unit
- def afterStateStoreGetObject(context: Context): Unit
- def afterStateStoreSerializeState(context: Context): Unit
- def afterStateStoreUpsertObject(context: Context): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeJournalAsyncDeleteMessagesTo(context: Context): Context
- def beforeJournalAsyncReadHighestSequenceNr(context: Context): Context
- def beforeJournalAsyncReplayMessages(context: Context): Context
- def beforeJournalAsyncUpdateEvent(context: Context): Context
- def beforeJournalAsyncWriteMessages(context: Context): Context
- def beforeJournalDeserializeJournal(context: Context): Context
- def beforeJournalSerializeJournal(context: Context): Context
- def beforeSnapshotStoreDeleteAsync(context: Context): Context
- def beforeSnapshotStoreDeleteWithCriteriaAsync(context: Context): Context
- def beforeSnapshotStoreDeserializeSnapshot(context: Context): Context
- def beforeSnapshotStoreLoadAsync(context: Context): Context
- def beforeSnapshotStoreSaveAsync(context: Context): Context
- def beforeSnapshotStoreSerializeSnapshot(context: Context): Context
- def beforeStateStoreDeleteObject(context: Context): Context
- def beforeStateStoreDeserializeState(context: Context): Context
- def beforeStateStoreGetObject(context: Context): Context
- def beforeStateStoreSerializeState(context: Context): Context
- def beforeStateStoreUpsertObject(context: Context): Context
-
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 errorJournalAsyncDeleteMessagesTo(context: Context, ex: Throwable): Unit
- def errorJournalAsyncReadHighestSequenceNr(context: Context, ex: Throwable): Unit
- def errorJournalAsyncReplayMessages(context: Context, ex: Throwable): Unit
- def errorJournalAsyncUpdateEvent(context: Context, ex: Throwable): Unit
- def errorJournalAsyncWriteMessages(context: Context, ex: Throwable): Unit
- def errorJournalDeserializeJournal(context: Context, ex: Throwable): Unit
- def errorJournalSerializeJournal(context: Context, ex: Throwable): Unit
- def errorSnapshotStoreDeleteAsync(context: Context, ex: Throwable): Unit
- def errorSnapshotStoreDeleteWithCriteriaAsync(context: Context, ex: Throwable): Unit
- def errorSnapshotStoreDeserializeSnapshot(context: Context, ex: Throwable): Unit
- def errorSnapshotStoreLoadAsync(context: Context, ex: Throwable): Unit
- def errorSnapshotStoreSaveAsync(context: Context, ex: Throwable): Unit
- def errorSnapshotStoreSerializeSnapshot(context: Context, ex: Throwable): Unit
- def errorStateStoreDeleteObject(context: Context, ex: Throwable): Unit
- def errorStateStoreDeserializeState(context: Context, ex: Throwable): Unit
- def errorStateStoreGetObject(context: Context, ex: Throwable): Unit
- def errorStateStoreSerializeState(context: Context, ex: Throwable): Unit
- def errorStateStoreUpsertObject(context: Context, ex: Throwable): Unit
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @throws( ... ) @native()