Class RocksDBConfigurableOptions
java.lang.Object
org.apache.flink.state.rocksdb.RocksDBConfigurableOptions
org.apache.flink.contrib.streaming.state.RocksDBConfigurableOptions
- All Implemented Interfaces:
Serializable
@Deprecated
@PublicEvolving
public class RocksDBConfigurableOptions
extends RocksDBConfigurableOptions
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.state.rocksdb.RocksDBConfigurableOptions
BLOCK_CACHE_SIZE, BLOCK_SIZE, BLOOM_FILTER_BITS_PER_KEY, BLOOM_FILTER_BLOCK_BASED_MODE, COMPACT_FILTER_PERIODIC_COMPACTION_TIME, COMPACT_FILTER_QUERY_TIME_AFTER_NUM_ENTRIES, COMPACTION_STYLE, COMPRESSION_PER_LEVEL, INCREMENTAL_RESTORE_ASYNC_COMPACT_AFTER_RESCALE, LOG_DIR, LOG_FILE_NUM, LOG_LEVEL, LOG_MAX_FILE_SIZE, MAX_BACKGROUND_THREADS, MAX_OPEN_FILES, MAX_SIZE_LEVEL_BASE, MAX_WRITE_BUFFER_NUMBER, METADATA_BLOCK_SIZE, MIN_WRITE_BUFFER_NUMBER_TO_MERGE, RESTORE_OVERLAP_FRACTION_THRESHOLD, TARGET_FILE_SIZE_BASE, USE_BLOOM_FILTER, USE_DELETE_FILES_IN_RANGE_DURING_RESCALING, USE_DYNAMIC_LEVEL_SIZE, USE_INGEST_DB_RESTORE_MODE, WRITE_BATCH_SIZE, WRITE_BUFFER_SIZE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RocksDBConfigurableOptions
public RocksDBConfigurableOptions()Deprecated.
-
RocksDBConfigurableOptions. Please use the one under the new package instead.