Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
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.
|
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.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.