public interface LeveledCompactionStrategy<SelfT extends LeveledCompactionStrategy<SelfT>> extends CompactionStrategy<SelfT>
Modifier and Type | Method and Description |
---|---|
default SelfT |
withSSTableSizeInMB(int ssTableSizeInMB) |
withEnabled, withTombstoneCompactionIntervalInSeconds, withTombstoneThreshold, withUncheckedTombstoneCompaction
getOptions, withOption
@NonNull @CheckReturnValue default SelfT withSSTableSizeInMB(int ssTableSizeInMB)
Copyright © 2017–2022. All rights reserved.