| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.util | |
| org.apache.hadoop.hbase.util.compaction |
| Modifier and Type | Method and Description |
|---|---|
StoreFileInfo |
HStoreFile.getFileInfo() |
| 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) |
| Constructor and Description |
|---|
HStoreFile(StoreFileInfo fileInfo,
BloomType cfBloomType,
CacheConfig cacheConf)
Constructor, loads a reader and it's indices, etc.
|
| 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.