Uses of Class
org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerBase
Packages that use StoreFileTrackerBase
-
Uses of StoreFileTrackerBase in org.apache.hadoop.hbase.regionserver.storefiletracker
Modifier and TypeClassDescription(package private) classThe default implementation for store file tracker, where we do not persist the store file list, and use listing when loading store files.(package private) classA file based store file tracker.(package private) classA store file tracker used for migrating between store file tracker implementations.Fields in org.apache.hadoop.hbase.regionserver.storefiletracker declared as StoreFileTrackerBaseModifier and TypeFieldDescriptionprivate final StoreFileTrackerBaseMigrationStoreFileTracker.dstprivate final StoreFileTrackerBaseMigrationStoreFileTracker.srcMethods in org.apache.hadoop.hbase.regionserver.storefiletracker that return StoreFileTrackerBaseModifier and TypeMethodDescription(package private) static StoreFileTrackerBaseStoreFileTrackerFactory.createForMigration(org.apache.hadoop.conf.Configuration conf, String configName, boolean isPrimaryReplica, StoreContext ctx) Create store file tracker to be used as source or destination forMigrationStoreFileTracker.Methods in org.apache.hadoop.hbase.regionserver.storefiletracker that return types with arguments of type StoreFileTrackerBaseModifier and TypeMethodDescription(package private) static Class<? extends StoreFileTrackerBase>StoreFileTrackerFactory.getStoreFileTrackerClassForMigration(org.apache.hadoop.conf.Configuration conf, String configName)