Uses of Enum
org.apache.flink.state.rocksdb.PredefinedOptions
Packages that use PredefinedOptions
-
Uses of PredefinedOptions in org.apache.flink.state.rocksdb
Methods in org.apache.flink.state.rocksdb that return PredefinedOptionsModifier and TypeMethodDescriptionEmbeddedRocksDBStateBackend.getPredefinedOptions()Gets the currently set predefined options for RocksDB.static PredefinedOptionsReturns 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 PredefinedOptionsModifier and TypeMethodDescriptionvoidEmbeddedRocksDBStateBackend.setPredefinedOptions(PredefinedOptions options) Sets the predefined options for RocksDB.Constructors in org.apache.flink.state.rocksdb with parameters of type PredefinedOptionsModifierConstructorDescriptionRocksDBResourceContainer(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)