Class FSOperations.FSCreateSnapshot

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

@Private public static class FSOperations.FSCreateSnapshot extends Object implements FileSystemAccess.FileSystemExecutor<String>
Executor that performs a createSnapshot FileSystemAccess operation.
  • Constructor Details

    • FSCreateSnapshot

      public FSCreateSnapshot(String path, String snapshotName)
      Creates a createSnapshot executor.
      Parameters:
      path - directory path to be snapshotted.
      snapshotName - the snapshot name.
  • Method Details