Packages

class SequencerMetrics extends NodeMetrics

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerMetrics
  2. NodeMetrics
  3. Factory
  4. DropwizardFactory
  5. Factory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SequencerMetrics(parent: MetricName, registry: MetricRegistry, grpcMetrics: GrpcServerMetrics)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bytesProcessed: Meter
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def counter(name: MetricName, description: String)(implicit context: MetricsContext): Counter
    Definition Classes
    DropwizardFactory → Factory
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def gauge[T](name: MetricName, initial: T, description: String)(implicit context: MetricsContext): Gauge[T]
    Definition Classes
    DropwizardFactory → Factory
  11. def gaugeWithSupplier[T](name: MetricName, gaugeSupplier: () => T, description: String)(implicit context: MetricsContext): Unit
    Definition Classes
    DropwizardFactory → Factory
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val grpcMetrics: GrpcServerMetrics
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def histogram(name: MetricName, description: String)(implicit context: MetricsContext): Histogram
    Definition Classes
    DropwizardFactory → Factory
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def loadGauge(name: MetricName, interval: FiniteDuration, timer: Timer): TimedLoadGauge
    Definition Classes
    Factory
  18. val messagesProcessed: Meter
  19. def meter(name: MetricName, description: String)(implicit context: MetricsContext): Meter
    Definition Classes
    DropwizardFactory → Factory
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val prefix: MetricName
    Definition Classes
    SequencerMetricsFactory
  24. def reRegisterGauge[T, G <: Gauge[T]](name: MetricName, gauge: G): G
    Attributes
    protected
    Definition Classes
    DropwizardFactory
  25. def refGauge[T](name: MetricName, empty: T): RefGauge[T]
    Definition Classes
    Factory
  26. val registry: MetricRegistry
    Definition Classes
    SequencerMetrics → DropwizardFactory
  27. val subscriptionsGauge: Gauge[Int]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val timeRequests: Meter
  30. def timer(name: MetricName, description: String)(implicit context: MetricsContext): Timer
    Definition Classes
    DropwizardFactory → Factory
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. object dbStorage extends DbStorageMetrics
    Definition Classes
    SequencerMetricsNodeMetrics
  36. object sequencerClient extends SequencerClientMetrics

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NodeMetrics

Inherited from Factory

Inherited from DropwizardFactory

Inherited from Factory

Inherited from AnyRef

Inherited from Any

Ungrouped