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

    ignitionRequiresReevaluation

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

    Definition Classes
    FullMVTurnInitializer
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def makeDerivedStructState[V](valuePersistency: 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
  20. def makeSourceStructState[V](valuePersistency: 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
  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. def observe(f: () => Unit): Unit
  25. val phaseReplicators: AtomicReference[List[(FullMVBundle.this)#FullMVTurnPhaseReflectionProxy]]
  26. val predecessorReplicators: AtomicReference[List[(FullMVBundle.this)#FullMVTurnPredecessorReflectionProxy]]
  27. 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
  28. def remotelyEquals(obj: Hosted[(FullMVBundle.this)#FullMVTurn]): Boolean
    Definition Classes
    Hosted
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. val waiters: ConcurrentHashMap[Thread, Type]
  35. 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