| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
StoreFileInfo |
StoreFile.getFileInfo() |
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(org.apache.hadoop.fs.FileSystem fs,
StoreFileInfo fileInfo,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
BloomType cfBloomType)
Deprecated.
Now we will specific whether the StoreFile is for primary replica when
constructing, so please use
HStoreFile.HStoreFile(FileSystem, StoreFileInfo,
Configuration, CacheConfig, BloomType, boolean) directly. |
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 |
|---|---|
static StoreFileInfo |
ServerRegionReplicaUtil.getStoreFileInfo(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
HRegionInfo regionInfo,
HRegionInfo regionInfoForFs,
String familyName,
org.apache.hadoop.fs.Path path)
Returns a StoreFileInfo from the given FileStatus.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.