|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoreFile.Writer | |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| Uses of StoreFile.Writer in org.apache.hadoop.hbase.regionserver |
|---|
| Methods in org.apache.hadoop.hbase.regionserver that return StoreFile.Writer | |
|---|---|
static StoreFile.Writer |
StoreFile.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path dir,
int blocksize,
Compression.Algorithm algorithm,
KeyValue.KVComparator c,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
StoreFile.BloomType bloomType,
long maxKeyCount)
Create a store file writer. |
static StoreFile.Writer |
StoreFile.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path dir,
int blocksize,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf)
Get a store file writer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||