Uses of Interface
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile.PhysicalFileCreator
Packages that use PhysicalFile.PhysicalFileCreator
-
Uses of PhysicalFile.PhysicalFileCreator in org.apache.flink.runtime.checkpoint.filemerging
Fields in org.apache.flink.runtime.checkpoint.filemerging declared as PhysicalFile.PhysicalFileCreatorModifier and TypeFieldDescriptionprotected final PhysicalFile.PhysicalFileCreatorPhysicalFilePool.physicalFileCreatorcreator to create a physical file.Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type PhysicalFile.PhysicalFileCreatorModifierConstructorDescriptionBlockingPhysicalFilePool(long maxFileSize, PhysicalFile.PhysicalFileCreator physicalFileCreator) NonBlockingPhysicalFilePool(long maxFileSize, PhysicalFile.PhysicalFileCreator physicalFileCreator) PhysicalFilePool(long maxFileSize, PhysicalFile.PhysicalFileCreator physicalFileCreator)