Package org.apache.flink.state.forst.fs.cache
package org.apache.flink.state.forst.fs.cache
-
ClassDescriptionA bundled cache limit policy, any two cache policies can be combined.A
FSDataInputStreamdelegates requests to other one and supports reading data withByteBuffer.AFSDataOutputStreamdelegates requests to other one and supports writing data withByteBuffer.Cache limit policy.DoubleListLru<K,V> A double link LRU (Least Recently Used) cache implementation.A file-granularity LRU cache.A file cache entry that encapsulates file and the size of the file, and provides methods to read or write file.The status of a file cache entry.A fixed capacity cache limit policy, which is not thread-safe, and the thread safe should be ensured by the invoker.A 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.