Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.storefiletracker |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultStoreFileTracker
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 |
FileBasedStoreFileTracker
A file based store file tracker.
|
(package private) class |
MigrationStoreFileTracker
A store file tracker used for migrating between store file tracker implementations.
|
Modifier and Type | Field and Description |
---|---|
private StoreFileTrackerBase |
MigrationStoreFileTracker.dst |
private StoreFileTrackerBase |
MigrationStoreFileTracker.src |
Modifier and Type | Method and Description |
---|---|
(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 for
MigrationStoreFileTracker . |
Modifier and Type | Method and Description |
---|---|
(package private) static Class<? extends StoreFileTrackerBase> |
StoreFileTrackerFactory.getStoreFileTrackerClassForMigration(org.apache.hadoop.conf.Configuration conf,
String configName) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.