Uses of Class
org.apache.hadoop.hdfs.protocol.SnapshotDiffReport

Packages that use SnapshotDiffReport
org.apache.hadoop.hdfs.protocolPB   
org.apache.hadoop.hdfs.server.namenode.snapshot   
 

Uses of SnapshotDiffReport in org.apache.hadoop.hdfs.protocolPB
 

Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshotDiffReport
static SnapshotDiffReport PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProto reportProto)
           
 

Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type SnapshotDiffReport
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportProto PBHelper.convert(SnapshotDiffReport report)
           
 

Uses of SnapshotDiffReport in org.apache.hadoop.hdfs.server.namenode.snapshot
 

Methods in org.apache.hadoop.hdfs.server.namenode.snapshot that return SnapshotDiffReport
 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 © 2014 Apache Software Foundation. All Rights Reserved.