Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
static HFileLink |
HFileLink.create(org.apache.hadoop.conf.Configuration conf,
String table,
String region,
String family,
String hfile)
Create an HFileLink instance from table/region/family/hfile location
|
Constructor and Description |
---|
HalfStoreFileReader(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path p,
HFileLink link,
CacheConfig cacheConf,
Reference r,
DataBlockEncoding preferredEncodingInCache)
Creates a half file reader for a hfile referred to by an hfilelink.
|
Constructor and Description |
---|
StoreFile.Reader(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
HFileLink hfileLink,
long size,
CacheConfig cacheConf,
DataBlockEncoding preferredEncodingInCache,
boolean closeIStream) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.