Packages

final class Poller extends PollerMetrics

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Poller
  2. PollerMetrics
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 acceptOperationsOutstandingCount(): Int

    The current number of outstanding accept operations.

    The current number of outstanding accept operations.

    Definition Classes
    PollerPollerMetrics
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def connectOperationsOutstandingCount(): Int

    The current number of outstanding connect operations.

    The current number of outstanding connect operations.

    Definition Classes
    PollerPollerMetrics
  8. def countCanceledOperation(ops: Int): Unit
  9. def countErroredOperation(ops: Int): Unit
  10. def countSubmittedOperation(ops: Int): Unit
  11. def countSucceededOperation(ops: Int): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def operationsOutstandingCount(): Int

    The current number of outstanding I/O operations.

    The current number of outstanding I/O operations.

    Definition Classes
    PollerPollerMetrics
  22. def readOperationsOutstandingCount(): Int

    The current number of outstanding read operations.

    The current number of outstanding read operations.

    Definition Classes
    PollerPollerMetrics
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def totalAcceptOperationsCanceledCount(): Long

    The total number of accept operations canceled.

    The total number of accept operations canceled.

    Definition Classes
    PollerPollerMetrics
  26. def totalAcceptOperationsErroredCount(): Long

    The total number of accept operations errored.

    The total number of accept operations errored.

    Definition Classes
    PollerPollerMetrics
  27. def totalAcceptOperationsSubmittedCount(): Long

    The total number of accept operations submitted.

    The total number of accept operations submitted.

    Definition Classes
    PollerPollerMetrics
  28. def totalAcceptOperationsSucceededCount(): Long

    The total number of accept operations succeeded.

    The total number of accept operations succeeded.

    Definition Classes
    PollerPollerMetrics
  29. def totalConnectOperationsCanceledCount(): Long

    The total number of connect operations canceled.

    The total number of connect operations canceled.

    Definition Classes
    PollerPollerMetrics
  30. def totalConnectOperationsErroredCount(): Long

    The total number of connect operations errored.

    The total number of connect operations errored.

    Definition Classes
    PollerPollerMetrics
  31. def totalConnectOperationsSubmittedCount(): Long

    The total number of connect operations submitted.

    The total number of connect operations submitted.

    Definition Classes
    PollerPollerMetrics
  32. def totalConnectOperationsSucceededCount(): Long

    The total number of connect operations succeeded.

    The total number of connect operations succeeded.

    Definition Classes
    PollerPollerMetrics
  33. def totalOperationsCanceledCount(): Long

    The total number of I/O operations canceled.

    The total number of I/O operations canceled.

    Definition Classes
    PollerPollerMetrics
  34. def totalOperationsErroredCount(): Long

    The total number of I/O operations errored.

    The total number of I/O operations errored.

    Definition Classes
    PollerPollerMetrics
  35. def totalOperationsSubmittedCount(): Long

    The total number of I/O operations submitted.

    The total number of I/O operations submitted.

    Definition Classes
    PollerPollerMetrics
  36. def totalOperationsSucceededCount(): Long

    The total number of I/O operations succeeded.

    The total number of I/O operations succeeded.

    Definition Classes
    PollerPollerMetrics
  37. def totalReadOperationsCanceledCount(): Long

    The total number of read operations canceled.

    The total number of read operations canceled.

    Definition Classes
    PollerPollerMetrics
  38. def totalReadOperationsErroredCount(): Long

    The total number of read operations errored.

    The total number of read operations errored.

    Definition Classes
    PollerPollerMetrics
  39. def totalReadOperationsSubmittedCount(): Long

    The total number of read operations submitted.

    The total number of read operations submitted.

    Definition Classes
    PollerPollerMetrics
  40. def totalReadOperationsSucceededCount(): Long

    The total number of read operations succeeded.

    The total number of read operations succeeded.

    Definition Classes
    PollerPollerMetrics
  41. def totalWriteOperationsCanceledCount(): Long

    The total number of write operations canceled.

    The total number of write operations canceled.

    Definition Classes
    PollerPollerMetrics
  42. def totalWriteOperationsErroredCount(): Long

    The total number of write operations errored.

    The total number of write operations errored.

    Definition Classes
    PollerPollerMetrics
  43. def totalWriteOperationsSubmittedCount(): Long

    The total number of write operations submitted.

    The total number of write operations submitted.

    Definition Classes
    PollerPollerMetrics
  44. def totalWriteOperationsSucceededCount(): Long

    The total number of write operations succeeded.

    The total number of write operations succeeded.

    Definition Classes
    PollerPollerMetrics
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def writeOperationsOutstandingCount(): Int

    The current number of outstanding write operations.

    The current number of outstanding write operations.

    Definition Classes
    PollerPollerMetrics

Inherited from PollerMetrics

Inherited from AnyRef

Inherited from Any

Ungrouped