Uses of Interface
org.apache.flink.state.forst.fs.cache.CacheLimitPolicy
-
Packages that use CacheLimitPolicy Package Description org.apache.flink.state.forst.fs.cache -
-
Uses of CacheLimitPolicy in org.apache.flink.state.forst.fs.cache
Classes in org.apache.flink.state.forst.fs.cache that implement CacheLimitPolicy Modifier and Type Class Description classBundledCacheLimitPolicyA bundled cache limit policy, any two cache policies can be combined.classSizeBasedCacheLimitPolicyA fixed capacity cache limit policy, which is not thread-safe, and the thread safe should be ensured by the invoker.classSpaceBasedCacheLimitPolicyA space based cache limit policy that leverages the system to check the free space dynamically, the free space may fluctuate in size due to other components.Constructors in org.apache.flink.state.forst.fs.cache with parameters of type CacheLimitPolicy Constructor Description BundledCacheLimitPolicy(CacheLimitPolicy... inputPolicies)FileBasedCache(org.apache.flink.configuration.ReadableConfig configuration, CacheLimitPolicy cacheLimitPolicy, org.apache.flink.core.fs.FileSystem cacheFs, org.apache.flink.core.fs.Path basePath, org.apache.flink.metrics.MetricGroup metricGroup)
-