akka.util

ReentrantGuard

final class ReentrantGuard extends ReentrantLock

Linear Supertypes
ReentrantLock, Serializable, Lock, AnyRef, Any
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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReentrantGuard()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  11. def getHoldCount(): Int

    Definition Classes
    ReentrantLock
  12. def getOwner(): Thread

    Attributes
    protected[java.util.concurrent.locks]
    Definition Classes
    ReentrantLock
  13. final def getQueueLength(): Int

    Definition Classes
    ReentrantLock
  14. def getQueuedThreads(): Collection[Thread]

    Attributes
    protected[java.util.concurrent.locks]
    Definition Classes
    ReentrantLock
  15. def getWaitQueueLength(arg0: Condition): Int

    Definition Classes
    ReentrantLock
  16. def getWaitingThreads(arg0: Condition): Collection[Thread]

    Attributes
    protected[java.util.concurrent.locks]
    Definition Classes
    ReentrantLock
  17. final def hasQueuedThread(arg0: Thread): Boolean

    Definition Classes
    ReentrantLock
  18. final def hasQueuedThreads(): Boolean

    Definition Classes
    ReentrantLock
  19. def hasWaiters(arg0: Condition): Boolean

    Definition Classes
    ReentrantLock
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  21. final def isFair(): Boolean

    Definition Classes
    ReentrantLock
  22. def isHeldByCurrentThread(): Boolean

    Definition Classes
    ReentrantLock
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isLocked(): Boolean

    Definition Classes
    ReentrantLock
  25. def lock(): Unit

    Definition Classes
    ReentrantLock → Lock
  26. def lockInterruptibly(): Unit

    Definition Classes
    ReentrantLock → Lock
    Annotations
    @throws( ... )
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def newCondition(): Condition

    Definition Classes
    ReentrantLock → Lock
  29. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    ReentrantLock → AnyRef → Any
  33. def tryLock(arg0: Long, arg1: TimeUnit): Boolean

    Definition Classes
    ReentrantLock → Lock
    Annotations
    @throws( ... )
  34. def tryLock(): Boolean

    Definition Classes
    ReentrantLock → Lock
  35. def unlock(): Unit

    Definition Classes
    ReentrantLock → Lock
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def withGuard[T](body: ⇒ T): T

    Annotations
    @inline()

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ReentrantLock

Inherited from Serializable

Inherited from Lock

Inherited from AnyRef

Inherited from Any

Ungrouped