| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
| Modifier and Type | Method | Description |
|---|---|---|
protected HdfsPathHandle |
DistributedFileSystem.createPathHandle(org.apache.hadoop.fs.FileStatus st,
org.apache.hadoop.fs.Options.HandleOpt... opts) |
Create a handle to an HDFS file.
|
protected HdfsPathHandle |
ViewDistributedFileSystem.createPathHandle(org.apache.hadoop.fs.FileStatus st,
org.apache.hadoop.fs.Options.HandleOpt... opts) |
| Modifier and Type | Method | Description |
|---|---|---|
DFSInputStream |
DFSClient.open(HdfsPathHandle fd,
int buffersize,
boolean verifyChecksum) |
Create an input stream from the
HdfsPathHandle if the
constraints encoded from DistributedFileSystem.createPathHandle(FileStatus, Options.HandleOpt...)
are satisfied. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.