Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFilePool
Packages that use PhysicalFilePool
-
Uses of PhysicalFilePool in org.apache.flink.runtime.checkpoint.filemerging
Subclasses of PhysicalFilePool in org.apache.flink.runtime.checkpoint.filemergingModifier and TypeClassDescriptionclassA BlockingPhysicalFilePoolwhich may block when polling physical files.classA Non-BlockingPhysicalFilePoolwhich will always provide usable physical file without blocking.Methods in org.apache.flink.runtime.checkpoint.filemerging that return PhysicalFilePoolModifier and TypeMethodDescriptionprotected final PhysicalFilePoolFileMergingSnapshotManagerBase.createPhysicalPool()Create physical pool by filePoolType.