public class RocksDBManualCompactionOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Integer> |
MAX_AUTO_COMPACTIONS |
static ConfigOption<MemorySize> |
MAX_FILE_SIZE_TO_COMPACT |
static ConfigOption<Integer> |
MAX_FILES_TO_COMPACT |
static ConfigOption<MemorySize> |
MAX_OUTPUT_FILE_SIZE |
static ConfigOption<Integer> |
MAX_PARALLEL_COMPACTIONS |
static ConfigOption<Integer> |
MIN_FILES_TO_COMPACT |
static ConfigOption<Duration> |
MIN_INTERVAL |
Constructor and Description |
---|
RocksDBManualCompactionOptions() |
public static final ConfigOption<Duration> MIN_INTERVAL
public static final ConfigOption<Integer> MAX_PARALLEL_COMPACTIONS
public static final ConfigOption<MemorySize> MAX_FILE_SIZE_TO_COMPACT
public static final ConfigOption<Integer> MIN_FILES_TO_COMPACT
public static final ConfigOption<Integer> MAX_FILES_TO_COMPACT
public static final ConfigOption<MemorySize> MAX_OUTPUT_FILE_SIZE
public static final ConfigOption<Integer> MAX_AUTO_COMPACTIONS
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.