Class FSOperations.FSDisallowSnapshot

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

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

    • FSDisallowSnapshot

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