Package org.apache.hadoop.hbase.regionserver.storefiletracker
package org.apache.hadoop.hbase.regionserver.storefiletracker
-
ClassDescriptionThe default implementation for store file tracker, where we do not persist the store file list, and use listing when loading store files.A file based store file tracker.Procedure for setting StoreFileTracker information to table descriptor.A store file tracker used for migrating between store file tracker implementations.This procedure is used to change the store file tracker implementation.To fully avoid listing, here we use two files for tracking.An interface to define how we track the store files for a give store.Base class for all store file tracker.Factory method for creating store file tracker.Maps between configuration names for trackers and implementation classes.