Class HRegionWALFileSystem

java.lang.Object
org.apache.hadoop.hbase.regionserver.HRegionFileSystem
org.apache.hadoop.hbase.regionserver.HRegionWALFileSystem

@Private public class HRegionWALFileSystem extends HRegionFileSystem
A Wrapper for the region FileSystem operations adding WAL specific operations
  • Constructor Details

    • HRegionWALFileSystem

      HRegionWALFileSystem(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path tableDir, RegionInfo regionInfo)
  • Method Details

    • archiveRecoveredEdits

      public void archiveRecoveredEdits(String familyName, Collection<HStoreFile> storeFiles) throws IOException
      Closes and archives the specified store files from the specified family.
      Parameters:
      familyName - Family that contains the store filesMeta
      storeFiles - set of store files to remove
      Throws:
      IOException - if the archiving fails