@InterfaceAudience.Private public class MasterMobCompactionThread extends Object
MasterRpcServices| Constructor and Description |
|---|
MasterMobCompactionThread(HMaster master) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the MasterMobCompactionThread.
|
void |
requestMobCompaction(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
TableName tableName,
List<ColumnFamilyDescriptor> columns,
boolean allFiles)
Requests mob compaction
|
public MasterMobCompactionThread(HMaster master)
public void requestMobCompaction(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
TableName tableName,
List<ColumnFamilyDescriptor> columns,
boolean allFiles)
throws IOException
conf - The Configurationfs - The file systemtableName - The table the compactcolumns - The column descriptorsallFiles - Whether add all mob files into the compaction.IOExceptionpublic void close()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.