If other effects are needed, implement your own LogCleanerDelegate and add it to the configuration "hbase.master.hfilecleaner.plugins", which is a comma-separated list of fully qualified class names. The For subclasses, setConf will be called exactly once before using the cleaner. Since {@link BaseHFileCleanerDelegate HFileCleanerDelegates} are created inHFileCleaner by reflection, classes that implements this interface must provide a default constructor.
HFileCleaner
will build the cleaner chain in order the order specified by the configuration.
|
|
|
|
|
|
|
|
|
|