Class FSOperations.FSGetSnapshotListing

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

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

    • FSGetSnapshotListing

      public FSGetSnapshotListing(String path)
      Creates a getSnapshotDiff executor.
      Parameters:
      path - directory path of the snapshots to be examined.
  • Method Details