swaydb
.
data
.
config
PersistentLevelConfig
Related Docs:
object PersistentLevelConfig
|
package config
case class
PersistentLevelConfig
(
dir:
Path
,
otherDirs:
Seq
[
Dir
]
,
mmapAppendix:
Map
,
appendixFlushCheckpointSize:
Long
,
sortedKeyIndex:
SortedKeyIndex
,
randomKeyIndex:
RandomKeyIndex
,
binarySearchIndex:
BinarySearchIndex
,
mightContainKeyIndex:
MightContainIndex
,
valuesConfig:
ValuesConfig
,
segmentConfig:
SegmentConfig
,
compactionExecutionContext:
CompactionExecutionContext
,
throttle: (
LevelMeter
) ⇒
Throttle
)
extends
LevelConfig
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
LevelConfig
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
PersistentLevelConfig
Serializable
Serializable
Product
Equals
LevelConfig
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
PersistentLevelConfig
(
dir:
Path
,
otherDirs:
Seq
[
Dir
]
,
mmapAppendix:
Map
,
appendixFlushCheckpointSize:
Long
,
sortedKeyIndex:
SortedKeyIndex
,
randomKeyIndex:
RandomKeyIndex
,
binarySearchIndex:
BinarySearchIndex
,
mightContainKeyIndex:
MightContainIndex
,
valuesConfig:
ValuesConfig
,
segmentConfig:
SegmentConfig
,
compactionExecutionContext:
CompactionExecutionContext
,
throttle: (
LevelMeter
) ⇒
Throttle
)
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
val
appendixFlushCheckpointSize
:
Long
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
binarySearchIndex
:
BinarySearchIndex
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
compactionExecutionContext
:
CompactionExecutionContext
def
copyWithAppendixFlushCheckpointSize
(
appendixFlushCheckpointSize:
Long
)
:
PersistentLevelConfig
def
copyWithBinarySearchIndex
(
binarySearchIndex:
BinarySearchIndex
)
:
PersistentLevelConfig
def
copyWithCompactionExecutionContext
(
compactionExecutionContext:
CompactionExecutionContext
)
:
PersistentLevelConfig
def
copyWithDir
(
dir:
Path
)
:
PersistentLevelConfig
def
copyWithMightContainKeyIndex
(
mightContainKeyIndex:
MightContainIndex
)
:
PersistentLevelConfig
def
copyWithMmapAppendix
(
mmapAppendix:
Map
)
:
PersistentLevelConfig
def
copyWithOtherDirs
(
otherDirs:
Collection
[
Dir
]
)
:
PersistentLevelConfig
def
copyWithOtherDirs
(
otherDirs:
Seq
[
Dir
]
)
:
PersistentLevelConfig
def
copyWithRandomKeyIndex
(
randomKeyIndex:
RandomKeyIndex
)
:
PersistentLevelConfig
def
copyWithSegmentConfig
(
segmentConfig:
SegmentConfig
)
:
PersistentLevelConfig
def
copyWithSortedKeyIndex
(
sortedKeyIndex:
SortedKeyIndex
)
:
PersistentLevelConfig
def
copyWithThrottle
(
throttle:
JavaFunction
[
LevelMeter
,
Throttle
]
)
:
PersistentLevelConfig
def
copyWithValuesConfig
(
valuesConfig:
ValuesConfig
)
:
PersistentLevelConfig
val
dir
:
Path
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
mightContainKeyIndex
:
MightContainIndex
val
mmapAppendix
:
Map
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
otherDirs
:
Seq
[
Dir
]
val
randomKeyIndex
:
RandomKeyIndex
val
segmentConfig
:
SegmentConfig
val
sortedKeyIndex
:
SortedKeyIndex
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
throttle
: (
LevelMeter
) ⇒
Throttle
val
valuesConfig
:
ValuesConfig
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
LevelConfig
Inherited from
AnyRef
Inherited from
Any
Ungrouped