de.sciss.lucre

confluent

package confluent

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. confluent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Cache[-Tx] extends AnyRef

  2. trait CacheMap[S <: stm.Sys[S], K, +Store] extends Cache[confluent.CacheMap.S.Tx]

  3. trait Confluent extends Sys[Confluent]

  4. trait Cursor[S <: Sys[S]] extends stm.Cursor[S] with Disposable[confluent.Cursor.S.Tx] with Writable

  5. trait DurablePersistentMap[S <: Sys[S], K] extends AnyRef

    Interface for a confluently or partially persistent storing key value map.

  6. trait InMemoryConfluentMap[S <: Sys[S], K] extends AnyRef

  7. trait IndexMap[S <: Sys[S], A] extends Writable

  8. final case class MeldInfo[S <: Sys[S]](highestLevel: Int, highestTrees: Set[Acc[S]]) extends Product with Serializable

  9. trait PathLike extends AnyRef

  10. trait Sys[S <: Sys[S]] extends stm.Sys[S]

    This is analogous to a ConfluentLike trait.

  11. trait TxnRandom[-Txn] extends AnyRef

  12. trait VersionInfo extends AnyRef

Value Members

  1. object BuildInfo

  2. object ByteArraySerializer extends ImmutableSerializer[Array[Byte]]

  3. object CacheMap

  4. object Confluent

  5. object DurablePersistentMap

  6. object Hashing

    A utility object implementing the prefix calculation for the randomized hash approach to storing access paths.

  7. object InMemoryConfluentMap

  8. object MeldInfo extends Serializable

  9. object Sys

  10. object TxnRandom

    Like java's random, but within a transactional cell

  11. object VersionInfo

  12. package impl

  13. var showCursorLog: Boolean

  14. var showLog: Boolean

  15. var showPartialLog: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped