Packages

trait PollerMetrics extends AnyRef

Source
PollerMetrics.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PollerMetrics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def acceptOperationsOutstandingCount(): Int

    The current number of outstanding accept operations.

  2. abstract def connectOperationsOutstandingCount(): Int

    The current number of outstanding connect operations.

  3. abstract def operationsOutstandingCount(): Int

    The current number of outstanding I/O operations.

  4. abstract def readOperationsOutstandingCount(): Int

    The current number of outstanding read operations.

  5. abstract def totalAcceptOperationsCanceledCount(): Long

    The total number of accept operations canceled.

  6. abstract def totalAcceptOperationsErroredCount(): Long

    The total number of accept operations errored.

  7. abstract def totalAcceptOperationsSubmittedCount(): Long

    The total number of accept operations submitted.

  8. abstract def totalAcceptOperationsSucceededCount(): Long

    The total number of accept operations succeeded.

  9. abstract def totalConnectOperationsCanceledCount(): Long

    The total number of connect operations canceled.

  10. abstract def totalConnectOperationsErroredCount(): Long

    The total number of connect operations errored.

  11. abstract def totalConnectOperationsSubmittedCount(): Long

    The total number of connect operations submitted.

  12. abstract def totalConnectOperationsSucceededCount(): Long

    The total number of connect operations succeeded.

  13. abstract def totalOperationsCanceledCount(): Long

    The total number of I/O operations canceled.

  14. abstract def totalOperationsErroredCount(): Long

    The total number of I/O operations errored.

  15. abstract def totalOperationsSubmittedCount(): Long

    The total number of I/O operations submitted.

  16. abstract def totalOperationsSucceededCount(): Long

    The total number of I/O operations succeeded.

  17. abstract def totalReadOperationsCanceledCount(): Long

    The total number of read operations canceled.

  18. abstract def totalReadOperationsErroredCount(): Long

    The total number of read operations errored.

  19. abstract def totalReadOperationsSubmittedCount(): Long

    The total number of read operations submitted.

  20. abstract def totalReadOperationsSucceededCount(): Long

    The total number of read operations succeeded.

  21. abstract def totalWriteOperationsCanceledCount(): Long

    The total number of write operations canceled.

  22. abstract def totalWriteOperationsErroredCount(): Long

    The total number of write operations errored.

  23. abstract def totalWriteOperationsSubmittedCount(): Long

    The total number of write operations submitted.

  24. abstract def totalWriteOperationsSucceededCount(): Long

    The total number of write operations succeeded.

  25. abstract def writeOperationsOutstandingCount(): Int

    The current number of outstanding write operations.

Concrete 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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped