final class Config[A] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Config(dir: Path, mapSize: Int = 4.mb, maxMemoryLevelSize: Int = 100.mb, maxSegmentsToPush: Int = 5, memoryLevelSegmentSize: Int = 2.mb, memoryLevelMaxKeyValuesCountPerSegment: Int = 200000, persistentLevelAppendixFlushCheckpointSize: Int = 2.mb, otherDirs: Collection[Dir] = Collections.emptyList(), cacheKeyValueIds: Boolean = true, mmapPersistentLevelAppendix: data.config.MMAP.Map = DefaultConfigs.mmap(), deleteMemorySegmentsEventually: Boolean = true, optimiseWrites: OptimiseWrites = DefaultConfigs.optimiseWrites(), atomic: Atomic = DefaultConfigs.atomic(), acceleration: JavaFunction[LevelZeroMeter, Accelerator] = Accelerator.noBrakes() _).asJava, persistentLevelSortedKeyIndex: SortedKeyIndex = DefaultConfigs.sortedKeyIndex(), persistentLevelRandomSearchIndex: RandomSearchIndex = DefaultConfigs.randomSearchIndex(), binarySearchIndex: BinarySearchIndex = DefaultConfigs.binarySearchIndex(), mightContainIndex: MightContainIndex = DefaultConfigs.mightContainIndex(), valuesConfig: ValuesConfig = DefaultConfigs.valuesConfig(), segmentConfig: SegmentConfig = DefaultConfigs.segmentConfig(), fileCache: On = DefaultConfigs.fileCache(DefaultExecutionContext.sweeperEC), memoryCache: MemoryCache = DefaultConfigs.memoryCache(DefaultExecutionContext.sweeperEC), threadStateCache: ThreadStateCache = ThreadStateCache.Limit(hashMapMaxSize = 100, maxProbe = 10), byteComparator: KeyComparator[Slice[Byte]] = null, typedComparator: KeyComparator[A] = null, compactionEC: Option[ExecutionContext] = None, serializer: Serializer[A])
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(classOf[java.lang.CloneNotSupportedException]) @native()
- 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 get(): Queue[A]
- final def getClass(): Class[_ <: AnyRef]
- 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 setAcceleration(acceleration: JavaFunction[LevelZeroMeter, Accelerator]): Config[A]
- def setAtomic(atomic: Atomic): Config[A]
- def setBinarySearchIndex(binarySearchIndex: BinarySearchIndex): Config[A]
- def setByteKeyComparator(byteComparator: KeyComparator[Slice[Byte]]): Config[A]
- def setCacheKeyValueIds(cacheKeyValueIds: Boolean): Config[A]
- def setCompactionExecutionContext(executionContext: ExecutorService): Config[A]
- def setDeleteMemorySegmentsEventually(deleteMemorySegmentsEventually: Boolean): Config[A]
- def setFileCache(fileCache: On): Config[A]
- def setMapSize(mapSize: Int): Config[A]
- def setMaxMemoryLevelSize(maxMemoryLevelSize: Int): Config[A]
- def setMaxSegmentsToPush(maxSegmentsToPush: Int): Config[A]
- def setMemoryCache(memoryCache: MemoryCache): Config[A]
- def setMemoryLevelMaxKeyValuesCountPerSegment(memoryLevelMaxKeyValuesCountPerSegment: Int): Config[A]
- def setMemoryLevelSegmentSize(memoryLevelSegmentSize: Int): Config[A]
- def setMightContainIndex(mightContainIndex: MightContainIndex): Config[A]
- def setMmapPersistentLevelAppendix(mmapPersistentLevelAppendix: data.config.MMAP.Map): Config[A]
- def setOptimiseWrites(optimiseWrites: OptimiseWrites): Config[A]
- def setOtherDirs(otherDirs: Collection[Dir]): Config[A]
- def setPersistentLevelAppendixFlushCheckpointSize(persistentLevelAppendixFlushCheckpointSize: Int): Config[A]
- def setPersistentLevelRandomSearchIndex(persistentLevelRandomSearchIndex: RandomSearchIndex): Config[A]
- def setPersistentLevelSortedKeyIndex(persistentLevelSortedKeyIndex: SortedKeyIndex): Config[A]
- def setSegmentConfig(segmentConfig: SegmentConfig): Config[A]
- def setThreadStateCache(threadStateCache: ThreadStateCache): Config[A]
- def setTypedKeyComparator(typedComparator: KeyComparator[A]): Config[A]
- def setValuesConfig(valuesConfig: ValuesConfig): Config[A]
- 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()