Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.fs.http.client | |
org.apache.hadoop.fs.viewfs | |
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.server.blockmanagement | |
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.web |
Modifier and Type | Method and Description |
---|---|
ContentSummary |
FilterFileSystem.getContentSummary(Path f) |
ContentSummary |
FileContext.Util.getContentSummary(Path f)
Return the
ContentSummary of path f. |
ContentSummary |
FileSystem.getContentSummary(Path f)
Return the
ContentSummary of a given Path . |
Modifier and Type | Method and Description |
---|---|
ContentSummary |
HttpFSFileSystem.getContentSummary(Path f) |
Modifier and Type | Method and Description |
---|---|
ContentSummary |
ViewFileSystem.getContentSummary(Path f) |
Modifier and Type | Method and Description |
---|---|
ContentSummary |
HftpFileSystem.getContentSummary(Path f) |
ContentSummary |
DistributedFileSystem.getContentSummary(Path f) |
Modifier and Type | Method and Description |
---|---|
ContentSummary |
ClientProtocol.getContentSummary(String path)
Get
ContentSummary rooted at the specified directory. |
Modifier and Type | Method and Description |
---|---|
static ContentSummary |
PBHelper.convert(HdfsProtos.ContentSummaryProto cs) |
ContentSummary |
ClientNamenodeProtocolTranslatorPB.getContentSummary(String path) |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.ContentSummaryProto |
PBHelper.convert(ContentSummary cs) |
Modifier and Type | Method and Description |
---|---|
ContentSummary |
BlockCollection.computeContentSummary()
Get content summary.
|
Modifier and Type | Method and Description |
---|---|
ContentSummary |
INode.computeContentSummary()
Compute
ContentSummary . |
Modifier and Type | Method and Description |
---|---|
ContentSummary |
WebHdfsFileSystem.getContentSummary(Path p) |
static ContentSummary |
JsonUtil.toContentSummary(Map<?,?> json)
Convert a Json map to a ContentSummary.
|
Modifier and Type | Method and Description |
---|---|
static String |
JsonUtil.toJsonString(ContentSummary contentsummary)
Convert a ContentSummary to a Json string.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.