Uses of Enum Class
org.apache.hadoop.hdfs.DFSOpsCountStatistics.OpType
Packages that use DFSOpsCountStatistics.OpType
-
Uses of DFSOpsCountStatistics.OpType in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return DFSOpsCountStatistics.OpTypeModifier and TypeMethodDescriptionstatic DFSOpsCountStatistics.OpTypeDFSOpsCountStatistics.OpType.fromSymbol(String symbol) static DFSOpsCountStatistics.OpTypeReturns the enum constant of this class with the specified name.static DFSOpsCountStatistics.OpType[]DFSOpsCountStatistics.OpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs with parameters of type DFSOpsCountStatistics.OpTypeModifier and TypeMethodDescriptionvoidDFSOpsCountStatistics.incrementOpCounter(DFSOpsCountStatistics.OpType op)