Class ManualMobMaintHFileCleaner

All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, FileCleanerDelegate, Stoppable

@LimitedPrivate("Configuration") public class ManualMobMaintHFileCleaner extends BaseHFileCleanerDelegate
BaseHFileCleanerDelegate that prevents cleaning HFiles from a mob region keeps a map of table name strings to mob region name strings over the life of a JVM instance. if there's churn of unique table names we'll eat memory until Master restart.