Uses of Interface
org.apache.flink.state.forst.ForStOptionsFactory
-
Packages that use ForStOptionsFactory Package Description org.apache.flink.state.forst -
-
Uses of ForStOptionsFactory in org.apache.flink.state.forst
Subinterfaces of ForStOptionsFactory in org.apache.flink.state.forst Modifier and Type Interface Description interfaceConfigurableForStOptionsFactoryAn interface for options factory that pick up additional parameters from a configuration.Methods in org.apache.flink.state.forst that return ForStOptionsFactory Modifier and Type Method Description ForStOptionsFactoryConfigurableForStOptionsFactory. configure(org.apache.flink.configuration.ReadableConfig configuration)Creates a variant of the options factory that applies additional configuration parameters.ForStOptionsFactoryForStStateBackend. getForStOptions()GetsOptionsfor the ForSt instances.Methods in org.apache.flink.state.forst with parameters of type ForStOptionsFactory Modifier and Type Method Description voidForStStateBackend. setForStOptions(ForStOptionsFactory optionsFactory)SetsOptionsfor the ForSt instances.Constructors in org.apache.flink.state.forst with parameters of type ForStOptionsFactory Constructor Description ForStResourceContainer(org.apache.flink.configuration.ReadableConfig configuration, ForStOptionsFactory optionsFactory, org.apache.flink.runtime.memory.OpaqueMemoryResource<org.apache.flink.state.forst.ForStSharedResources> sharedResources, File localBasePath, org.apache.flink.core.fs.Path remoteBasePath, boolean enableStatistics)ForStResourceContainer(ForStOptionsFactory optionsFactory)ForStResourceContainer(ForStOptionsFactory optionsFactory, org.apache.flink.runtime.memory.OpaqueMemoryResource<org.apache.flink.state.forst.ForStSharedResources> sharedResources)
-