Packages

class Config[A, F <: OnKey[A, Void, Return.Set[Void]], SF] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Config(mapSize: Int = 4.mb, minSegmentSize: Int = 2.mb, maxKeyValuesPerSegmentGroup: Int = 10, deleteSegmentsEventually: Boolean = true, acceleration: JavaFunction[LevelZeroMeter, Accelerator] = Accelerator.noBrakes() _).asJava, levelZeroThrottle: JavaFunction[LevelZeroMeter, FiniteDuration] = DefaultConfigs.levelZeroThrottle _).asJava, lastLevelThrottle: JavaFunction[LevelMeter, Throttle] = DefaultConfigs.lastLevelThrottle _).asJava, comparator: IO[Comparator[ByteSlice], Comparator[A]] = IO.leftNeverException[Comparator[ByteSlice], Comparator[A]](swaydb.java.SwayDB.defaultComparator), serializer: Serializer[A], functionClassTag: ClassTag[SF])

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. var acceleration: JavaFunction[LevelZeroMeter, Accelerator]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. var comparator: IO[Comparator[ByteSlice], Comparator[A]]
  8. var deleteSegmentsEventually: Boolean
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def getAcceleration(): JavaFunction[LevelZeroMeter, Accelerator]
    Annotations
    @root()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getComparator(): IO[Comparator[ByteSlice], Comparator[A]]
    Annotations
    @root()
  15. def getLastLevelThrottle(): JavaFunction[LevelMeter, Throttle]
    Annotations
    @root()
  16. def getLevelZeroThrottle(): JavaFunction[LevelZeroMeter, FiniteDuration]
    Annotations
    @root()
  17. def getMapSize(): Int
    Annotations
    @root()
  18. def getMaxKeyValuesPerSegmentGroup(): Int
    Annotations
    @root()
  19. def getMinSegmentSize(): Int
    Annotations
    @root()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def init(): Set[A, F]
  22. def isDeleteSegmentsEventually(): Boolean
    Annotations
    @root()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. var lastLevelThrottle: JavaFunction[LevelMeter, Throttle]
  25. var levelZeroThrottle: JavaFunction[LevelZeroMeter, FiniteDuration]
  26. var mapSize: Int
  27. var maxKeyValuesPerSegmentGroup: Int
  28. var minSegmentSize: Int
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. implicit def scalaKeyOrder: KeyOrder[Slice[Byte]]
  33. def setAcceleration(arg0: JavaFunction[LevelZeroMeter, Accelerator]): Unit
    Annotations
    @root()
  34. def setComparator(arg0: IO[Comparator[ByteSlice], Comparator[A]]): Unit
    Annotations
    @root()
  35. def setDeleteSegmentsEventually(arg0: Boolean): Unit
    Annotations
    @root()
  36. def setLastLevelThrottle(arg0: JavaFunction[LevelMeter, Throttle]): Unit
    Annotations
    @root()
  37. def setLevelZeroThrottle(arg0: JavaFunction[LevelZeroMeter, FiniteDuration]): Unit
    Annotations
    @root()
  38. def setMapSize(arg0: Int): Unit
    Annotations
    @root()
  39. def setMaxKeyValuesPerSegmentGroup(arg0: Int): Unit
    Annotations
    @root()
  40. def setMinSegmentSize(arg0: Int): Unit
    Annotations
    @root()
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped