@InterfaceAudience.Private
public class CatalogJanitor
extends org.apache.hadoop.hbase.ScheduledChore
hbase:meta catalog
table on a period looking for unused regions to garbage collect.| Modifier and Type | Method and Description |
|---|---|
protected void |
chore() |
boolean |
cleanMergeQualifier(org.apache.hadoop.hbase.client.RegionInfo region)
Checks if the specified region has merge qualifiers, if so, try to clean
them
|
protected boolean |
initialChore() |
boolean |
setEnabled(boolean enabled) |
protected boolean initialChore()
initialChore in class org.apache.hadoop.hbase.ScheduledChorepublic boolean setEnabled(boolean enabled)
enabled - protected void chore()
chore in class org.apache.hadoop.hbase.ScheduledChorepublic boolean cleanMergeQualifier(org.apache.hadoop.hbase.client.RegionInfo region)
throws IOException
region - IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.