Uses of Enum Class
org.apache.hadoop.hdfs.protocol.SnapshotDiffReport.DiffType
Packages that use SnapshotDiffReport.DiffType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SnapshotDiffReport.DiffType in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return SnapshotDiffReport.DiffTypeModifier and TypeMethodDescriptionSnapshotDiffReport.DiffReportEntry.getType()static SnapshotDiffReport.DiffTypeSnapshotDiffReport.DiffType.getTypeFromLabel(String label) static SnapshotDiffReport.DiffTypeSnapshotDiffReport.DiffType.parseDiffType(String s) static SnapshotDiffReport.DiffTypeReturns the enum constant of this class with the specified name.static SnapshotDiffReport.DiffType[]SnapshotDiffReport.DiffType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hdfs.protocol with parameters of type SnapshotDiffReport.DiffTypeModifierConstructorDescriptionDiffReportEntry(SnapshotDiffReport.DiffType type, byte[] sourcePath) DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] sourcePathComponents) DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] sourcePathComponents, byte[][] targetPathComponents) DiffReportEntry(SnapshotDiffReport.DiffType type, byte[] sourcePath, byte[] targetPath)