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 StoreContextStoreEngine.ctxprivate final StoreContextHStore.storeContextMethods in org.apache.hadoop.hbase.regionserver that return StoreContextModifier and TypeMethodDescriptionStoreContext.Builder.build()HStore.getStoreContext()private StoreContextHStore.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 StoreContextStoreFileListFile.ctxprotected final StoreContextStoreFileTrackerBase.ctxMethods in org.apache.hadoop.hbase.regionserver.storefiletracker with parameters of type StoreContextModifier and TypeMethodDescriptionstatic StoreFileTrackerStoreFileTrackerFactory.create(org.apache.hadoop.conf.Configuration conf, boolean isPrimaryReplica, StoreContext ctx) (package private) static StoreFileTrackerBaseStoreFileTrackerFactory.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)protectedStoreFileTrackerBase(org.apache.hadoop.conf.Configuration conf, boolean isPrimaryReplica, StoreContext ctx)