Class FileUploads

java.lang.Object
org.apache.flink.runtime.rest.handler.FileUploads
All Implemented Interfaces:
AutoCloseable

public final class FileUploads extends Object implements AutoCloseable
A container for uploaded files.

Implementation note: The constructor also accepts directories to ensure that the upload directories are cleaned up. For convenience during testing it also accepts files directly.