Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFilePool
-
Packages that use PhysicalFilePool Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of PhysicalFilePool in org.apache.flink.runtime.checkpoint.filemerging
Subclasses of PhysicalFilePool in org.apache.flink.runtime.checkpoint.filemerging Modifier and Type Class Description classBlockingPhysicalFilePoolA BlockingPhysicalFilePoolwhich may block when polling physical files.classNonBlockingPhysicalFilePoolA Non-BlockingPhysicalFilePoolwhich will always provide usable physical file without blocking.Methods in org.apache.flink.runtime.checkpoint.filemerging that return PhysicalFilePool Modifier and Type Method Description protected PhysicalFilePoolFileMergingSnapshotManagerBase. createPhysicalPool()Create physical pool by filePoolType.
-