Uses of Class
org.apache.flink.state.rocksdb.PredefinedOptions
-
Packages that use PredefinedOptions Package Description org.apache.flink.state.rocksdb -
-
Uses of PredefinedOptions in org.apache.flink.state.rocksdb
Methods in org.apache.flink.state.rocksdb that return PredefinedOptions Modifier and Type Method Description PredefinedOptionsEmbeddedRocksDBStateBackend. getPredefinedOptions()Gets the currently set predefined options for RocksDB.static PredefinedOptionsPredefinedOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static PredefinedOptions[]PredefinedOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.state.rocksdb with parameters of type PredefinedOptions Modifier and Type Method Description voidEmbeddedRocksDBStateBackend. setPredefinedOptions(PredefinedOptions options)Sets the predefined options for RocksDB.Constructors in org.apache.flink.state.rocksdb with parameters of type PredefinedOptions Constructor Description RocksDBResourceContainer(org.apache.flink.configuration.ReadableConfig configuration, PredefinedOptions predefinedOptions, RocksDBOptionsFactory optionsFactory, org.apache.flink.runtime.memory.OpaqueMemoryResource<org.apache.flink.state.rocksdb.RocksDBSharedResources> sharedResources, File instanceBasePath, boolean enableStatistics)RocksDBResourceContainer(PredefinedOptions predefinedOptions, RocksDBOptionsFactory optionsFactory)RocksDBResourceContainer(PredefinedOptions predefinedOptions, RocksDBOptionsFactory optionsFactory, org.apache.flink.runtime.memory.OpaqueMemoryResource<org.apache.flink.state.rocksdb.RocksDBSharedResources> sharedResources)
-