Uses of Interface
org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Packages that use StoreFileTracker
Package
Description
-
Uses of StoreFileTracker in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type StoreFileTrackerModifier and TypeMethodDescriptionstatic CachedMobFileCachedMobFile.create(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, StoreFileTracker sft) static MobFileMobFile.create(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, StoreFileTracker sft) Creates an instance of the MobFile. -
Uses of StoreFileTracker in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as StoreFileTrackerMethods in org.apache.hadoop.hbase.regionserver that return StoreFileTrackerModifier and TypeMethodDescriptionprivate StoreFileTrackerStoreEngine.createStoreFileTracker(org.apache.hadoop.conf.Configuration conf, HStore store) Methods in org.apache.hadoop.hbase.regionserver with parameters of type StoreFileTrackerModifier and TypeMethodDescription(package private) StoreFileInfoHRegionFileSystem.getStoreFileInfo(String familyName, String fileName, StoreFileTracker tracker) Return the store file information of the specified family/file.org.apache.hadoop.fs.PathHRegionFileSystem.mergeStoreFile(RegionInfo mergingRegion, String familyName, HStoreFile f, StoreFileTracker tracker) Write out a merge reference under the given merges directory.org.apache.hadoop.fs.PathHRegionFileSystem.splitStoreFile(RegionInfo hri, String familyName, HStoreFile f, byte[] splitRow, boolean top, RegionSplitPolicy splitPolicy, StoreFileTracker tracker) Write out a split reference.Constructors in org.apache.hadoop.hbase.regionserver with parameters of type StoreFileTrackerModifierConstructorDescriptionHStoreFile(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path p, org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf, BloomType cfBloomType, boolean primaryReplica, StoreFileTracker sft) Constructor, loads a reader and it's indices, etc.privateStoreFileInfo(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus fileStatus, org.apache.hadoop.fs.Path initialPath, boolean primaryReplica, StoreFileTracker sft) -
Uses of StoreFileTracker in org.apache.hadoop.hbase.regionserver.storefiletracker
Classes in org.apache.hadoop.hbase.regionserver.storefiletracker that implement StoreFileTrackerModifier and TypeClassDescription(package private) classThe default implementation for store file tracker, where we do not persist the store file list, and use listing when loading store files.(package private) classA file based store file tracker.(package private) classA store file tracker used for migrating between store file tracker implementations.(package private) classBase class for all store file tracker.Fields in org.apache.hadoop.hbase.regionserver.storefiletracker with type parameters of type StoreFileTrackerModifier and TypeFieldDescriptionprivate static final Map<Class<? extends StoreFileTracker>,StoreFileTrackerFactory.Trackers> StoreFileTrackerFactory.CLASS_TO_ENUM(package private) final Class<? extends StoreFileTracker>StoreFileTrackerFactory.Trackers.clazzMethods in org.apache.hadoop.hbase.regionserver.storefiletracker that return StoreFileTrackerModifier and TypeMethodDescriptionstatic StoreFileTrackerStoreFileTrackerFactory.create(org.apache.hadoop.conf.Configuration conf, boolean isPrimaryReplica, StoreContext ctx) static StoreFileTrackerStoreFileTrackerFactory.create(org.apache.hadoop.conf.Configuration conf, TableDescriptor td, ColumnFamilyDescriptor cfd, HRegionFileSystem regionFs) Used at master side when splitting/merging regions, as we do not have a Store, thus no StoreContext at master side.static StoreFileTrackerStoreFileTrackerFactory.create(org.apache.hadoop.conf.Configuration conf, TableDescriptor td, ColumnFamilyDescriptor cfd, HRegionFileSystem regionFs, boolean isPrimaryReplica) Methods in org.apache.hadoop.hbase.regionserver.storefiletracker that return types with arguments of type StoreFileTrackerModifier and TypeMethodDescription(package private) static Class<? extends StoreFileTracker>MigrationStoreFileTracker.getDstTrackerClass(org.apache.hadoop.conf.Configuration conf) (package private) static Class<? extends StoreFileTracker>MigrationStoreFileTracker.getSrcTrackerClass(org.apache.hadoop.conf.Configuration conf) static Class<? extends StoreFileTracker>StoreFileTrackerFactory.getTrackerClass(String trackerNameOrClass) static Class<? extends StoreFileTracker>StoreFileTrackerFactory.getTrackerClass(org.apache.hadoop.conf.Configuration conf) private static Map<Class<? extends StoreFileTracker>,StoreFileTrackerFactory.Trackers> StoreFileTrackerFactory.reverse()Method parameters in org.apache.hadoop.hbase.regionserver.storefiletracker with type arguments of type StoreFileTrackerModifier and TypeMethodDescriptionstatic StringStoreFileTrackerFactory.getStoreFileTrackerName(Class<? extends StoreFileTracker> clazz) Constructor parameters in org.apache.hadoop.hbase.regionserver.storefiletracker with type arguments of type StoreFileTracker -
Uses of StoreFileTracker in org.apache.hadoop.hbase.snapshot
Methods in org.apache.hadoop.hbase.snapshot with parameters of type StoreFileTrackerModifier and TypeMethodDescriptionstatic List<StoreFileInfo>SnapshotManifestV1.getStoreFiles(StoreFileTracker sft, HRegionFileSystem regionFS, String familyName, boolean validate) private StringRestoreSnapshotHelper.restoreReferenceFile(org.apache.hadoop.fs.Path familyDir, RegionInfo regionInfo, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.StoreFile storeFile, StoreFileTracker tracker) Create a newReferenceas copy of the source one.private StringRestoreSnapshotHelper.restoreStoreFile(org.apache.hadoop.fs.Path familyDir, RegionInfo regionInfo, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.StoreFile storeFile, boolean createBackRef, StoreFileTracker tracker) Create a newHFileLinkto reference the store file. -
Uses of StoreFileTracker in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type StoreFileTrackerModifier and TypeMethodDescriptionstatic StoreFileInfoServerRegionReplicaUtil.getStoreFileInfo(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, RegionInfo regionInfo, RegionInfo regionInfoForFs, String familyName, org.apache.hadoop.fs.Path path, StoreFileTracker tracker) Returns a StoreFileInfo from the given FileStatus. -
Uses of StoreFileTracker in org.apache.hadoop.hbase.util.compaction
Methods in org.apache.hadoop.hbase.util.compaction that return StoreFileTrackerModifier and TypeMethodDescriptionMajorCompactionRequest.getStoreFileTracker(String family, HRegionFileSystem fileSystem)