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) class
The default implementation for store file tracker, where we do not persist the store file list, and use listing when loading store files.(package private) class
A file based store file tracker.(package private) class
A 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 StoreFileTrackerBase
MigrationStoreFileTracker.dst
private final StoreFileTrackerBase
MigrationStoreFileTracker.src
Methods in org.apache.hadoop.hbase.regionserver.storefiletracker that return StoreFileTrackerBaseModifier and TypeMethodDescription(package private) static StoreFileTrackerBase
StoreFileTrackerFactory.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)