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 TypeMethodDescriptionstatic 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.