Uses of Interface
org.apache.flink.state.forst.fs.cache.CacheLimitPolicy
Packages that use CacheLimitPolicy
-
Uses of CacheLimitPolicy in org.apache.flink.state.forst.fs.cache
Classes in org.apache.flink.state.forst.fs.cache that implement CacheLimitPolicyModifier and TypeClassDescriptionclassA bundled cache limit policy, any two cache policies can be combined.classA fixed capacity cache limit policy, which is not thread-safe, and the thread safe should be ensured by the invoker.classA 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 CacheLimitPolicyModifierConstructorDescriptionBundledCacheLimitPolicy(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)