Uses of Enum Class
org.apache.hadoop.hbase.master.cleaner.DirScanPool.Type
Packages that use DirScanPool.Type
-
Uses of DirScanPool.Type in org.apache.hadoop.hbase.master.cleaner
Fields in org.apache.hadoop.hbase.master.cleaner declared as DirScanPool.TypeMethods in org.apache.hadoop.hbase.master.cleaner that return DirScanPool.TypeModifier and TypeMethodDescriptionstatic DirScanPool.TypeReturns the enum constant of this class with the specified name.static DirScanPool.Type[]DirScanPool.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hbase.master.cleaner with parameters of type DirScanPool.TypeModifierConstructorDescriptionprivateDirScanPool(org.apache.hadoop.conf.Configuration conf, DirScanPool.Type dirScanPoolType) privateDirScanPool(DirScanPool.Type dirScanPoolType, String poolSize)