| Modifier and Type | Method and Description |
|---|---|
StoreFileInfo |
HStoreFile.getFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<StoreFileInfo> |
HRegionFileSystem.getStoreFiles(String familyName)
Returns the store files available for the family.
|
List<StoreFileInfo> |
HRegionFileSystem.getStoreFiles(String familyName,
boolean validate)
Returns the store files available for the family.
|
static List<StoreFileInfo> |
StoreUtils.toStoreFileInfo(Collection<HStoreFile> storefiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
HStore.bulkLoadHFile(StoreFileInfo fileInfo) |
HStoreFile |
StoreEngine.createStoreFileAndReader(StoreFileInfo info) |
| Constructor and Description |
|---|
HStoreFile(StoreFileInfo fileInfo,
BloomType cfBloomType,
CacheConfig cacheConf)
Constructor, loads a reader and it's indices, etc.
|
HStoreFile(StoreFileInfo fileInfo,
BloomType cfBloomType,
CacheConfig cacheConf,
BloomFilterMetrics metrics)
Constructor, loads a reader and it's indices, etc.
|
InputStreamBlockDistribution(org.apache.hadoop.fs.FSDataInputStream stream,
StoreFileInfo fileInfo)
This should only be called for the first FSDataInputStream of a StoreFile, in
HStoreFile.open(). |
| Modifier and Type | Method and Description |
|---|---|
List<StoreFileInfo> |
StoreFileTracker.load()
Load the store files list when opening a region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFileTracker.add(Collection<StoreFileInfo> newFiles)
Add new store files.
|
void |
StoreFileTracker.replace(Collection<StoreFileInfo> compactedFiles,
Collection<StoreFileInfo> newFiles)
Add new store files and remove compacted store files after compaction.
|
void |
StoreFileTracker.replace(Collection<StoreFileInfo> compactedFiles,
Collection<StoreFileInfo> newFiles)
Add new store files and remove compacted store files after compaction.
|
void |
StoreFileTracker.set(List<StoreFileInfo> files)
Set the store files.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MajorCompactionTTLRequest.shouldIncludeStore(HRegionFileSystem fileSystem,
String family,
Collection<StoreFileInfo> storeFiles,
long ts) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.