Searched refs:setMaxBytesForLevelMultiplier (Results 1 – 9 of 9) sorted by relevance
628 setMaxBytesForLevelMultiplier(1). in fullCompactRange()658 setMaxBytesForLevelMultiplier(1). in fullCompactRangeColumnFamily()703 setMaxBytesForLevelMultiplier(1). in compactRangeWithKeys()731 setMaxBytesForLevelMultiplier(1). in compactRangeWithKeysReduce()767 setMaxBytesForLevelMultiplier(1). in compactRangeWithKeysColumnFamily()817 setMaxBytesForLevelMultiplier(1). in compactRangeWithKeysReduceColumnFamily()879 setMaxBytesForLevelMultiplier(2). in compactRangeToLevel()1013 setMaxBytesForLevelMultiplier(2). in compactRangeToLevelColumnFamily()1241 .setMaxBytesForLevelMultiplier(2) in compactFiles()
189 opt.setMaxBytesForLevelMultiplier(doubleValue); in maxBytesForLevelMultiplier()
151 opt.setMaxBytesForLevelMultiplier(doubleValue); in maxBytesForLevelMultiplier()
455 public ColumnFamilyOptions setMaxBytesForLevelMultiplier(final double multiplier) { in setMaxBytesForLevelMultiplier() method in ColumnFamilyOptions456 setMaxBytesForLevelMultiplier(nativeHandle_, multiplier); in setMaxBytesForLevelMultiplier()902 private native void setMaxBytesForLevelMultiplier(long handle, double multiplier); in setMaxBytesForLevelMultiplier() method in ColumnFamilyOptions
255 T setMaxBytesForLevelMultiplier(double multiplier); in setMaxBytesForLevelMultiplier() method
293 T setMaxBytesForLevelMultiplier( in setMaxBytesForLevelMultiplier() method
1473 public Options setMaxBytesForLevelMultiplier(final double multiplier) { in setMaxBytesForLevelMultiplier() method in Options1474 setMaxBytesForLevelMultiplier(nativeHandle_, multiplier); in setMaxBytesForLevelMultiplier()2081 private native void setMaxBytesForLevelMultiplier(long handle, double multiplier); in setMaxBytesForLevelMultiplier() method in Options
390 public MutableColumnFamilyOptionsBuilder setMaxBytesForLevelMultiplier( in setMaxBytesForLevelMultiplier() method in MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder
579 options.setMaxBytesForLevelMultiplier((Double) flags_.get(Flag.max_bytes_for_level_multiplier)); in prepareOptions()