| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.snapshot | |
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Field and Description | 
|---|---|
private StoreFileInfo | 
HStoreFile.fileInfo  | 
| Modifier and Type | Method and Description | 
|---|---|
StoreFileInfo | 
HStoreFile.getFileInfo()  | 
(package private) StoreFileInfo | 
HRegionFileSystem.getStoreFileInfo(String familyName,
                String fileName)
Return the store file information of the specified family/file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<StoreFileInfo> | 
HRegionFileSystem.getStoreFiles(byte[] familyName)
Returns the store files available for the family. 
 | 
Collection<StoreFileInfo> | 
HRegionFileSystem.getStoreFiles(String familyName)  | 
Collection<StoreFileInfo> | 
HRegionFileSystem.getStoreFiles(String familyName,
             boolean validate)
Returns the store files available for the family. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HStore.bulkLoadHFile(StoreFileInfo fileInfo)  | 
private HStoreFile | 
HStore.createStoreFileAndReader(StoreFileInfo info)  | 
| Modifier and Type | Method and Description | 
|---|---|
private List<HStoreFile> | 
HStore.openStoreFiles(Collection<StoreFileInfo> files)  | 
private void | 
HStore.refreshStoreFilesInternal(Collection<StoreFileInfo> newFiles)
Checks the underlying store files, and opens the files that  have not
 been opened, and removes the store file readers for store files no longer
 available. 
 | 
| Constructor and Description | 
|---|
HStoreFile(org.apache.hadoop.fs.FileSystem fs,
          StoreFileInfo fileInfo,
          org.apache.hadoop.conf.Configuration conf,
          CacheConfig cacheConf,
          BloomType cfBloomType,
          boolean primaryReplica)
Constructor, loads a reader and it's indices, etc. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private List<StoreFileInfo> | 
SnapshotManifest.getStoreFiles(org.apache.hadoop.fs.Path storeDir)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SnapshotManifestV1.ManifestBuilder.storeFile(HRegionFileSystem region,
         org.apache.hadoop.fs.Path familyDir,
         StoreFileInfo storeFile)  | 
void | 
SnapshotManifestV2.ManifestBuilder.storeFile(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.Builder region,
         org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder family,
         StoreFileInfo storeFile)  | 
void | 
SnapshotManifest.RegionVisitor.storeFile(TRegion region,
         TFamily family,
         StoreFileInfo storeFile)  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
SnapshotManifest.addReferenceFiles(SnapshotManifest.RegionVisitor visitor,
                 Object regionData,
                 Object familyData,
                 Collection<StoreFileInfo> storeFiles,
                 boolean isMob)  | 
| Modifier and Type | Method and Description | 
|---|---|
static StoreFileInfo | 
ServerRegionReplicaUtil.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)
Returns a StoreFileInfo from the given FileStatus. 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.