| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.mob.compactions | |
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Method and Description | 
|---|---|
static 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 location 
 | 
static HFileLink | 
HFileLink.buildFromHFileLinkPattern(org.apache.hadoop.conf.Configuration conf,
                         org.apache.hadoop.fs.Path hFileLinkPattern)  | 
static HFileLink | 
HFileLink.buildFromHFileLinkPattern(org.apache.hadoop.fs.Path rootDir,
                         org.apache.hadoop.fs.Path archiveDir,
                         org.apache.hadoop.fs.Path hFileLinkPattern)  | 
| Modifier and Type | Method and Description | 
|---|---|
private org.apache.hadoop.fs.FileStatus | 
PartitionedMobCompactor.getLinkedFileStatus(HFileLink link)  | 
| Modifier and Type | Field and Description | 
|---|---|
private HFileLink | 
StoreFileInfo.link  | 
| Constructor and Description | 
|---|
StoreFileInfo(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 HFileLink 
 | 
StoreFileInfo(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 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.