Uses of Class
org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
-
Uses of HFile.WriterFactory in org.apache.hadoop.hbase.io.hfile
Modifier and TypeMethodDescriptionstatic final HFile.WriterFactory
HFile.getWriterFactory
(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf) Returns the factory to be used to createHFile
writersstatic final HFile.WriterFactory
HFile.getWriterFactoryNoCache
(org.apache.hadoop.conf.Configuration conf) Returns the factory to be used to createHFile
writers.HFile.WriterFactory.withFavoredNodes
(InetSocketAddress[] favoredNodes) HFile.WriterFactory.withFileContext
(HFileContext fileContext) HFile.WriterFactory.withOutputStream
(org.apache.hadoop.fs.FSDataOutputStream ostream) HFile.WriterFactory.withPath
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path) HFile.WriterFactory.withShouldDropCacheBehind
(boolean shouldDropBehind)