Uses of Class
org.apache.flink.state.forst.fs.cache.FileCacheEntry.EntryStatus
-
Packages that use FileCacheEntry.EntryStatus Package Description org.apache.flink.state.forst.fs.cache -
-
Uses of FileCacheEntry.EntryStatus in org.apache.flink.state.forst.fs.cache
Methods in org.apache.flink.state.forst.fs.cache that return FileCacheEntry.EntryStatus Modifier and Type Method Description static FileCacheEntry.EntryStatusFileCacheEntry.EntryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FileCacheEntry.EntryStatus[]FileCacheEntry.EntryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-