Uses of Class
org.apache.hadoop.hbase.regionserver.StoreContext
Package
Description
-
Uses of StoreContext in org.apache.hadoop.hbase.mob
Modifier and TypeMethodDescriptionMobFileCache.openFile
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, CacheConfig cacheConf, StoreContext storeContext) Opens a mob file. -
Uses of StoreContext in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate StoreContext
StoreEngine.ctx
private final StoreContext
HStore.storeContext
Modifier and TypeMethodDescriptionStoreContext.Builder.build()
HStore.getStoreContext()
private StoreContext
HStore.initializeStoreContext
(ColumnFamilyDescriptor family) -
Uses of StoreContext in org.apache.hadoop.hbase.regionserver.storefiletracker
Modifier and TypeFieldDescriptionprivate final StoreContext
StoreFileListFile.ctx
protected final StoreContext
StoreFileTrackerBase.ctx
Modifier and TypeMethodDescriptionstatic 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 forMigrationStoreFileTracker
.ModifierConstructorDescriptionDefaultStoreFileTracker
(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) (package private)
protected
StoreFileTrackerBase
(org.apache.hadoop.conf.Configuration conf, boolean isPrimaryReplica, StoreContext ctx)