Class PhysicalFilePool

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

public abstract class PhysicalFilePool extends Object implements Closeable
A pool for reusing PhysicalFile. This implementation should be thread-safe.