Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
StoreFileInfo |
StoreFile.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 |
Store.bulkLoadHFile(StoreFileInfo fileInfo) |
void |
HStore.bulkLoadHFile(StoreFileInfo fileInfo) |
Constructor and Description |
---|
StoreFile(org.apache.hadoop.fs.FileSystem fs,
StoreFileInfo fileInfo,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
BloomType cfBloomType)
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-2016 The Apache Software Foundation. All Rights Reserved.