Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.storefiletracker |
Modifier and Type | Field and Description |
---|---|
private StoreContext |
StoreEngine.ctx |
private StoreContext |
HStore.storeContext |
Modifier and Type | Method and Description |
---|---|
StoreContext |
StoreContext.Builder.build() |
(package private) StoreContext |
HStore.getStoreContext() |
private StoreContext |
HStore.initializeStoreContext(ColumnFamilyDescriptor family) |
Modifier and Type | Field and Description |
---|---|
protected StoreContext |
StoreFileTrackerBase.ctx |
private StoreContext |
StoreFileListFile.ctx |
Modifier and Type | Method and Description |
---|---|
static StoreFileTracker |
StoreFileTrackerFactory.create(org.apache.hadoop.conf.Configuration conf,
boolean isPrimaryReplica,
StoreContext ctx) |
(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 . |
Constructor and Description |
---|
DefaultStoreFileTracker(org.apache.hadoop.conf.Configuration conf,
boolean isPrimaryReplica,
StoreContext ctx) |
FileBasedStoreFileTracker(org.apache.hadoop.conf.Configuration conf,
boolean isPrimaryReplica,
StoreContext ctx) |
MigrationStoreFileTracker(org.apache.hadoop.conf.Configuration conf,
boolean isPrimaryReplica,
StoreContext ctx) |
StoreFileListFile(StoreContext ctx) |
StoreFileTrackerBase(org.apache.hadoop.conf.Configuration conf,
boolean isPrimaryReplica,
StoreContext ctx) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.