FullMVTurnImpl

reactives.fullmv.FullMVTurnImpl
See theFullMVTurnImpl companion object
class FullMVTurnImpl(val host: FullMVEngine, val guid: GUID, val userlandThread: Thread, initialLock: SubsumableLock) extends FullMVTurn

Attributes

Companion
object
Graph
Supertypes
trait FullMVTurn
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type State[V] = State[V]

Attributes

Inherited from:
FullMVTurn

Value members

Concrete methods

def activeBranchDifferential(forState: Type, differential: Int): Unit
override def addRemoteBranch(forPhase: Type): Future[Unit]

Attributes

Definition Classes
override def asyncRemoteBranchComplete(forPhase: Type): Unit

Attributes

Definition Classes
def awaitAndSwitchPhase(newPhase: Type): Unit

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes
override def maybeNewReachableSubtree(attachBelow: FullMVTurn, spanningSubTreeRoot: TransactionSpanningTreeNode[FullMVTurn]): Future[Unit]

Attributes

Definition Classes
override def newBranchFromRemote(forPhase: Type): Unit

Attributes

Definition Classes
override def newSuccessor(successor: FullMVTurn): Future[Unit]

Attributes

Definition Classes

Attributes

Definition Classes
override def remoteTrySubsume(lockedNewParent: SubsumableLock): Future[TrySubsumeResult]

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
override def tryLock(): Future[TryLockResult]

Attributes

Definition Classes
def tryLock0(hopCount: Int): Future[TryLockResult]
override def trySubsume(lockedNewParent: SubsumableLock): Future[TrySubsumeResult]

Attributes

Definition Classes

Inherited methods

override def asyncAddPhaseReplicator(replicator: FullMVTurnPhaseReflectionProxy, knownPhase: Type): Unit

Attributes

Definition Classes
Inherited from:
FullMVTurn

Attributes

Definition Classes
Inherited from:
FullMVTurn
def discover(node: of[State], addOutgoing: of[State]): Unit

Attributes

Inherited from:
FullMVTurn
def drop(node: of[State], removeOutgoing: of[State]): Unit

Attributes

Inherited from:
FullMVTurn

Attributes

Inherited from:
FullMVTurn
override def hashCode(): Int

Calculates a hash code value for the object.

Calculates a hash code value for the object.

The default hashing algorithm is platform dependent.

Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

Attributes

Returns

the hash code value for this object.

Definition Classes
Hosted -> Any
Inherited from:
Hosted
override def initialize(reactive: of[State], incoming: Set[of[State]], 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.

Value parameters

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.

reactive

the newly instantiated reactive

Attributes

Definition Classes
Inherited from:
FullMVTurn

Creates the internal state of reactives.core.Deriveds

Creates the internal state of reactives.core.Deriveds

Attributes

Definition Classes
Inherited from:
FullMVTurn
def observe(f: () => Unit): Unit

Attributes

Inherited from:
FullMVTurn
protected def register[V](reactive: of[State], inputs: Set[of[State]], initValue: V): 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

Inherited from:
Initializer

Attributes

Inherited from:
Hosted

Attributes

Inherited from:
FullMVTurn

Inherited fields

val hc: Int

Attributes

Inherited from:
Hosted

Attributes

Inherited from:
FullMVTurn

Attributes

Inherited from:
FullMVTurn
val waiters: ConcurrentHashMap[Thread, Type]

Attributes

Inherited from:
FullMVTurn