trait TxnFullImpl[S <: Sys[S]] extends TxnImpl with Sys.Txn[S]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TxnFullImpl
- Txn
- Txn
- Executor
- TxnImpl
- Txn
- TxnLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def afterCommit(code: => Unit): Unit
- Definition Classes
- TxnLike
- abstract def attrMap(obj: Obj[S]): AttrMap[S]
- Definition Classes
- Txn
- abstract def beforeCommit(fun: (S.Tx) => Unit): Unit
- Definition Classes
- Txn
- abstract def inMemory: Sys.I.Tx
- Definition Classes
- Txn
- abstract def newBooleanVar(id: S.Id, init: Boolean): S.Var[Boolean]
- Definition Classes
- Executor
- abstract def newHandle[A](value: A)(implicit serializer: Serializer[S.Tx, S.Acc, A]): Source[S.Tx, A]
- Definition Classes
- Executor
- abstract def newId(): S.Id
- Definition Classes
- Executor
- abstract def newInMemoryIdMap[A]: IdentifierMap[S.Id, S.Tx, A]
- Definition Classes
- Executor
- abstract def newInMemoryMap[A, B]: RefMap[S, A, B]
- Definition Classes
- Executor
- abstract def newInMemorySet[A]: RefSet[S, A]
- Definition Classes
- Executor
- abstract def newIntVar(id: S.Id, init: Int): S.Var[Int]
- Definition Classes
- Executor
- abstract def newLongVar(id: S.Id, init: Long): S.Var[Long]
- Definition Classes
- Executor
- abstract def newRef[A](init: A): Ref[S.Tx, A]
- Definition Classes
- Executor
- abstract def newVar[A](id: S.Id, init: A)(implicit serializer: Serializer[S.Tx, S.Acc, A]): S.Var[A]
- Definition Classes
- Executor
- abstract def newVarArray[A](size: Int): Array[S.Var[A]]
- Definition Classes
- Executor
- abstract def peer: InTxn
- Definition Classes
- TxnLike
- abstract def readBooleanVar(id: S.Id, in: DataInput): S.Var[Boolean]
- Definition Classes
- Executor
- abstract def readId(in: DataInput, acc: S.Acc): S.Id
- Definition Classes
- Executor
- abstract def readIntVar(id: S.Id, in: DataInput): S.Var[Int]
- Definition Classes
- Executor
- abstract def readLongVar(id: S.Id, in: DataInput): S.Var[Long]
- Definition Classes
- Executor
- abstract def readVar[A](id: S.Id, in: DataInput)(implicit serializer: Serializer[S.Tx, S.Acc, A]): S.Var[A]
- Definition Classes
- Executor
- abstract val system: S
- Definition Classes
- Executor
- abstract def systemTimeNanoSec: Long
Or zero if not scheduled.
Or zero if not scheduled.
- Definition Classes
- Txn
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addMessage(resource: Resource, m: Message, dependencies: Seq[Resource]): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def flush(): Unit
- Attributes
- protected
- Definition Classes
- TxnImpl
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def markBundlesDirty(): Unit
- Attributes
- protected
- Definition Classes
- TxnFullImpl → TxnImpl
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.