Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
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(CellComparator 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–2020 The Apache Software Foundation. All rights reserved.