Class FileUploads
java.lang.Object
org.apache.flink.runtime.rest.handler.FileUploads
- All Implemented Interfaces:
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
FileUploads
-
-
Method Details
-
getUploadedFiles
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-