final class Config[A, F] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Config(mapSize: Int = 4.mb, minSegmentSize: Int = 2.mb, maxKeyValuesPerSegment: Int = Int.MaxValue, deleteSegmentsEventually: Boolean = true, fileCache: Enable = ..., acceleration: JavaFunction[LevelZeroMeter, Accelerator] = Accelerator.noBrakes() _).asJava, levelZeroThrottle: JavaFunction[LevelZeroMeter, FiniteDuration] = ..., lastLevelThrottle: JavaFunction[LevelMeter, Throttle] = ..., threadStateCache: ThreadStateCache = ..., byteComparator: KeyComparator[ByteSlice] = null, typedComparator: KeyComparator[A] = null, compactionEC: Option[ExecutionContext] = None, serializer: Serializer[A], functionClassTag: ClassTag[_])
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(): Set[A, F]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- def registerFunction(function: F): Config[A, F]
- def registerFunctions(functions: F*): Config[A, F]
- def removeFunction(function: F): Config[A, F]
- def setAcceleration(acceleration: JavaFunction[LevelZeroMeter, Accelerator]): Config[A, F]
- def setByteComparator(byteComparator: KeyComparator[ByteSlice]): Config[A, F]
- def setCompactionExecutionContext(executionContext: ExecutorService): Config[A, F]
- def setDeleteSegmentsEventually(deleteSegmentsEventually: Boolean): Config[A, F]
- def setFileCache(fileCache: Enable): Config[A, F]
- def setLastLevelThrottle(lastLevelThrottle: JavaFunction[LevelMeter, Throttle]): Config[A, F]
- def setLevelZeroThrottle(levelZeroThrottle: JavaFunction[LevelZeroMeter, FiniteDuration]): Config[A, F]
- def setMapSize(mapSize: Int): Config[A, F]
- def setMaxKeyValuesPerSegment(maxKeyValuesPerSegment: Int): Config[A, F]
- def setMinSegmentSize(minSegmentSize: Int): Config[A, F]
- def setThreadStateCache(threadStateCache: ThreadStateCache): Config[A, F]
- def setTypedComparator(typedComparator: KeyComparator[A]): Config[A, F]
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()