Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HFileWriterV2.WriterFactoryV2 |
(package private) static class |
HFileWriterV3.WriterFactoryV3 |
Modifier and Type | Method and Description |
---|---|
static HFile.WriterFactory |
HFile.getWriterFactory(org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf)
Returns the factory to be used to create
HFile writers |
static HFile.WriterFactory |
HFile.getWriterFactoryNoCache(org.apache.hadoop.conf.Configuration conf)
Returns the factory to be used to create
HFile writers. |
HFile.WriterFactory |
HFile.WriterFactory.withComparator(KeyValue.KVComparator comparator) |
HFile.WriterFactory |
HFile.WriterFactory.withFavoredNodes(InetSocketAddress[] favoredNodes) |
HFile.WriterFactory |
HFile.WriterFactory.withFileContext(HFileContext fileContext) |
HFile.WriterFactory |
HFile.WriterFactory.withOutputStream(org.apache.hadoop.fs.FSDataOutputStream ostream) |
HFile.WriterFactory |
HFile.WriterFactory.withPath(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path) |
HFile.WriterFactory |
HFile.WriterFactory.withShouldDropCacheBehind(boolean shouldDropBehind) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.