Trait

de.sciss.lucre.confluent.impl

TxnMixin

Related Doc: package impl

Permalink

trait TxnMixin[S <: Sys[S]] extends Txn[S] with BasicTxnImpl[S] with Modifiable

Self Type
TxnMixin[S] with S.Tx
Linear Supertypes
Modifiable, VersionInfo, BasicTxnImpl[S], Txn[S], stm.Txn[S], TxnLike, Executor[S], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TxnMixin
  2. Modifiable
  3. VersionInfo
  4. BasicTxnImpl
  5. Txn
  6. Txn
  7. TxnLike
  8. Executor
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def durable: Sys.D.Tx

    Permalink
    Definition Classes
    Txn
  2. abstract def flushCaches(meld: MeldInfo[S], newVersion: Boolean, caches: IndexedSeq[Cache[S.Tx]]): Unit

    Permalink
    Attributes
    protected
  3. abstract def inMemory: Sys.I.Tx

    Permalink
    Definition Classes
    Txn
  4. abstract def inputAccess: Access[S]

    Permalink
    Definition Classes
    Txn
  5. abstract def isRetroactive: Boolean

    Permalink
    Definition Classes
    Txn
  6. abstract def peer: InTxn

    Permalink
    Definition Classes
    TxnLike
  7. abstract val system: S

    Permalink
    Definition Classes
    Executor

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addDirtyCache(map: Cache[S.Tx]): Unit

    Permalink
    Definition Classes
    TxnMixinTxn
  5. final def addDirtyLocalCache(map: Cache[S.Tx]): Unit

    Permalink

    A local cache is one which is re-created upon application restart.

    A local cache is one which is re-created upon application restart. It should probably be called transient instead of local, but we already have stm.LocalVar...

    If the dirty maps only contain local caches, no new version is created upon flush.

    Definition Classes
    TxnMixinTxn
  6. final def addInputVersion(path: Access[S]): Unit

    Permalink
    Definition Classes
    TxnMixinTxn
  7. def afterCommit(code: ⇒ Unit): Unit

    Permalink
    Definition Classes
    BasicTxnImpl → TxnLike
  8. final def alloc(pid: Identifier[S]): Identifier[S]

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  9. final def allocPartial(pid: Identifier[S]): Identifier[S]

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def attrMap(obj: Obj[S]): AttrMap[S]

    Permalink
    Definition Classes
    TxnMixin → Txn
  12. final def beforeCommit(fun: (S.Tx) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TxnMixin → BasicTxnImpl → Txn
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def fullCache: Durable[S, Int, DurablePersistentMap[S, Int]]

    Permalink
    Attributes
    protected
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def getNonTxn[A](id: Identifier[S])(implicit ser: ImmutableSerializer[A]): A

    Permalink
    Definition Classes
    TxnMixinTxn
  20. final def getTxn[A](id: Identifier[S])(implicit ser: Serializer[S.Tx, Access[S], A]): A

    Permalink
    Definition Classes
    TxnMixinTxn
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def info: Modifiable

    Permalink
    Definition Classes
    TxnMixinTxn
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def meldInfo: MeldInfo[S]

    Permalink
    Attributes
    protected
  25. final var message: String

    Permalink

    (Possibly empty) message describing the associated transaction.

    (Possibly empty) message describing the associated transaction. This can be seen as similar to a commit message, the difference being that it must be given (currently) at the moment the transaction is opened and not at the moment when it is closed.

    Definition Classes
    TxnMixinModifiableVersionInfo
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def newBooleanVar(pid: Identifier[S], init: Boolean): Var[S, Boolean]

    Permalink
    Definition Classes
    TxnMixin → Executor
  28. final def newHandle[A](value: A)(implicit serializer: Serializer[S.Tx, Access[S], A]): Source[S, A]

    Permalink
    Definition Classes
    TxnMixin → Executor
  29. final def newHandleM[A](value: A)(implicit serializer: Serializer[S.Tx, Access[S], A]): Source[S, A]

    Permalink

    The confluent handle is enhanced with the meld method.

    The confluent handle is enhanced with the meld method.

    Definition Classes
    TxnMixinTxn
  30. final def newId(): Identifier[S]

    Permalink
    Definition Classes
    TxnMixin → Executor
  31. final def newInMemoryIdMap[A]: IdentifierMap[Identifier[S], S.Tx, A]

    Permalink
    Definition Classes
    TxnMixin → Executor
  32. def newInMemoryMap[K, V]: RefMap[S, K, V]

    Permalink
    Definition Classes
    BasicTxnImpl → Executor
  33. def newInMemorySet[A]: RefSet[S, A]

    Permalink
    Definition Classes
    BasicTxnImpl → Executor
  34. final def newIntVar(pid: Identifier[S], init: Int): Var[S, Int]

    Permalink
    Definition Classes
    TxnMixin → Executor
  35. final def newLongVar(pid: Identifier[S], init: Long): Var[S, Long]

    Permalink
    Definition Classes
    TxnMixin → Executor
  36. def newRef[A](init: A): Ref[S.Tx, A]

    Permalink
    Definition Classes
    BasicTxnImpl → Executor
  37. final def newVar[A](pid: Identifier[S], init: A)(implicit ser: Serializer[S.Tx, Access[S], A]): Var[S, A]

    Permalink
    Definition Classes
    TxnMixin → Executor
  38. final def newVarArray[A](size: Int): Array[Var[S, A]]

    Permalink
    Definition Classes
    TxnMixin → Executor
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def putNonTxn[A](id: Identifier[S], value: A)(implicit ser: ImmutableSerializer[A]): Unit

    Permalink
    Definition Classes
    TxnMixinTxn
  42. final def putTxn[A](id: Identifier[S], value: A)(implicit ser: Serializer[S.Tx, Access[S], A]): Unit

    Permalink
    Definition Classes
    TxnMixinTxn
  43. final def readBooleanVar(pid: Identifier[S], in: DataInput): Var[S, Boolean]

    Permalink
    Definition Classes
    TxnMixin → Executor
  44. final def readId(in: DataInput, acc: Access[S]): Identifier[S]

    Permalink
    Definition Classes
    TxnMixin → Executor
  45. final def readIntVar(pid: Identifier[S], in: DataInput): Var[S, Int]

    Permalink
    Definition Classes
    TxnMixin → Executor
  46. final def readLongVar(pid: Identifier[S], in: DataInput): Var[S, Long]

    Permalink
    Definition Classes
    TxnMixin → Executor
  47. final def readPartialSource(in: DataInput, pid: Identifier[S]): Identifier[S]

    Permalink
    Attributes
    protected
  48. final def readSource(in: DataInput, pid: Identifier[S]): Identifier[S]

    Permalink
    Attributes
    protected
  49. final def readTreeVertexLevel(term: Long): Int

    Permalink
    Definition Classes
    TxnMixinTxn
  50. final def readVar[A](pid: Identifier[S], in: DataInput)(implicit ser: Serializer[S.Tx, Access[S], A]): Var[S, A]

    Permalink
    Definition Classes
    TxnMixin → Executor
  51. final def removeFromCache(id: Identifier[S]): Unit

    Permalink
    Definition Classes
    TxnMixinTxn
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. final val timeStamp: Long

    Permalink

    System time stamp of the associated transaction.

    System time stamp of the associated transaction. The format and offset corresponds to System.currentTimeMillis.

    Definition Classes
    TxnMixinVersionInfo
  54. def toString(): String

    Permalink
    Definition Classes
    TxnMixin → AnyRef → Any
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Modifiable

Inherited from VersionInfo

Inherited from BasicTxnImpl[S]

Inherited from Txn[S]

Inherited from stm.Txn[S]

Inherited from TxnLike

Inherited from Executor[S]

Inherited from AnyRef

Inherited from Any

Ungrouped