class Config[A, F <: OnKey[A, Void, Return.Set[Void]], SF] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var acceleration: JavaFunction[LevelZeroMeter, Accelerator]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var comparator: IO[Comparator[ByteSlice], Comparator[A]]
- var deleteSegmentsEventually: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAcceleration(): JavaFunction[LevelZeroMeter, Accelerator]
- Annotations
- @root()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getComparator(): IO[Comparator[ByteSlice], Comparator[A]]
- Annotations
- @root()
- def getLastLevelThrottle(): JavaFunction[LevelMeter, Throttle]
- Annotations
- @root()
- def getLevelZeroThrottle(): JavaFunction[LevelZeroMeter, FiniteDuration]
- Annotations
- @root()
- def getMapSize(): Int
- Annotations
- @root()
- def getMaxKeyValuesPerSegmentGroup(): Int
- Annotations
- @root()
- def getMinSegmentSize(): Int
- Annotations
- @root()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(): Set[A, F]
- def isDeleteSegmentsEventually(): Boolean
- Annotations
- @root()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var lastLevelThrottle: JavaFunction[LevelMeter, Throttle]
- var levelZeroThrottle: JavaFunction[LevelZeroMeter, FiniteDuration]
- var mapSize: Int
- var maxKeyValuesPerSegmentGroup: Int
- var minSegmentSize: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def scalaKeyOrder: KeyOrder[Slice[Byte]]
- def setAcceleration(arg0: JavaFunction[LevelZeroMeter, Accelerator]): Unit
- Annotations
- @root()
- def setComparator(arg0: IO[Comparator[ByteSlice], Comparator[A]]): Unit
- Annotations
- @root()
- def setDeleteSegmentsEventually(arg0: Boolean): Unit
- Annotations
- @root()
- def setLastLevelThrottle(arg0: JavaFunction[LevelMeter, Throttle]): Unit
- Annotations
- @root()
- def setLevelZeroThrottle(arg0: JavaFunction[LevelZeroMeter, FiniteDuration]): Unit
- Annotations
- @root()
- def setMapSize(arg0: Int): Unit
- Annotations
- @root()
- def setMaxKeyValuesPerSegmentGroup(arg0: Int): Unit
- Annotations
- @root()
- def setMinSegmentSize(arg0: Int): Unit
- Annotations
- @root()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()