Blob

trait Blob extends Workspace[Txn]
Companion
object
trait Workspace[Txn]
trait Workspace[Txn]
trait Disposable[Txn]
class Object
trait Matchable
class Any

Type members

Types

type S = Durable

Inherited types

type Tx = T
Inherited from
Workspace

Value members

Abstract methods

def toByteArray(tx: Txn): Array[Byte]

Inherited methods

def addDependent(dep: Disposable[Txn])(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.

Value Params
dep

the dependent. This must be an ephemeral object.

Inherited from
Workspace
def close(): Unit

Issues a transaction that closes and disposes the workspace.

Issues a transaction that closes and disposes the workspace.

Inherited from
Workspace
def cursor: Cursor[Txn]
Inherited from
Workspace
def dependents(tx: TxnLike): Iterable[Disposable[Txn]]
Inherited from
Workspace
def dispose(tx: Txn): Unit
Inherited from
Disposable
def folder: Option[URI]
Inherited from
Workspace
Inherited from
Workspace
def name: String
Inherited from
Workspace
def removeDependent(dep: Disposable[Txn])(tx: TxnLike): Unit
Inherited from
Workspace
def root(tx: Txn): Folder[Txn]
Inherited from
Workspace

Implicits

Inherited implicits

implicit def system: S
Inherited from
Workspace