@InterfaceAudience.Private public class MasterMobFileCompactionThread extends Object
MasterRpcServices| Constructor and Description |
|---|
MasterMobFileCompactionThread(HMaster master) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the MasterMobFileCompactionThread.
|
void |
requestMobFileCompaction(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
TableName tableName,
List<HColumnDescriptor> hcds,
TableLockManager tableLockManager,
boolean isForceAllFiles)
Requests mob file compaction
|
public MasterMobFileCompactionThread(HMaster master)
public void requestMobFileCompaction(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
TableName tableName,
List<HColumnDescriptor> hcds,
TableLockManager tableLockManager,
boolean isForceAllFiles)
throws IOException
conf - The Configurationfs - The file systemtableName - The table the compacthcds - The column descriptorstableLockManager - The tableLock managerisForceAllFiles - Whether add all mob files into the compaction.IOExceptionpublic void close()
Copyright © 2007–2016 Cloudera. All rights reserved.