trait Confluent extends Workspace[Txn]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Confluent
- Workspace
- Workspace
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Abstract Value Members
- abstract def addDependent(dep: Disposable[Txn])(implicit tx: TxnLike): Unit
Adds a dependent which is disposed just before the workspace is disposed.
Adds a dependent which is disposed just before the workspace is disposed.
- dep
the dependent. This must be an _ephemeral_ object.
- Definition Classes
- Workspace
- abstract def close(): Unit
Issues a transaction that closes and disposes the workspace.
Issues a transaction that closes and disposes the workspace.
- Definition Classes
- Workspace
- abstract def cursor: Cursor[Txn]
- Definition Classes
- Workspace
- abstract def cursors: Cursors[T, D]
- abstract def dependents(implicit tx: TxnLike): Iterable[Disposable[Txn]]
- Definition Classes
- Workspace
- abstract def dispose()(implicit tx: Txn): Unit
- Definition Classes
- Disposable
- abstract def folder: Option[URI]
- Definition Classes
- Workspace
- abstract def meta: MetaData
- Definition Classes
- Workspace
- abstract def name: String
- Definition Classes
- Workspace
- abstract def removeDependent(dep: Disposable[Txn])(implicit tx: TxnLike): Unit
- Definition Classes
- Workspace
- abstract def root(implicit tx: Txn): Folder[Txn]
- Definition Classes
- Workspace
- implicit abstract def system: S
- Definition Classes
- Workspace
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 cast[T1 <: Txn[T1]]: lucre.Workspace[T1]
Since we obtain
Workspace[_]
from read methods, this is lesser evil, since we cannot make totally "wrong" casts here.Since we obtain
Workspace[_]
from read methods, this is lesser evil, since we cannot make totally "wrong" casts here.- Definition Classes
- Workspace
- 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 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 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