class TimedLoadGauge extends LoadGauge
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimedLoadGauge
- LoadGauge
- Gauge
- Metric
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TimedLoadGauge(interval: FiniteDuration, timer: Timer)
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 checkedTEvent[A, N, R](checked: => CheckedT[Future, A, N, R])(implicit ec: ExecutionContext): CheckedT[Future, A, N, R]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def eitherTEvent[A, B](eitherT: => EitherT[Future, A, B])(implicit ec: ExecutionContext): EitherT[Future, A, B]
- def eitherTEventUnlessShutdown[A, B](eitherT: => EitherT[FutureUnlessShutdown, A, B])(implicit ec: ExecutionContext): EitherT[FutureUnlessShutdown, A, B]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def event[T](fut: => Future[T])(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- TimedLoadGauge → LoadGauge
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getValue(): Double
- Definition Classes
- LoadGauge → Gauge
- Annotations
- @SuppressWarnings()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def optionTEvent[A](optionT: => OptionT[Future, A])(implicit ec: ExecutionContext): OptionT[Future, A]
- def syncEvent[T](body: => T): T
- Definition Classes
- TimedLoadGauge → LoadGauge
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])