final class Poller extends PollerMetrics
- Source
- SelectorSystem.scala
- Alphabetic
- By Inheritance
- Poller
- PollerMetrics
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- def acceptOperationsOutstandingCount(): Int
The current number of outstanding accept operations.
The current number of outstanding accept operations.
- Definition Classes
- Poller → PollerMetrics
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def connectOperationsOutstandingCount(): Int
The current number of outstanding connect operations.
The current number of outstanding connect operations.
- Definition Classes
- Poller → PollerMetrics
- def countCanceledOperation(ops: Int): Unit
- def countErroredOperation(ops: Int): Unit
- def countSubmittedOperation(ops: Int): Unit
- def countSucceededOperation(ops: Int): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def operationsOutstandingCount(): Int
The current number of outstanding I/O operations.
The current number of outstanding I/O operations.
- Definition Classes
- Poller → PollerMetrics
- def readOperationsOutstandingCount(): Int
The current number of outstanding read operations.
The current number of outstanding read operations.
- Definition Classes
- Poller → PollerMetrics
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def totalAcceptOperationsCanceledCount(): Long
The total number of accept operations canceled.
The total number of accept operations canceled.
- Definition Classes
- Poller → PollerMetrics
- def totalAcceptOperationsErroredCount(): Long
The total number of accept operations errored.
The total number of accept operations errored.
- Definition Classes
- Poller → PollerMetrics
- def totalAcceptOperationsSubmittedCount(): Long
The total number of accept operations submitted.
The total number of accept operations submitted.
- Definition Classes
- Poller → PollerMetrics
- def totalAcceptOperationsSucceededCount(): Long
The total number of accept operations succeeded.
The total number of accept operations succeeded.
- Definition Classes
- Poller → PollerMetrics
- def totalConnectOperationsCanceledCount(): Long
The total number of connect operations canceled.
The total number of connect operations canceled.
- Definition Classes
- Poller → PollerMetrics
- def totalConnectOperationsErroredCount(): Long
The total number of connect operations errored.
The total number of connect operations errored.
- Definition Classes
- Poller → PollerMetrics
- def totalConnectOperationsSubmittedCount(): Long
The total number of connect operations submitted.
The total number of connect operations submitted.
- Definition Classes
- Poller → PollerMetrics
- def totalConnectOperationsSucceededCount(): Long
The total number of connect operations succeeded.
The total number of connect operations succeeded.
- Definition Classes
- Poller → PollerMetrics
- def totalOperationsCanceledCount(): Long
The total number of I/O operations canceled.
The total number of I/O operations canceled.
- Definition Classes
- Poller → PollerMetrics
- def totalOperationsErroredCount(): Long
The total number of I/O operations errored.
The total number of I/O operations errored.
- Definition Classes
- Poller → PollerMetrics
- def totalOperationsSubmittedCount(): Long
The total number of I/O operations submitted.
The total number of I/O operations submitted.
- Definition Classes
- Poller → PollerMetrics
- def totalOperationsSucceededCount(): Long
The total number of I/O operations succeeded.
The total number of I/O operations succeeded.
- Definition Classes
- Poller → PollerMetrics
- def totalReadOperationsCanceledCount(): Long
The total number of read operations canceled.
The total number of read operations canceled.
- Definition Classes
- Poller → PollerMetrics
- def totalReadOperationsErroredCount(): Long
The total number of read operations errored.
The total number of read operations errored.
- Definition Classes
- Poller → PollerMetrics
- def totalReadOperationsSubmittedCount(): Long
The total number of read operations submitted.
The total number of read operations submitted.
- Definition Classes
- Poller → PollerMetrics
- def totalReadOperationsSucceededCount(): Long
The total number of read operations succeeded.
The total number of read operations succeeded.
- Definition Classes
- Poller → PollerMetrics
- def totalWriteOperationsCanceledCount(): Long
The total number of write operations canceled.
The total number of write operations canceled.
- Definition Classes
- Poller → PollerMetrics
- def totalWriteOperationsErroredCount(): Long
The total number of write operations errored.
The total number of write operations errored.
- Definition Classes
- Poller → PollerMetrics
- def totalWriteOperationsSubmittedCount(): Long
The total number of write operations submitted.
The total number of write operations submitted.
- Definition Classes
- Poller → PollerMetrics
- def totalWriteOperationsSucceededCount(): Long
The total number of write operations succeeded.
The total number of write operations succeeded.
- Definition Classes
- Poller → PollerMetrics
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def writeOperationsOutstandingCount(): Int
The current number of outstanding write operations.
The current number of outstanding write operations.
- Definition Classes
- Poller → PollerMetrics