Class BlockingPhysicalFilePool

java.lang.Object
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFilePool
org.apache.flink.runtime.checkpoint.filemerging.BlockingPhysicalFilePool
All Implemented Interfaces:
Closeable, AutoCloseable

public class BlockingPhysicalFilePool extends PhysicalFilePool
A Blocking PhysicalFilePool which may block when polling physical files. This class try best to reuse a physical file until its size > maxFileSize.