Packages

c

akka.util

ReentrantGuard

final class ReentrantGuard extends ReentrantLock

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReentrantGuard
  2. ReentrantLock
  3. Serializable
  4. Lock
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReentrantGuard()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def getHoldCount(): Int
    Definition Classes
    ReentrantLock
  10. def getOwner(): Thread
    Attributes
    protected[locks]
    Definition Classes
    ReentrantLock
  11. final def getQueueLength(): Int
    Definition Classes
    ReentrantLock
  12. def getQueuedThreads(): Collection[Thread]
    Attributes
    protected[locks]
    Definition Classes
    ReentrantLock
  13. def getWaitQueueLength(arg0: Condition): Int
    Definition Classes
    ReentrantLock
  14. def getWaitingThreads(arg0: Condition): Collection[Thread]
    Attributes
    protected[locks]
    Definition Classes
    ReentrantLock
  15. final def hasQueuedThread(arg0: Thread): Boolean
    Definition Classes
    ReentrantLock
  16. final def hasQueuedThreads(): Boolean
    Definition Classes
    ReentrantLock
  17. def hasWaiters(arg0: Condition): Boolean
    Definition Classes
    ReentrantLock
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isFair(): Boolean
    Definition Classes
    ReentrantLock
  20. def isHeldByCurrentThread(): Boolean
    Definition Classes
    ReentrantLock
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isLocked(): Boolean
    Definition Classes
    ReentrantLock
  23. def lock(): Unit
    Definition Classes
    ReentrantLock → Lock
  24. def lockInterruptibly(): Unit
    Definition Classes
    ReentrantLock → Lock
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def newCondition(): Condition
    Definition Classes
    ReentrantLock → Lock
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    ReentrantLock → AnyRef → Any
  31. def tryLock(arg0: Long, arg1: TimeUnit): Boolean
    Definition Classes
    ReentrantLock → Lock
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def tryLock(): Boolean
    Definition Classes
    ReentrantLock → Lock
  33. def unlock(): Unit
    Definition Classes
    ReentrantLock → Lock
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def withGuard[T](body: => T): T
    Annotations
    @inline()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ReentrantLock

Inherited from Serializable

Inherited from Lock

Inherited from AnyRef

Inherited from Any

Ungrouped