private class MasterMobCompactionThread.CompactionRunner extends Object implements Runnable
| Modifier and Type | Field and Description | 
|---|---|
| private boolean | allFiles | 
| private org.apache.hadoop.fs.FileSystem | fs | 
| private List<ColumnFamilyDescriptor> | hcds | 
| private ExecutorService | pool | 
| private TableName | tableName | 
| Constructor and Description | 
|---|
| CompactionRunner(org.apache.hadoop.fs.FileSystem fs,
                TableName tableName,
                List<ColumnFamilyDescriptor> hcds,
                boolean allFiles,
                ExecutorService pool) | 
private org.apache.hadoop.fs.FileSystem fs
private List<ColumnFamilyDescriptor> hcds
private boolean allFiles
private ExecutorService pool
public CompactionRunner(org.apache.hadoop.fs.FileSystem fs, TableName tableName, List<ColumnFamilyDescriptor> hcds, boolean allFiles, ExecutorService pool)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.