@InterfaceAudience.Private
public class ExpiredMobFileCleaner
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
| 构造器和说明 |
|---|
ExpiredMobFileCleaner() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cleanExpiredMobFiles(String tableName,
ColumnFamilyDescriptor family)
Cleans the MOB files when they're expired and their min versions are 0.
|
static void |
main(String[] args) |
int |
run(String[] args) |
public void cleanExpiredMobFiles(String tableName, ColumnFamilyDescriptor family) throws IOException
tableName - The current table name.family - The current family.IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.