trait Txn[S <: Sys[S]] extends stm.InMemoryLike.Txn[S] with Sys.Txn[S]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Txn
- Txn
- Txn
- Txn
- Txn
- TxnLike
- Executor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
addMessage(resource: Resource, m: Message with Send, dependencies: Seq[Resource] = Nil): Unit
- Definition Classes
- Txn
-
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
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
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.