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(): IntThe 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(): IntThe 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(): IntThe current number of outstanding I/O operations. The current number of outstanding I/O operations. - Definition Classes
- Poller → PollerMetrics
 
-    def readOperationsOutstandingCount(): IntThe 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
- Poller → AnyRef → Any
 
-    def totalAcceptOperationsCanceledCount(): LongThe total number of accept operations canceled. The total number of accept operations canceled. - Definition Classes
- Poller → PollerMetrics
 
-    def totalAcceptOperationsErroredCount(): LongThe total number of accept operations errored. The total number of accept operations errored. - Definition Classes
- Poller → PollerMetrics
 
-    def totalAcceptOperationsSubmittedCount(): LongThe total number of accept operations submitted. The total number of accept operations submitted. - Definition Classes
- Poller → PollerMetrics
 
-    def totalAcceptOperationsSucceededCount(): LongThe total number of accept operations succeeded. The total number of accept operations succeeded. - Definition Classes
- Poller → PollerMetrics
 
-    def totalConnectOperationsCanceledCount(): LongThe total number of connect operations canceled. The total number of connect operations canceled. - Definition Classes
- Poller → PollerMetrics
 
-    def totalConnectOperationsErroredCount(): LongThe total number of connect operations errored. The total number of connect operations errored. - Definition Classes
- Poller → PollerMetrics
 
-    def totalConnectOperationsSubmittedCount(): LongThe total number of connect operations submitted. The total number of connect operations submitted. - Definition Classes
- Poller → PollerMetrics
 
-    def totalConnectOperationsSucceededCount(): LongThe total number of connect operations succeeded. The total number of connect operations succeeded. - Definition Classes
- Poller → PollerMetrics
 
-    def totalOperationsCanceledCount(): LongThe total number of I/O operations canceled. The total number of I/O operations canceled. - Definition Classes
- Poller → PollerMetrics
 
-    def totalOperationsErroredCount(): LongThe total number of I/O operations errored. The total number of I/O operations errored. - Definition Classes
- Poller → PollerMetrics
 
-    def totalOperationsSubmittedCount(): LongThe total number of I/O operations submitted. The total number of I/O operations submitted. - Definition Classes
- Poller → PollerMetrics
 
-    def totalOperationsSucceededCount(): LongThe total number of I/O operations succeeded. The total number of I/O operations succeeded. - Definition Classes
- Poller → PollerMetrics
 
-    def totalReadOperationsCanceledCount(): LongThe total number of read operations canceled. The total number of read operations canceled. - Definition Classes
- Poller → PollerMetrics
 
-    def totalReadOperationsErroredCount(): LongThe total number of read operations errored. The total number of read operations errored. - Definition Classes
- Poller → PollerMetrics
 
-    def totalReadOperationsSubmittedCount(): LongThe total number of read operations submitted. The total number of read operations submitted. - Definition Classes
- Poller → PollerMetrics
 
-    def totalReadOperationsSucceededCount(): LongThe total number of read operations succeeded. The total number of read operations succeeded. - Definition Classes
- Poller → PollerMetrics
 
-    def totalWriteOperationsCanceledCount(): LongThe total number of write operations canceled. The total number of write operations canceled. - Definition Classes
- Poller → PollerMetrics
 
-    def totalWriteOperationsErroredCount(): LongThe total number of write operations errored. The total number of write operations errored. - Definition Classes
- Poller → PollerMetrics
 
-    def totalWriteOperationsSubmittedCount(): LongThe total number of write operations submitted. The total number of write operations submitted. - Definition Classes
- Poller → PollerMetrics
 
-    def totalWriteOperationsSucceededCount(): LongThe 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(): IntThe current number of outstanding write operations. The current number of outstanding write operations. - Definition Classes
- Poller → PollerMetrics