Packages

trait TxnMixin[T <: D[T], I1 <: InMemoryLike.Txn[I1]] extends DurableLike.Txn[T] with BasicTxnImpl[T, I1]

Self Type
TxnMixin[T, I1] with T
Linear Supertypes
BasicTxnImpl[T, I1], DurableLike.Txn[T], Txn[T], TxnLike, Exec[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TxnMixin
  2. BasicTxnImpl
  3. Txn
  4. Txn
  5. TxnLike
  6. Exec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type I = I1
    Definition Classes
    TxnMixinBasicTxnImplTxnTxn → Exec
  2. final type Id = DurableLike.Id[T]
    Definition Classes
    Txn → Exec

Abstract Value Members

  1. abstract def inMemory: (TxnMixin.this)#I
    Definition Classes
    Exec
  2. implicit abstract def inMemoryBridge: (T) ⇒ (TxnMixin.this)#I
    Definition Classes
    Exec
  3. abstract def peer: InTxn

    Every transaction has a plain Scala-STM transaction as a peer.

    Every transaction has a plain Scala-STM transaction as a peer. This comes handy for setting up custom things like TxnLocal, TMap, or calling into the hooks of concurrent.stm.Txn. It is also needed when re-wrapping the transaction of one system into another.

    Definition Classes
    TxnLike
  4. abstract def system: DurableLike[T] { type I = TxnMixin.this.I }
    Definition Classes
    TxnTxn → Exec

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 afterCommit(code: ⇒ Unit): Unit

    Registers a thunk to be executed after the transaction successfully committed.

    Registers a thunk to be executed after the transaction successfully committed.

    Definition Classes
    BasicTxnImplTxnLike
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def attrMap(obj: Obj[T]): AttrMap[T]
    Definition Classes
    TxnMixinTxn
  7. def attrMapOption(obj: Obj[T]): Option[AttrMap[T]]
    Definition Classes
    TxnMixinTxn
  8. def beforeCommit(fun: (T) ⇒ Unit): Unit
    Definition Classes
    BasicTxnImplTxn
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. implicit def inMemoryCursor: Cursor[(TxnMixin.this)#I]
    Definition Classes
    TxnMixin → Exec
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def newCachedIntVar(init: Int): Var[T, Int]
    Definition Classes
    TxnMixinTxn
  18. final def newCachedLongVar(init: Long): Var[T, Long]
    Definition Classes
    TxnMixinTxn
  19. final def newCachedVar[A](init: A)(implicit format: TFormat[T, A]): Var[T, A]
    Definition Classes
    TxnMixinTxn
  20. final def newHandle[A](value: A)(implicit format: TFormat[T, A]): Source[T, A]
    Definition Classes
    TxnMixin → Exec
  21. final def newId(): (TxnMixin.this)#Id
    Definition Classes
    TxnMixin → Exec
  22. final def newIdentMap[A]: IdentMap[T, A]
    Definition Classes
    TxnMixin → Exec
  23. def newInMemoryMap[K, V]: RefMap[T, K, V]
    Definition Classes
    BasicTxnImpl → Exec
  24. def newInMemorySet[A]: RefSet[T, A]
    Definition Classes
    BasicTxnImpl → Exec
  25. def newRef[A](init: A): Ref[T, A]
    Definition Classes
    BasicTxnImpl → Exec
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def readCachedIntVar(in: DataInput): Var[T, Int]
    Definition Classes
    TxnMixinTxn
  29. final def readCachedLongVar(in: DataInput): Var[T, Long]
    Definition Classes
    TxnMixinTxn
  30. final def readCachedVar[A](in: DataInput)(implicit format: TFormat[T, A]): Var[T, A]
    Definition Classes
    TxnMixinTxn
  31. final def readId(in: DataInput): (TxnMixin.this)#Id
    Definition Classes
    TxnMixin → Exec
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from BasicTxnImpl[T, I1]

Inherited from DurableLike.Txn[T]

Inherited from Txn[T]

Inherited from TxnLike

Inherited from Exec[T]

Inherited from AnyRef

Inherited from Any

Ungrouped