Uses of Class
org.apache.hadoop.hbase.io.HFileLink
Packages that use HFileLink
-
Uses of HFileLink in org.apache.hadoop.hbase.io
Methods in org.apache.hadoop.hbase.io that return HFileLinkModifier and TypeMethodDescriptionstatic HFileLinkHFileLink.build(org.apache.hadoop.conf.Configuration conf, TableName table, String region, String family, String hfile) Create an HFileLink instance from table/region/family/hfile locationstatic final HFileLinkHFileLink.buildFromHFileLinkPattern(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path hFileLinkPattern) static final HFileLinkHFileLink.buildFromHFileLinkPattern(org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.fs.Path archiveDir, org.apache.hadoop.fs.Path hFileLinkPattern) -
Uses of HFileLink in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as HFileLinkConstructors in org.apache.hadoop.hbase.regionserver with parameters of type HFileLinkModifierConstructorDescriptionStoreFileInfo(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus fileStatus, HFileLink link) Create a Store File Info from an HFileLinkStoreFileInfo(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus fileStatus, Reference reference, HFileLink link) Create a Store File Info from an HFileLink and a Reference