@InterfaceAudience.Private public static class FSOperations.FSAppend extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Constructor and Description |
---|
FSOperations.FSAppend(InputStream is,
String path)
Creates an Append executor.
|
public FSOperations.FSAppend(InputStream is, String path)
is
- input stream to append.path
- path of the file to append.public Void execute(org.apache.hadoop.fs.FileSystem fs) throws IOException
execute
in interface FileSystemAccess.FileSystemExecutor<Void>
fs
- filesystem instance to use.IOException
- thrown if an IO error occured.Copyright © 2022 Apache Software Foundation. All rights reserved.