| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| 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  HFilewriters | 
| static HFile.WriterFactory | HFile. getWriterFactoryNoCache(org.apache.hadoop.conf.Configuration conf)Returns the factory to be used to create  HFilewriters. | 
| 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–2021 The Apache Software Foundation. All rights reserved.