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 HFileLink
HFileLink.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 HFileLink
HFileLink.buildFromHFileLinkPattern
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path hFileLinkPattern) static final HFileLink
HFileLink.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, long createdTimestamp, org.apache.hadoop.fs.Path initialPath, long size, Reference reference, HFileLink link, boolean primaryReplica) Create a Store File Info from an HFileLink and a ReferenceStoreFileInfo
(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