ThreadLocalTimer

cc.otavia.core.pool.ThreadLocalTimer
final class ThreadLocalTimer(val parent: IndexedThreadLocal[_]) extends ResourceTimer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def lastGetTime: Long
def lastSetTime: Long
def updateLastGetTime(): Unit
def updateLastSetTime(): Unit

Inherited methods

final def initialTime: Long

Attributes

Inherited from:
ResourceTimer
final def registerId: Long

Attributes

Inherited from:
ResourceTimer
final def updateRegisterId(id: Long): Unit

Attributes

Inherited from:
ResourceTimer

Concrete fields

override val parent: IndexedThreadLocal[_]