Class FSOperations.FSFileBlockLocations

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

@Private public static class FSOperations.FSFileBlockLocations extends Object implements FileSystemAccess.FileSystemExecutor<Map>
Executor that performs a getFileBlockLocations operation.
  • Constructor Details

    • FSFileBlockLocations

      public FSFileBlockLocations(String path, long offsetValue, long lengthValue)
      Creates a file-block-locations executor.
      Parameters:
      path - the path to retrieve the location
      offsetValue - offset into the given file
      lengthValue - length for which to get locations for
  • Method Details