Uses of Class
org.apache.hadoop.hbase.regionserver.StoreContext
Packages that use StoreContext
Package
Description
-
Uses of StoreContext in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type StoreContextModifier 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
Fields in org.apache.hadoop.hbase.regionserver declared as StoreContextModifier and TypeFieldDescriptionprivate StoreContext
StoreEngine.ctx
private final StoreContext
HStore.storeContext
Methods in org.apache.hadoop.hbase.regionserver that return StoreContextModifier and TypeMethodDescriptionStoreContext.Builder.build()
HStore.getStoreContext()
private StoreContext
HStore.initializeStoreContext
(ColumnFamilyDescriptor family) -
Uses of StoreContext in org.apache.hadoop.hbase.regionserver.storefiletracker
Fields in org.apache.hadoop.hbase.regionserver.storefiletracker declared as StoreContextModifier and TypeFieldDescriptionprivate final StoreContext
StoreFileListFile.ctx
protected final StoreContext
StoreFileTrackerBase.ctx
Methods in org.apache.hadoop.hbase.regionserver.storefiletracker with parameters of type StoreContextModifier 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
.Constructors in org.apache.hadoop.hbase.regionserver.storefiletracker with parameters of type StoreContextModifierConstructorDescriptionDefaultStoreFileTracker
(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)