HADOOP-18727. Fix WriteOperations.listMultipartUploads function description (#5613)
Contributed by Dongjoon Hyun
This commit is contained in:
parent
bd607951c0
commit
27776ac45e
@ -192,11 +192,11 @@ int abortMultipartUploadsUnderPath(String prefix)
|
|||||||
throws IOException;
|
throws IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abort multipart uploads under a path: limited to the first
|
* List in-progress multipart uploads under a path: limited to the first
|
||||||
* few hundred.
|
* few hundred.
|
||||||
* @param prefix prefix for uploads to abort
|
* @param prefix prefix for uploads to list
|
||||||
* @return a count of aborts
|
* @return a list of in-progress multipart uploads
|
||||||
* @throws IOException trouble; FileNotFoundExceptions are swallowed.
|
* @throws IOException on problems
|
||||||
*/
|
*/
|
||||||
List<MultipartUpload> listMultipartUploads(String prefix)
|
List<MultipartUpload> listMultipartUploads(String prefix)
|
||||||
throws IOException;
|
throws IOException;
|
||||||
|
Loading…
Reference in New Issue
Block a user