trait SubsumableLock extends SubsumableLockProxy with Hosted[SubsumableLock]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubsumableLock
  2. Hosted
  3. SubsumableLockProxy
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asyncUnlock0(): Unit
  2. abstract def dumped(): Unit
    Attributes
    protected
  3. abstract def getLockedRoot: Future[LockStateResult0]
    Definition Classes
    SubsumableLockSubsumableLockProxy
  4. abstract val guid: GUID
    Definition Classes
    Hosted
  5. abstract val host: SubsumableLockHost
    Definition Classes
    SubsumableLockHosted
  6. abstract def remoteTryLock(): Future[RemoteTryLockResult]
    Definition Classes
    SubsumableLockProxy
  7. abstract def remoteTrySubsume(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]
    Definition Classes
    SubsumableLockProxy
  8. abstract def remoteUnlock(): Unit
    Definition Classes
    SubsumableLockProxy
  9. abstract def tryLock0(hopCount: Int): Future[TryLockResult0]
  10. abstract def trySubsume0(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]

Concrete 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
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    Hosted → AnyRef → Any
  12. val hc: Int
    Definition Classes
    Hosted
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def localAddRefs(refs: Int): Unit
    Annotations
    @tailrec()
  15. def localSubRefs(refs: Int): Unit
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. val refCount: AtomicInteger
  20. final def remoteTryLockNoTail(): Future[RemoteTryLockResult]
    Definition Classes
    SubsumableLockProxy
  21. final def remoteTrySubsumeNoTail(lockedNewParent: SubsumableLock): Future[RemoteTrySubsumeResult]
    Definition Classes
    SubsumableLockProxy
  22. def remotelyEquals(obj: Hosted[SubsumableLock]): Boolean
    Definition Classes
    Hosted
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def tryLocalAddRefs(refs: Int): Boolean
    Annotations
    @tailrec()
  26. final def tryLock0NoTail(hopCount: Int): Future[TryLockResult0]
  27. def trySubsume0NoTail(hopCount: Int, lockedNewParent: SubsumableLock): Future[TrySubsumeResult0]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. 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 Hosted[SubsumableLock]

Inherited from SubsumableLockProxy

Inherited from AnyRef

Inherited from Any

Ungrouped