Uses of Class
org.apache.flink.state.forst.fs.filemapping.MappingEntry
Packages that use MappingEntry
-
Uses of MappingEntry in org.apache.flink.state.forst.fs
Methods in org.apache.flink.state.forst.fs that return MappingEntryModifier and TypeMethodDescriptionForStFlinkFileSystem.getMappingEntry(org.apache.flink.core.fs.Path path) -
Uses of MappingEntry in org.apache.flink.state.forst.fs.filemapping
Methods in org.apache.flink.state.forst.fs.filemapping that return MappingEntryModifier and TypeMethodDescriptionFileMappingManager.createNewFile(org.apache.flink.core.fs.Path filePath, boolean overwrite, FileBasedCache cache) Create a new file in the mapping table.FileMappingManager.mappingEntry(String path) FileMappingManager.registerReusedRestoredFile(String key, org.apache.flink.runtime.state.StreamStateHandle stateHandle, org.apache.flink.core.fs.Path dbFilePath, FileBasedCache cache) Register a file restored from checkpoints to the mapping table.Constructors in org.apache.flink.state.forst.fs.filemapping with parameters of type MappingEntryModifierConstructorDescriptionFSDataOutputStreamWithEntry(org.apache.flink.core.fs.FSDataOutputStream outputStream, MappingEntry entry)