Uses of Package
org.apache.flink.state.forst.fs.cache
-
Packages that use org.apache.flink.state.forst.fs.cache Package Description org.apache.flink.state.forst.fs org.apache.flink.state.forst.fs.cache org.apache.flink.state.forst.fs.filemapping -
Classes in org.apache.flink.state.forst.fs.cache used by org.apache.flink.state.forst.fs Class Description FileBasedCache A file-granularity LRU cache. -
Classes in org.apache.flink.state.forst.fs.cache used by org.apache.flink.state.forst.fs.cache Class Description CachedDataInputStream AFSDataInputStreamdelegates requests to other one and supports reading data withByteBuffer.CachedDataOutputStream AFSDataOutputStreamdelegates requests to other one and supports writing data withByteBuffer.CacheLimitPolicy Cache limit policy.DoubleListLru A double link LRU (Least Recently Used) cache implementation.FileBasedCache A file-granularity LRU cache.FileCacheEntry A file cache entry that encapsulates file and the size of the file, and provides methods to read or write file.FileCacheEntry.EntryStatus The status of a file cache entry. -
Classes in org.apache.flink.state.forst.fs.cache used by org.apache.flink.state.forst.fs.filemapping Class Description FileBasedCache A file-granularity LRU cache.