trait FullMVTurn extends (FullMVBundle.this)#Initializer with (FullMVBundle.this)#FullMVTurnProxy with SubsumableLockEntryPoint with Hosted[(FullMVBundle.this)#FullMVTurn]

Linear Supertypes
Hosted[(FullMVBundle.this)#FullMVTurn], SubsumableLockEntryPoint, (FullMVBundle.this)#FullMVTurnProxy, (FullMVBundle.this)#Initializer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FullMVTurn
  2. Hosted
  3. SubsumableLockEntryPoint
  4. FullMVTurnProxy
  5. Initializer
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def acquireRemoteBranchIfPhaseAtMost(maxPhase: Type): Future[Type]
    Definition Classes
    FullMVTurnProxy
  2. abstract def activeBranchDifferential(forState: Type, differential: Int): Unit
  3. abstract def addPredecessor(tree: TransactionSpanningTreeNode[(FullMVBundle.this)#FullMVTurn]): Future[Boolean]
    Definition Classes
    FullMVTurnProxy
  4. abstract def addRemoteBranch(forPhase: Type): Future[Unit]
    Definition Classes
    FullMVTurnProxy
  5. abstract def asyncRemoteBranchComplete(forPhase: Type): Unit
    Definition Classes
    FullMVTurnProxy
  6. abstract def clockedPredecessors: (TransactionSpanningTreeNode[(FullMVBundle.this)#FullMVTurn], Int)
  7. abstract def ensurePredecessorReplication(startAt: TransactionSpanningTreeNode[(FullMVBundle.this)#FullMVTurn], clock: Int): Unit
  8. abstract def getLockedRoot: Future[LockStateResult]
    Definition Classes
    SubsumableLockEntryPoint
  9. abstract val guid: GUID
    Definition Classes
    Hosted
  10. abstract val host: (FullMVBundle.this)#FullMVEngine
    Definition Classes
    FullMVTurnHosted
  11. abstract def isTransitivePredecessor(txn: (FullMVBundle.this)#FullMVTurn): Boolean
  12. abstract def maybeNewReachableSubtree(attachBelow: (FullMVBundle.this)#FullMVTurn, spanningSubTreeRoot: TransactionSpanningTreeNode[(FullMVBundle.this)#FullMVTurn]): Future[Unit]
    Definition Classes
    FullMVTurnProxy
  13. abstract def newBranchFromRemote(forState: Type): Unit
  14. abstract def newSuccessor(successor: (FullMVBundle.this)#FullMVTurn): Future[Unit]
    Definition Classes
    FullMVTurnProxy
  15. abstract def phase: Type
  16. abstract def remoteTryLock(): Future[TryLockResult]
    Definition Classes
    FullMVTurnProxy
  17. abstract def remoteTrySubsume(lockedNewParent: SubsumableLock): Future[TrySubsumeResult]
    Definition Classes
    FullMVTurnProxy
  18. abstract def selfNode: TransactionSpanningTreeNode[(FullMVBundle.this)#FullMVTurn]
  19. abstract def tryLock(): Future[TryLockResult]
    Definition Classes
    SubsumableLockEntryPoint
  20. abstract def trySubsume(lockedNewParent: SubsumableLock): Future[TrySubsumeResult]
    Definition Classes
    SubsumableLockEntryPoint

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 asyncAddPhaseReplicator(replicator: (FullMVBundle.this)#FullMVTurnPhaseReflectionProxy, knownPhase: Type): Unit
    Definition Classes
    FullMVTurnFullMVTurnProxy
  6. def asyncAddPredecessorReplicator(replicator: (FullMVBundle.this)#FullMVTurnPredecessorReflectionProxy, startAt: TransactionSpanningTreeNode[(FullMVBundle.this)#FullMVTurn], clock: Int): Unit
    Definition Classes
    FullMVTurnFullMVTurnProxy
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def discover(node: (FullMVBundle.this)#ReSource, addOutgoing: (FullMVBundle.this)#Derived): Unit
  9. def drop(node: (FullMVBundle.this)#ReSource, removeOutgoing: (FullMVBundle.this)#Derived): Unit
  10. final def ensurePredecessorReplication(clockedPredecessors: (TransactionSpanningTreeNode[(FullMVBundle.this)#FullMVTurn], Int)): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    Hosted → AnyRef → Any
  15. val hc: Int
    Definition Classes
    Hosted
  16. def initialize(reactive: (FullMVBundle.this)#Derived, incoming: Set[(FullMVBundle.this)#ReSource], needsReevaluation: Boolean): Unit

    to be implemented by the propagation algorithm, called when a new reactive has been instantiated and needs to be connected to the graph and potentially reevaluated.

    to be implemented by the propagation algorithm, called when a new reactive has been instantiated and needs to be connected to the graph and potentially reevaluated.

    reactive

    the newly instantiated reactive

    incoming

    a set of incoming dependencies

    needsReevaluation

    true if the reactive must be reevaluated at creation even if none of its dependencies change in the creating turn.

    Definition Classes
    FullMVTurnInitializer
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def makeDerivedStructState[V](initialValue: V): (FullMVBundle.this)#NonblockingSkipListVersionHistory[V, (FullMVBundle.this)#FullMVTurn, (FullMVBundle.this)#ReSource, (FullMVBundle.this)#Derived]

    Creates the internal state of Deriveds

    Creates the internal state of Deriveds

    Definition Classes
    FullMVTurnInitializer
  19. def makeSourceStructState[V](initialValue: V): (FullMVBundle.this)#NonblockingSkipListVersionHistory[V, (FullMVBundle.this)#FullMVTurn, (FullMVBundle.this)#ReSource, (FullMVBundle.this)#Derived]

    Creates the internal state of ReSources

    Creates the internal state of ReSources

    Attributes
    protected
    Definition Classes
    FullMVTurnInitializer
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def observe(f: () => Unit): Unit
  24. val phaseReplicators: AtomicReference[List[(FullMVBundle.this)#FullMVTurnPhaseReflectionProxy]]
  25. val predecessorReplicators: AtomicReference[List[(FullMVBundle.this)#FullMVTurnPredecessorReflectionProxy]]
  26. def register(reactive: (FullMVBundle.this)#ReSource): Unit

    hook for schedulers to globally collect all created resources, usually does nothing

    hook for schedulers to globally collect all created resources, usually does nothing

    Attributes
    protected[this]
    Definition Classes
    Initializer
  27. def remotelyEquals(obj: Hosted[(FullMVBundle.this)#FullMVTurn]): Boolean
    Definition Classes
    Hosted
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. val waiters: ConcurrentHashMap[Thread, Type]
  34. def wakeWaitersAfterPhaseSwitch(newPhase: Type): Unit

Deprecated Value Members

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

Inherited from Hosted[(FullMVBundle.this)#FullMVTurn]

Inherited from (FullMVBundle.this)#FullMVTurnProxy

Inherited from (FullMVBundle.this)#Initializer

Inherited from AnyRef

Inherited from Any

Ungrouped