Uses of Class
org.apache.flink.state.forst.fs.filemapping.MappingEntrySource
-
Packages that use MappingEntrySource Package Description org.apache.flink.state.forst.fs.filemapping -
-
Uses of MappingEntrySource in org.apache.flink.state.forst.fs.filemapping
Subclasses of MappingEntrySource in org.apache.flink.state.forst.fs.filemapping Modifier and Type Class Description classFileBackedMappingEntrySourceAMappingEntrySourcebacked by aPath.classHandleBackedMappingEntrySourceAMappingEntrySourcebacked by aStreamStateHandle.Methods in org.apache.flink.state.forst.fs.filemapping that return MappingEntrySource Modifier and Type Method Description MappingEntrySourceMappingEntry. getSource()Constructors in org.apache.flink.state.forst.fs.filemapping with parameters of type MappingEntrySource Constructor Description MappingEntry(int initReference, MappingEntrySource source, FileOwnership fileOwnership, FileBasedCache cache, boolean isDirectory, boolean writing)
-