Uses of Class
org.apache.flink.state.forst.fs.cache.FileCacheEntry
-
Packages that use FileCacheEntry Package Description org.apache.flink.state.forst.fs.cache -
-
Uses of FileCacheEntry in org.apache.flink.state.forst.fs.cache
Methods in org.apache.flink.state.forst.fs.cache that return FileCacheEntry Modifier and Type Method Description FileCacheEntryFileBasedCache. get(String key, boolean affectOrder)FileCacheEntryFileBasedCache. remove(String key)Methods in org.apache.flink.state.forst.fs.cache with parameters of type FileCacheEntry Modifier and Type Method Description voidFileBasedCache. addFirst(String key, FileCacheEntry value)voidFileBasedCache. addSecond(String key, FileCacheEntry value)Constructors in org.apache.flink.state.forst.fs.cache with parameters of type FileCacheEntry Constructor Description CachedDataInputStream(FileBasedCache fileBasedCache, FileCacheEntry cacheEntry, org.apache.flink.core.fs.FSDataInputStream originalStream)CachedDataInputStream(FileBasedCache fileBasedCache, FileCacheEntry cacheEntry, org.apache.flink.core.fs.FSDataInputStream cacheStream, org.apache.flink.core.fs.FSDataInputStream originalStream)
-