public class MasterMobCompactionThread
extends java.lang.Object
MasterRpcServices| Constructor and Description |
|---|
MasterMobCompactionThread(HMaster master) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the MasterMobCompactionThread.
|
void |
requestMobCompaction(Configuration conf,
FileSystem fs,
TableName tableName,
java.util.List<ColumnFamilyDescriptor> columns,
boolean allFiles)
Requests mob compaction
|
public MasterMobCompactionThread(HMaster master)
public void requestMobCompaction(Configuration conf,
FileSystem fs,
TableName tableName,
java.util.List<ColumnFamilyDescriptor> columns,
boolean allFiles)
throws java.io.IOException
conf - The Configurationfs - The file systemtableName - The table the compactcolumns - The column descriptorsallFiles - Whether add all mob files into the compaction.java.io.IOExceptionpublic void close()