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

Packages that use SnapshotDiffReport.DiffReportEntry
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.protocolPB   
 

Uses of SnapshotDiffReport.DiffReportEntry in org.apache.hadoop.hdfs.protocol
 

Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type SnapshotDiffReport.DiffReportEntry
 List<SnapshotDiffReport.DiffReportEntry> SnapshotDiffReport.getDiffList()
           
 

Constructor parameters in org.apache.hadoop.hdfs.protocol with type arguments of type SnapshotDiffReport.DiffReportEntry
SnapshotDiffReport(String snapshotRoot, String fromSnapshot, String toSnapshot, List<SnapshotDiffReport.DiffReportEntry> entryList)
           
 

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

Methods in org.apache.hadoop.hdfs.protocolPB that return SnapshotDiffReport.DiffReportEntry
static SnapshotDiffReport.DiffReportEntry PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshotDiffReportEntryProto entry)
           
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.