Packages

trait MetricsReporter extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricsReporter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterJournalAsyncDeleteMessagesTo(context: Context): Unit
  5. def afterJournalAsyncReadHighestSequenceNr(context: Context): Unit
  6. def afterJournalAsyncReplayMessages(context: Context): Unit
  7. def afterJournalAsyncUpdateEvent(context: Context): Unit
  8. def afterJournalAsyncWriteMessages(context: Context): Unit
  9. def afterJournalDeserializeJournal(context: Context): Unit
  10. def afterJournalSerializeJournal(context: Context): Unit
  11. def afterSnapshotStoreDeleteAsync(context: Context): Unit
  12. def afterSnapshotStoreDeleteWithCriteriaAsync(context: Context): Unit
  13. def afterSnapshotStoreDeserializeSnapshot(context: Context): Unit
  14. def afterSnapshotStoreLoadAsync(context: Context): Unit
  15. def afterSnapshotStoreSaveAsync(context: Context): Unit
  16. def afterSnapshotStoreSerializeSnapshot(context: Context): Unit
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def beforeJournalAsyncDeleteMessagesTo(context: Context): Context
  19. def beforeJournalAsyncReadHighestSequenceNr(context: Context): Context
  20. def beforeJournalAsyncReplayMessages(context: Context): Context
  21. def beforeJournalAsyncUpdateEvent(context: Context): Context
  22. def beforeJournalAsyncWriteMessages(context: Context): Context
  23. def beforeJournalDeserializeJournal(context: Context): Context
  24. def beforeJournalSerializeJournal(context: Context): Context
  25. def beforeSnapshotStoreDeleteAsync(context: Context): Context
  26. def beforeSnapshotStoreDeleteWithCriteriaAsync(context: Context): Context
  27. def beforeSnapshotStoreDeserializeSnapshot(context: Context): Context
  28. def beforeSnapshotStoreLoadAsync(context: Context): Context
  29. def beforeSnapshotStoreSaveAsync(context: Context): Context
  30. def beforeSnapshotStoreSerializeSnapshot(context: Context): Context
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def errorJournalAsyncDeleteMessagesTo(context: Context, ex: Throwable): Unit
  35. def errorJournalAsyncReadHighestSequenceNr(context: Context, ex: Throwable): Unit
  36. def errorJournalAsyncReplayMessages(context: Context, ex: Throwable): Unit
  37. def errorJournalAsyncUpdateEvent(context: Context, ex: Throwable): Unit
  38. def errorJournalAsyncWriteMessages(context: Context, ex: Throwable): Unit
  39. def errorJournalDeserializeJournal(context: Context, ex: Throwable): Unit
  40. def errorJournalSerializeJournal(context: Context, ex: Throwable): Unit
  41. def errorSnapshotStoreDeleteAsync(context: Context, ex: Throwable): Unit
  42. def errorSnapshotStoreDeleteWithCriteriaAsync(context: Context, ex: Throwable): Unit
  43. def errorSnapshotStoreDeserializeSnapshot(context: Context, ex: Throwable): Unit
  44. def errorSnapshotStoreLoadAsync(context: Context, ex: Throwable): Unit
  45. def errorSnapshotStoreSaveAsync(context: Context, ex: Throwable): Unit
  46. def errorSnapshotStoreSerializeSnapshot(context: Context, ex: Throwable): Unit
  47. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped