Class FSOperations.FSAllowSnapshot

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

@Private public static class FSOperations.FSAllowSnapshot extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Executor that performs an allowSnapshot operation.
  • Constructor Details

    • FSAllowSnapshot

      public FSAllowSnapshot(String path)
      Creates a allowSnapshot executor.
      Parameters:
      path - directory path to allow snapshot.
  • Method Details