Class

swaydb.core.map

PersistentMap

Related Doc: package map

Permalink

case class PersistentMap[OK, OV, K <: OK, V <: OV](path: Path, mmap: Boolean, fileSize: Long, flushOnOverflow: Boolean, skipList: Concurrent[OK, OV, K, V], currentFile: DBFile, hasRangeInitial: Boolean)(implicit keyOrder: KeyOrder[K], timeOrder: TimeOrder[Slice[Byte]], fileSweeper: FileSweeper, functionStore: FunctionStore, writer: MapEntryWriter[Put[K, V]], skipListMerger: SkipListMerger[OK, OV, K, V]) extends Map[OK, OV, K, V] with LazyLogging with Product with Serializable

Attributes
protected
Linear Supertypes
Serializable, Serializable, Product, Equals, LazyLogging, Map[OK, OV, K, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersistentMap
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LazyLogging
  7. Map
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PersistentMap(path: Path, mmap: Boolean, fileSize: Long, flushOnOverflow: Boolean, skipList: Concurrent[OK, OV, K, V], currentFile: DBFile, hasRangeInitial: Boolean)(implicit keyOrder: KeyOrder[K], timeOrder: TimeOrder[Slice[Byte]], fileSweeper: FileSweeper, functionStore: FunctionStore, writer: MapEntryWriter[Put[K, V]], skipListMerger: SkipListMerger[OK, OV, K, V])

    Permalink

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 asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    PersistentMap → Map
  7. def currentFilePath: Path

    Permalink
  8. def delete: Unit

    Permalink
    Definition Classes
    PersistentMap → Map
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def exists: Boolean

    Permalink
    Definition Classes
    PersistentMap → Map
  11. def fileId: Long

    Permalink
    Definition Classes
    PersistentMap → Map
  12. val fileSize: Long

    Permalink
    Definition Classes
    PersistentMap → Map
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val flushOnOverflow: Boolean

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hasRange: Boolean

    Permalink
    Definition Classes
    PersistentMap → Map
  17. def isEmpty: Boolean

    Permalink
    Definition Classes
    Map
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  20. val mmap: Boolean

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. val path: Path

    Permalink
  25. def pathOption: Option[Path]

    Permalink
    Definition Classes
    PersistentMap → Map
  26. def size: Int

    Permalink
    Definition Classes
    Map
  27. val skipList: Concurrent[OK, OV, K, V]

    Permalink
    Definition Classes
    PersistentMap → Map
  28. var skipListKeyValuesMaxCount: Int

    Permalink
    Definition Classes
    PersistentMap → Map
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def write(mapEntry: MapEntry[K, V]): Boolean

    Permalink
    Definition Classes
    PersistentMap → Map
  34. def writeSafe[E](mapEntry: MapEntry[K, V])(implicit arg0: ExceptionHandler[E]): IO[E, Boolean]

    Permalink
    Definition Classes
    Map

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LazyLogging

Inherited from Map[OK, OV, K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped