Package | Description |
---|---|
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Method and Description |
---|---|
static SnapshotDiffReport |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProto reportProto) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProto |
PBHelper.convert(SnapshotDiffReport report) |
Modifier and Type | Method and Description |
---|---|
SnapshotDiffReport |
SnapshotManager.diff(String path,
String from,
String to)
Compute the difference between two snapshots of a directory, or between a
snapshot of the directory and its current tree.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.