Uses of Interface
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile.PhysicalFileCreator
-
Packages that use PhysicalFile.PhysicalFileCreator Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of PhysicalFile.PhysicalFileCreator in org.apache.flink.runtime.checkpoint.filemerging
Fields in org.apache.flink.runtime.checkpoint.filemerging declared as PhysicalFile.PhysicalFileCreator Modifier and Type Field Description protected PhysicalFile.PhysicalFileCreatorPhysicalFilePool. physicalFileCreatorcreator to create a physical file.Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type PhysicalFile.PhysicalFileCreator Constructor Description BlockingPhysicalFilePool(long maxFileSize, PhysicalFile.PhysicalFileCreator physicalFileCreator)NonBlockingPhysicalFilePool(long maxFileSize, PhysicalFile.PhysicalFileCreator physicalFileCreator)PhysicalFilePool(long maxFileSize, PhysicalFile.PhysicalFileCreator physicalFileCreator)
-