Uses of Interface
org.apache.flink.state.forst.ForStMemoryControllerUtils.ForStMemoryFactory
-
Packages that use ForStMemoryControllerUtils.ForStMemoryFactory Package Description org.apache.flink.state.forst -
-
Uses of ForStMemoryControllerUtils.ForStMemoryFactory in org.apache.flink.state.forst
Fields in org.apache.flink.state.forst declared as ForStMemoryControllerUtils.ForStMemoryFactory Modifier and Type Field Description static ForStMemoryControllerUtils.ForStMemoryFactoryForStMemoryControllerUtils.ForStMemoryFactory. DEFAULTMethods in org.apache.flink.state.forst with parameters of type ForStMemoryControllerUtils.ForStMemoryFactory Modifier and Type Method Description static org.apache.flink.state.forst.ForStSharedResourcesForStMemoryControllerUtils. allocateForStSharedResources(long totalMemorySize, double writeBufferRatio, double highPriorityPoolRatio, boolean usingPartitionedIndexFilters, ForStMemoryControllerUtils.ForStMemoryFactory factory)Allocate memory controllable ForSt shared resources.static org.apache.flink.runtime.memory.OpaqueMemoryResource<org.apache.flink.state.forst.ForStSharedResources>ForStOperationUtils. allocateSharedCachesIfConfigured(ForStMemoryConfiguration jobMemoryConfig, org.apache.flink.runtime.execution.Environment env, double memoryFraction, org.slf4j.Logger logger, ForStMemoryControllerUtils.ForStMemoryFactory forStMemoryFactory)
-