Package org.apache.hadoop.hbase.mob


package org.apache.hadoop.hbase.mob
  • Classes
    Class
    Description
    org.apache.hadoop.hbase.mob.CachedMobFile
    Cached mob file.
    org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
    Compact passed set of files in the mob-enabled column family.
    org.apache.hadoop.hbase.mob.DefaultMobStoreFlusher
    An implementation of the StoreFlusher.
    org.apache.hadoop.hbase.mob.ExpiredMobFileCleaner
    The cleaner to delete the expired MOB files.
    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.
    org.apache.hadoop.hbase.mob.MobCell
    The MobCell will maintain a Cell and a StoreFileScanner inside.
    org.apache.hadoop.hbase.mob.MobConstants
    The constants used in mob.
    org.apache.hadoop.hbase.mob.MobFile
    The mob file.
    org.apache.hadoop.hbase.mob.MobFileCache
    The cache for mob files.
    org.apache.hadoop.hbase.mob.MobFileCleanerChore
    The class MobFileCleanerChore for running cleaner regularly to remove the expired and obsolete (files which have no active references to) mob files.
    org.apache.hadoop.hbase.mob.MobFileCleanupUtil
     
    org.apache.hadoop.hbase.mob.MobFileCompactionChore
    Periodic MOB compaction chore.
    org.apache.hadoop.hbase.mob.MobFileName
    The mob file name.
    org.apache.hadoop.hbase.mob.MobStoreEngine
    MobStoreEngine creates the mob specific compactor, and store flusher.
    org.apache.hadoop.hbase.mob.MobUtils
    The mob utilities
    org.apache.hadoop.hbase.mob.RSMobFileCleanerChore
    The class RSMobFileCleanerChore for running cleaner regularly to remove the obsolete (files which have no active references to) mob files that were referenced from the current RS.