HashedWheelTimeout
cc.otavia.core.timer.HashedWheelTimer.HashedWheelTimeout
final class HashedWheelTimeout(val timer: HashedWheelTimer, val task: TimerTask, val createTime: Long, val delay: Long, val period: Long) extends AtomicInteger, Timeout, Runnable
Attributes
- Graph
-
- Supertypes
-
trait Runnabletrait Timeoutclass AtomicIntegerclass Numbertrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attempts to cancel the TimerTask associated with this handle. If the task has been executed or cancelled already, it will return with no side effect.
Attributes
- Definition Classes
-
Runnable
Inherited methods
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- Number
Attributes
- Inherited from:
- Nextable (hidden)
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- Nextable (hidden)
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- Nextable (hidden)
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- Nextable (hidden)
Set the next object of this object.
Set the next object of this object.
Attributes
- Inherited from:
- Nextable (hidden)
true if and only if this object is not in any chain
true if and only if this object is not in any chain
Attributes
- Inherited from:
- Nextable (hidden)
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- Number
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Attributes
- Inherited from:
- AtomicInteger
Deprecated and Inherited methods
@Deprecated(since = "9")
Attributes
- Deprecated
- true
- Inherited from:
- AtomicInteger
In this article