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 class
BlockingPhysicalFilePool
A BlockingPhysicalFilePool
which may block when polling physical files.class
NonBlockingPhysicalFilePool
A Non-BlockingPhysicalFilePool
which 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 PhysicalFilePool
FileMergingSnapshotManagerBase. createPhysicalPool()
Create physical pool by filePoolType.
-