Class FSOperations.FSDeleteSnapshot

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

@Private public static class FSOperations.FSDeleteSnapshot extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Executor that performs a deleteSnapshot FileSystemAccess operation.
  • Constructor Details

    • FSDeleteSnapshot

      public FSDeleteSnapshot(String path, String snapshotName)
      Creates a deleteSnapshot executor.
      Parameters:
      path - path for the snapshot to be deleted.
      snapshotName - snapshot name.
  • Method Details