Packages

abstract class MetricsReporter extends AnyRef

MetricsReporter.

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

Instance Constructors

  1. new MetricsReporter(pluginConfig: PluginConfig)

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. def afterStateStoreDeleteObject(context: Context): Unit
  18. def afterStateStoreGetObject(context: Context): Unit
  19. def afterStateStoreUpsertObject(context: Context): Unit
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def beforeJournalAsyncDeleteMessagesTo(context: Context): Context
  22. def beforeJournalAsyncReadHighestSequenceNr(context: Context): Context
  23. def beforeJournalAsyncReplayMessages(context: Context): Context
  24. def beforeJournalAsyncUpdateEvent(context: Context): Context
  25. def beforeJournalAsyncWriteMessages(context: Context): Context
  26. def beforeJournalDeserializeJournal(context: Context): Context
  27. def beforeJournalSerializeJournal(context: Context): Context
  28. def beforeSnapshotStoreDeleteAsync(context: Context): Context
  29. def beforeSnapshotStoreDeleteWithCriteriaAsync(context: Context): Context
  30. def beforeSnapshotStoreDeserializeSnapshot(context: Context): Context
  31. def beforeSnapshotStoreLoadAsync(context: Context): Context
  32. def beforeSnapshotStoreSaveAsync(context: Context): Context
  33. def beforeSnapshotStoreSerializeSnapshot(context: Context): Context
  34. def beforeStateStoreDeleteObject(context: Context): Context
  35. def beforeStateStoreGetObject(context: Context): Context
  36. def beforeStateStoreUpsertObject(context: Context): Context
  37. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  40. def errorJournalAsyncDeleteMessagesTo(context: Context, ex: Throwable): Unit
  41. def errorJournalAsyncReadHighestSequenceNr(context: Context, ex: Throwable): Unit
  42. def errorJournalAsyncReplayMessages(context: Context, ex: Throwable): Unit
  43. def errorJournalAsyncUpdateEvent(context: Context, ex: Throwable): Unit
  44. def errorJournalAsyncWriteMessages(context: Context, ex: Throwable): Unit
  45. def errorJournalDeserializeJournal(context: Context, ex: Throwable): Unit
  46. def errorJournalSerializeJournal(context: Context, ex: Throwable): Unit
  47. def errorSnapshotStoreDeleteAsync(context: Context, ex: Throwable): Unit
  48. def errorSnapshotStoreDeleteWithCriteriaAsync(context: Context, ex: Throwable): Unit
  49. def errorSnapshotStoreDeserializeSnapshot(context: Context, ex: Throwable): Unit
  50. def errorSnapshotStoreLoadAsync(context: Context, ex: Throwable): Unit
  51. def errorSnapshotStoreSaveAsync(context: Context, ex: Throwable): Unit
  52. def errorSnapshotStoreSerializeSnapshot(context: Context, ex: Throwable): Unit
  53. def errorStateStoreDeleteObject(context: Context, ex: Throwable): Unit
  54. def errorStateStoreGetObject(context: Context, ex: Throwable): Unit
  55. def errorStateStoreUpsertObject(context: Context, ex: Throwable): Unit
  56. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  57. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  59. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  63. val pluginConfig: PluginConfig
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped