public final class S3ASpecificOperations
extends java.lang.Object
| Constructor and Description |
|---|
S3ASpecificOperations(java.lang.String testDirectory,
UnderFileSystem ufs,
InstancedConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
createAndAbortMultipartFileTest()
Test for creating and aborting a multipart file.
|
void |
createEmptyFileTest()
Test for creating an empty file using streaming upload.
|
void |
createFileLessThanOnePartTest()
Test for creating a file with data less than one part.
|
void |
createMultipartFileTest()
Test for creating a multipart file.
|
public S3ASpecificOperations(java.lang.String testDirectory,
UnderFileSystem ufs,
InstancedConfiguration configuration)
testDirectory - the directory to run tests againstufs - the S3A under file systemconfiguration - the instance configurationpublic void createEmptyFileTest()
throws java.io.IOException
java.io.IOExceptionpublic void createFileLessThanOnePartTest()
throws java.io.IOException
java.io.IOExceptionpublic void createMultipartFileTest()
throws java.io.IOException
java.io.IOExceptionpublic void createAndAbortMultipartFileTest()
throws java.io.IOException
java.io.IOExceptionCopyright © 2019. All Rights Reserved.