Uses of Class
org.apache.hadoop.hbase.master.cleaner.DirScanPool
-
Uses of DirScanPool in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate DirScanPool
HMaster.exclusiveHFileCleanerPool
private DirScanPool
HMaster.logCleanerPool
private DirScanPool
HMaster.sharedHFileCleanerPool
-
Uses of DirScanPool in org.apache.hadoop.hbase.master.cleaner
Modifier and TypeMethodDescriptionstatic DirScanPool
DirScanPool.getHFileCleanerScanPool
(String poolSize) static DirScanPool
DirScanPool.getHFileCleanerScanPool
(org.apache.hadoop.conf.Configuration conf) static DirScanPool
DirScanPool.getLogCleanerScanPool
(org.apache.hadoop.conf.Configuration conf) ModifierConstructorDescriptionCleanerChore
(String name, int sleepPeriod, Stoppable s, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path oldFileDir, String confKey, DirScanPool pool) CleanerChore
(String name, int sleepPeriod, Stoppable s, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path oldFileDir, String confKey, DirScanPool pool, Map<String, Object> params, List<org.apache.hadoop.fs.Path> excludePaths) HFileCleaner
(int period, Stoppable stopper, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path directory, DirScanPool pool) HFileCleaner
(int period, Stoppable stopper, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path directory, DirScanPool pool, Map<String, Object> params) HFileCleaner
(int period, Stoppable stopper, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path directory, DirScanPool pool, Map<String, Object> params, List<org.apache.hadoop.fs.Path> excludePaths) HFileCleaner
(String name, int period, Stoppable stopper, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path directory, String confKey, DirScanPool pool, Map<String, Object> params, List<org.apache.hadoop.fs.Path> excludePaths) For creating customized HFileCleaner.LogCleaner
(int period, Stoppable stopper, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path oldLogDir, DirScanPool pool, Map<String, Object> params)