Uses of Class
org.apache.hadoop.hbase.regionserver.storefiletracker.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.Modifier and TypeFieldDescriptionprivate final StoreFileTrackerBase
MigrationStoreFileTracker.dst
private final StoreFileTrackerBase
MigrationStoreFileTracker.src
Modifier 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
.Modifier and TypeMethodDescription(package private) static Class<? extends StoreFileTrackerBase>
StoreFileTrackerFactory.getStoreFileTrackerClassForMigration
(org.apache.hadoop.conf.Configuration conf, String configName)