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

Packages that use SnapshotDiffReport.DiffType
org.apache.hadoop.hdfs.protocol   
 

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

Methods in org.apache.hadoop.hdfs.protocol that return SnapshotDiffReport.DiffType
 SnapshotDiffReport.DiffType SnapshotDiffReport.DiffReportEntry.getType()
           
static SnapshotDiffReport.DiffType SnapshotDiffReport.DiffType.getTypeFromLabel(String label)
           
static SnapshotDiffReport.DiffType SnapshotDiffReport.DiffType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SnapshotDiffReport.DiffType[] SnapshotDiffReport.DiffType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hdfs.protocol with parameters of type SnapshotDiffReport.DiffType
SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[] path)
           
SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] pathComponents)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.