trait Txn extends InMemoryLike.Txn[InMemory]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Txn
- 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[InMemory]): AttrMap[InMemory]
- Definition Classes
- Txn
-
abstract
def
beforeCommit(fun: (Tx) ⇒ Unit): Unit
- Definition Classes
- Txn
-
abstract
def
inMemory: Tx
- Definition Classes
- Txn
-
abstract
def
newBooleanVar(id: InMemory.Id, init: Boolean): InMemory.Var[Boolean]
- Definition Classes
- Executor
-
abstract
def
newHandle[A](value: A)(implicit serializer: Serializer[Tx, InMemory.Acc, A]): Source[Tx, A]
- Definition Classes
- Executor
-
abstract
def
newId(): InMemory.Id
- Definition Classes
- Executor
-
abstract
def
newInMemoryIdMap[A]: IdentifierMap[InMemory.Id, Tx, A]
- Definition Classes
- Executor
-
abstract
def
newInMemoryMap[A, B]: RefMap[InMemory, A, B]
- Definition Classes
- Executor
-
abstract
def
newInMemorySet[A]: RefSet[InMemory, A]
- Definition Classes
- Executor
-
abstract
def
newIntVar(id: InMemory.Id, init: Int): InMemory.Var[Int]
- Definition Classes
- Executor
-
abstract
def
newLongVar(id: InMemory.Id, init: Long): InMemory.Var[Long]
- Definition Classes
- Executor
-
abstract
def
newRef[A](init: A): Ref[Tx, A]
- Definition Classes
- Executor
-
abstract
def
newVar[A](id: InMemory.Id, init: A)(implicit serializer: Serializer[Tx, InMemory.Acc, A]): InMemory.Var[A]
- Definition Classes
- Executor
-
abstract
def
newVarArray[A](size: Int): Array[InMemory.Var[A]]
- Definition Classes
- Executor
-
abstract
def
peer: InTxn
- Definition Classes
- TxnLike
-
abstract
def
readBooleanVar(id: InMemory.Id, in: DataInput): InMemory.Var[Boolean]
- Definition Classes
- Executor
-
abstract
def
readId(in: DataInput, acc: InMemory.Acc): InMemory.Id
- Definition Classes
- Executor
-
abstract
def
readIntVar(id: InMemory.Id, in: DataInput): InMemory.Var[Int]
- Definition Classes
- Executor
-
abstract
def
readLongVar(id: InMemory.Id, in: DataInput): InMemory.Var[Long]
- Definition Classes
- Executor
-
abstract
def
readVar[A](id: InMemory.Id, in: DataInput)(implicit serializer: Serializer[Tx, InMemory.Acc, A]): InMemory.Var[A]
- Definition Classes
- Executor
-
abstract
val
system: InMemory
- 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.