|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HFile.Writer | |
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides the hbase data+index+metadata file. |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.util | |
| Uses of HFile.Writer in org.apache.hadoop.hbase.io.hfile |
|---|
| Classes in org.apache.hadoop.hbase.io.hfile that implement HFile.Writer | |
|---|---|
class |
AbstractHFileWriter
Common functionality needed by all versions of HFile writers. |
class |
HFileWriterV1
Writes version 1 HFiles. |
class |
HFileWriterV2
Writes HFile format version 2. |
| Methods in org.apache.hadoop.hbase.io.hfile that return HFile.Writer | |
|---|---|
abstract HFile.Writer |
HFile.WriterFactory.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
|
abstract HFile.Writer |
HFile.WriterFactory.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
int blockSize,
Compression.Algorithm compress,
KeyValue.KeyComparator comparator)
|
abstract HFile.Writer |
HFile.WriterFactory.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
int blockSize,
String compress,
KeyValue.KeyComparator comparator)
|
abstract HFile.Writer |
HFile.WriterFactory.createWriter(org.apache.hadoop.fs.FSDataOutputStream ostream,
int blockSize,
Compression.Algorithm compress,
KeyValue.KeyComparator c)
|
abstract HFile.Writer |
HFile.WriterFactory.createWriter(org.apache.hadoop.fs.FSDataOutputStream ostream,
int blockSize,
String compress,
KeyValue.KeyComparator comparator)
|
| Uses of HFile.Writer in org.apache.hadoop.hbase.regionserver |
|---|
| Fields in org.apache.hadoop.hbase.regionserver declared as HFile.Writer | |
|---|---|
protected HFile.Writer |
StoreFile.Writer.writer
|
| Uses of HFile.Writer in org.apache.hadoop.hbase.util |
|---|
| Methods in org.apache.hadoop.hbase.util with parameters of type HFile.Writer | |
|---|---|
static BloomFilterWriter |
BloomFilterFactory.createBloomAtWrite(org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
StoreFile.BloomType bloomType,
int maxKeys,
HFile.Writer writer)
Creates a new Bloom filter at the time of StoreFile writing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||