Package | Description |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Method and Description |
---|---|
SnapshotDiffReport |
DistributedFileSystem.getSnapshotDiffReport(Path snapshotDir,
String fromSnapshot,
String toSnapshot)
Get the difference between two snapshots, or between a snapshot and the
current tree of a directory.
|
SnapshotDiffReport |
DFSClient.getSnapshotDiffReport(String snapshotDir,
String fromSnapshot,
String toSnapshot)
Get the difference between two snapshots, or between a snapshot and the
current tree of a directory.
|
Modifier and Type | Method and Description |
---|---|
SnapshotDiffReport |
ClientProtocol.getSnapshotDiffReport(String snapshotRoot,
String fromSnapshot,
String toSnapshot)
Get the difference between two snapshots, or between a snapshot and the
current tree of a directory.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotDiffReport |
PBHelper.convert(HdfsProtos.SnapshotDiffReportProto reportProto) |
SnapshotDiffReport |
ClientNamenodeProtocolTranslatorPB.getSnapshotDiffReport(String snapshotRoot,
String fromSnapshot,
String toSnapshot) |
Modifier and Type | Method and Description |
---|---|
static HdfsProtos.SnapshotDiffReportProto |
PBHelper.convert(SnapshotDiffReport report) |
Modifier and Type | Method and Description |
---|---|
SnapshotDiffReport |
INodeDirectorySnapshottable.SnapshotDiffInfo.generateReport()
Generate a
SnapshotDiffReport based on detailed diff information. |
Copyright © 2013 Apache Software Foundation. All rights reserved.