Packages

c

swaydb.core.map

MemoryMap

class MemoryMap[K, V, C <: MapCache[K, V]] extends Map[K, V, C] with LazyLogging

Attributes
protected
Linear Supertypes
LazyLogging, Map[K, V, C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemoryMap
  2. LazyLogging
  3. Map
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MemoryMap(cache: C, flushOnOverflow: Boolean, fileSize: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cache: C
    Definition Classes
    MemoryMap → Map
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def close(): Unit
    Definition Classes
    MemoryMap → Map
  8. def delete: Unit
    Definition Classes
    MemoryMap → Map
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    Map → AnyRef → Any
  11. def exists: Boolean
    Definition Classes
    MemoryMap → Map
  12. val fileSize: Long
    Definition Classes
    MemoryMap → Map
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    Map → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  18. def mmap: data.config.MMAP.Map
    Definition Classes
    MemoryMap → Map
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def pathOption: Option[Path]
    Definition Classes
    MemoryMap → Map
  23. var skipListKeyValuesMaxCount: Int
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    Map → AnyRef → Any
  26. val uniqueFileNumber: Long
    Definition Classes
    MemoryMap → Map
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. def writeNoSync(entry: MapEntry[K, V]): Boolean
    Definition Classes
    MemoryMap → Map
  31. def writeSafe[E](mapEntry: MapEntry[K, V])(implicit arg0: ExceptionHandler[E]): IO[E, Boolean]
    Definition Classes
    Map
  32. def writeSync(entry: MapEntry[K, V]): Boolean
    Definition Classes
    MemoryMap → Map

Inherited from LazyLogging

Inherited from Map[K, V, C]

Inherited from AnyRef

Inherited from Any

Ungrouped