Uses of Class
org.apache.flink.state.forst.fs.cache.FileCacheEntry
Packages that use FileCacheEntry
-
Uses of FileCacheEntry in org.apache.flink.state.forst.fs.cache
Methods in org.apache.flink.state.forst.fs.cache that return FileCacheEntryModifier and TypeMethodDescriptionMethods in org.apache.flink.state.forst.fs.cache with parameters of type FileCacheEntryModifier and TypeMethodDescriptionvoidFileBasedCache.addFirst(String key, FileCacheEntry value) voidFileBasedCache.addSecond(String key, FileCacheEntry value) Constructors in org.apache.flink.state.forst.fs.cache with parameters of type FileCacheEntryModifierConstructorDescriptionCachedDataInputStream(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)