Uses of Class
org.apache.hadoop.hbase.BaseConfigurable
Package
Description
-
Uses of org.apache.hadoop.hbase.BaseConfigurable in org.apache.hadoop.hbase.backup
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.backup.BackupHFileCleaner
Implementation of a file cleaner that checks if an hfile is still referenced by backup before deleting it from hfile archive directory. -
Uses of org.apache.hadoop.hbase.BaseConfigurable in org.apache.hadoop.hbase.master.cleaner
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
Base class for file cleaners which allows subclasses to implement a simple isFileDeletable method (which used to be the FileCleanerDelegate contract).class
org.apache.hadoop.hbase.master.cleaner.BaseHFileCleanerDelegate
Base class for the hfile cleaning function inside the master. -
Uses of org.apache.hadoop.hbase.BaseConfigurable in org.apache.hadoop.hbase.mob
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.mob.ManualMobMaintHFileCleaner
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. -
Uses of org.apache.hadoop.hbase.BaseConfigurable in org.apache.hadoop.hbase.security
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.security.UserProvider
Provide an instance of a user.