class Meter extends AnyRef
A Scala façade class for Meter.
- Alphabetic
- By Inheritance
- Meter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Meter(metric: core.Meter)
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
count: Long
Returns the number of events which have been marked.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
eventType: String
Returns the type of events the meter is measuring.
-
def
fifteenMinuteRate: Double
Returns the fifteen-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
Returns the fifteen-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
This rate has the same exponential decay factor as the fifteen-minute load average in the top Unix command.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fiveMinuteRate: Double
Returns the five-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
Returns the five-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
This rate has the same exponential decay factor as the five-minute load average in the top Unix command.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mark(count: Long): Unit
Marks the occurrence of a given number of events.
-
def
mark(): Unit
Marks the occurrence of an event.
-
def
meanRate: Double
Returns the mean rate at which events have occurred since the meter was created.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
oneMinuteRate: Double
Returns the one-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
Returns the one-minute exponentially-weighted moving average rate at which events have occurred since the meter was created.
This rate has the same exponential decay factor as the one-minute load average in the top Unix command.
-
def
rateUnit: TimeUnit
Returns the meter's rate unit.
-
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( ... )