class SubsumableLockImpl extends SubsumableLock

Self Type
(SubsumableLockBundle.this)#SubsumableLockImpl
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubsumableLockImpl
  2. SubsumableLock
  3. Hosted
  4. SubsumableLockProxy
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SubsumableLockImpl(host: SubsumableLockHost, guid: GUID)

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 asyncRemoteRefDropped(): Unit
    Definition Classes
    SubsumableLockSubsumableLockProxy
  6. def asyncUnlock(): Unit
    Definition Classes
    SubsumableLock
  7. def asyncUnlock0(): Unit
    Definition Classes
    SubsumableLockImplSubsumableLock
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def dumped(): Unit
    Attributes
    protected
    Definition Classes
    SubsumableLockImplSubsumableLock
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def getLockedRoot: Future[LockStateResult0]
  14. val guid: GUID
    Definition Classes
    SubsumableLockImplHosted
  15. def hashCode(): Int
    Definition Classes
    Hosted → AnyRef → Any
  16. val hc: Int
    Definition Classes
    Hosted
  17. val host: SubsumableLockHost
    Definition Classes
    SubsumableLockImplSubsumableLockHosted
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def localAddRefs(refs: Int): Unit
    Definition Classes
    SubsumableLock
    Annotations
    @tailrec()
  20. def localSubRefs(refs: Int): Unit
    Definition Classes
    SubsumableLock
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. val refCount: AtomicInteger
    Definition Classes
    SubsumableLock
  25. final def remoteTryLock(): Future[RemoteTryLockResult]
    Definition Classes
    SubsumableLockImplSubsumableLockProxy
    Annotations
    @tailrec()
  26. final def remoteTryLockNoTail(): Future[RemoteTryLockResult]
    Definition Classes
    SubsumableLockProxy
  27. final def remoteTrySubsume(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]
    Definition Classes
    SubsumableLockImplSubsumableLockProxy
    Annotations
    @tailrec()
  28. final def remoteTrySubsumeNoTail(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]
    Definition Classes
    SubsumableLockProxy
  29. def remoteUnlock(): Unit
  30. def remotelyEquals(obj: Hosted[SubsumableLock]): Boolean
    Definition Classes
    Hosted
  31. val state: AtomicReference[SubsumableLock]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    SubsumableLockImpl → AnyRef → Any
  34. final def tryLocalAddRefs(refs: Int): Boolean
    Definition Classes
    SubsumableLock
    Annotations
    @tailrec()
  35. final def tryLock0(hopCount: Int): Future[TryLockResult0]
    Definition Classes
    SubsumableLockImplSubsumableLock
    Annotations
    @tailrec()
  36. final def tryLock0NoTail(hopCount: Int): Future[TryLockResult0]
    Definition Classes
    SubsumableLock
  37. final def trySubsume0(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]
    Definition Classes
    SubsumableLockImplSubsumableLock
    Annotations
    @tailrec()
  38. def trySubsume0NoTail(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]
    Definition Classes
    SubsumableLock
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from SubsumableLock

Inherited from Hosted[SubsumableLock]

Inherited from SubsumableLockProxy

Inherited from AnyRef

Inherited from Any

Ungrouped