Class FSOperations.FSAppend

java.lang.Object
org.apache.hadoop.fs.http.server.FSOperations.FSAppend
All Implemented Interfaces:
FileSystemAccess.FileSystemExecutor<Void>
Enclosing class:
FSOperations

@Private public static class FSOperations.FSAppend extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Executor that performs an append FileSystemAccess files system operation.
  • Constructor Details

    • FSAppend

      public FSAppend(InputStream is, String path)
      Creates an Append executor.
      Parameters:
      is - input stream to append.
      path - path of the file to append.
  • Method Details