Uses of Enum
org.apache.flink.state.forst.fs.filemapping.FileOwnership
Packages that use FileOwnership
-
Uses of FileOwnership in org.apache.flink.state.forst.fs.filemapping
Methods in org.apache.flink.state.forst.fs.filemapping that return FileOwnershipModifier and TypeMethodDescriptionstatic FileOwnershipFileOwnershipDecider.decideForNewFile(org.apache.flink.core.fs.Path filePath) static FileOwnershipFileOwnershipDecider.decideForRestoredFile(org.apache.flink.core.fs.Path filePath) MappingEntry.getFileOwnership()static FileOwnershipReturns 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 FileOwnershipConstructors in org.apache.flink.state.forst.fs.filemapping with parameters of type FileOwnershipModifierConstructorDescriptionMappingEntry(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)