Uses of Class
org.apache.hadoop.hdfs.util.EnumCounters
Packages that use EnumCounters
Package
Description
-
Uses of EnumCounters in org.apache.hadoop.hdfs.server.blockmanagement
Subclasses of EnumCounters in org.apache.hadoop.hdfs.server.blockmanagementModifier and TypeClassDescriptionclassA immutable object that stores the number of live replicas and the number of decommissioned Replicas. -
Uses of EnumCounters in org.apache.hadoop.hdfs.server.namenode
Subclasses of EnumCounters in org.apache.hadoop.hdfs.server.namenodeMethods in org.apache.hadoop.hdfs.server.namenode that return EnumCountersModifier and TypeMethodDescriptionEnumCounters<org.apache.hadoop.fs.StorageType>FSDirectory.getStorageTypeDeltas(byte storagePolicyID, long dsDelta, short oldRep, short newRep) EnumCounters<org.apache.hadoop.fs.StorageType>QuotaCounts.getTypeSpaces()Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type EnumCountersModifier and TypeMethodDescriptionvoidContentCounts.addTypeSpaces(EnumCounters<org.apache.hadoop.fs.StorageType> that) DirectoryWithQuotaFeature.Builder.typeQuotas(EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas) QuotaCounts.Builder.typeSpaces(EnumCounters<org.apache.hadoop.fs.StorageType> val) Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type EnumCountersModifierConstructorDescriptionCopyWithQuota(byte[] name, org.apache.hadoop.fs.permission.PermissionStatus permissions, AclFeature aclFeature, long modificationTime, long nsQuota, long dsQuota, EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas, XAttrFeature xAttrsFeature) -
Uses of EnumCounters in org.apache.hadoop.hdfs.util
Subclasses of EnumCounters in org.apache.hadoop.hdfs.utilModifier and TypeClassDescriptionclassConstEnumCounters<E extends Enum<E>>Const Counters for an enum type.Methods in org.apache.hadoop.hdfs.util that return EnumCountersModifier and TypeMethodDescriptionEnumCounters.deepCopyEnumCounter()Return a deep copy of EnumCounter.Methods in org.apache.hadoop.hdfs.util with parameters of type EnumCountersModifier and TypeMethodDescriptionfinal voidConstEnumCounters.add(EnumCounters<E> that) voidEnumCounters.add(EnumCounters<E> that) Add that counters to this counters.final voidConstEnumCounters.set(EnumCounters<E> that) voidEnumCounters.set(EnumCounters<E> that) Set this counters to that counters.final voidConstEnumCounters.subtract(EnumCounters<E> that) voidEnumCounters.subtract(EnumCounters<E> that) Subtract this counters from that counters.