Class RocksDBOptions

    • Field Detail

      • LOCAL_DIRECTORIES

        public static final ConfigOption<String> LOCAL_DIRECTORIES
        The local directory (on the TaskManager) where RocksDB puts its files.
      • ROCKSDB_TIMER_SERVICE_FACTORY_CACHE_SIZE

        public static final ConfigOption<Integer> ROCKSDB_TIMER_SERVICE_FACTORY_CACHE_SIZE
        The cache size per key-group for ROCKSDB timer service factory implementation.
      • CHECKPOINT_TRANSFER_THREAD_NUM

        public static final ConfigOption<Integer> CHECKPOINT_TRANSFER_THREAD_NUM
        The number of threads used to transfer (download and upload) files in RocksDBStateBackend.
      • PREDEFINED_OPTIONS

        public static final ConfigOption<String> PREDEFINED_OPTIONS
        The predefined settings for RocksDB DBOptions and ColumnFamilyOptions by Flink community.
      • OPTIONS_FACTORY

        public static final ConfigOption<String> OPTIONS_FACTORY
        The options factory class for RocksDB to create DBOptions and ColumnFamilyOptions.
      • HIGH_PRIORITY_POOL_RATIO

        public static final ConfigOption<Double> HIGH_PRIORITY_POOL_RATIO
      • USE_PARTITIONED_INDEX_FILTERS

        public static final ConfigOption<Boolean> USE_PARTITIONED_INDEX_FILTERS
    • Constructor Detail

      • RocksDBOptions

        public RocksDBOptions()