Uses of Class
org.apache.flink.state.forst.fs.filemapping.FileOwnership
-
Packages that use FileOwnership Package Description org.apache.flink.state.forst.fs.filemapping -
-
Uses of FileOwnership in org.apache.flink.state.forst.fs.filemapping
Methods in org.apache.flink.state.forst.fs.filemapping that return FileOwnership Modifier and Type Method Description static FileOwnershipFileOwnershipDecider. decideForNewFile(org.apache.flink.core.fs.Path filePath)static FileOwnershipFileOwnershipDecider. decideForRestoredFile(org.apache.flink.core.fs.Path filePath)FileOwnershipMappingEntry. getFileOwnership()static FileOwnershipFileOwnership. valueOf(String name)Returns the enum constant of this type with the specified name.static FileOwnership[]FileOwnership. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.state.forst.fs.filemapping with parameters of type FileOwnership Modifier and Type Method Description voidMappingEntry. setFileOwnership(FileOwnership ownership)Constructors in org.apache.flink.state.forst.fs.filemapping with parameters of type FileOwnership Constructor Description MappingEntry(int initReference, org.apache.flink.core.fs.Path sourcePath, FileOwnership fileOwnership, boolean isDirectory)MappingEntry(int initReference, org.apache.flink.runtime.state.StreamStateHandle stateHandle, FileOwnership fileOwnership, boolean isDirectory)MappingEntry(int initReference, MappingEntrySource source, FileOwnership fileOwnership, FileBasedCache cache, boolean isDirectory, boolean writing)
-