Uses of Class
org.apache.hadoop.hdfs.protocol.HdfsPathHandle
Packages that use HdfsPathHandle
-
Uses of HdfsPathHandle in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return HdfsPathHandleModifier and TypeMethodDescriptionprotected HdfsPathHandleDistributedFileSystem.createPathHandle(org.apache.hadoop.fs.FileStatus st, org.apache.hadoop.fs.Options.HandleOpt... opts) Create a handle to an HDFS file.protected HdfsPathHandleViewDistributedFileSystem.createPathHandle(org.apache.hadoop.fs.FileStatus st, org.apache.hadoop.fs.Options.HandleOpt... opts) Methods in org.apache.hadoop.hdfs with parameters of type HdfsPathHandleModifier and TypeMethodDescriptionDFSClient.open(HdfsPathHandle fd, int buffersize, boolean verifyChecksum) Create an input stream from theHdfsPathHandleif the constraints encoded fromDistributedFileSystem.createPathHandle(FileStatus, Options.HandleOpt...)are satisfied.