static class HFileWriterV3.WriterFactoryV3 extends HFile.WriterFactory
cacheConf, comparator, conf, favoredNodes, fs, ostream, path, shouldDropBehind
Constructor and Description |
---|
HFileWriterV3.WriterFactoryV3(org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf) |
Modifier and Type | Method and Description |
---|---|
HFile.Writer |
createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FSDataOutputStream ostream,
KeyValue.KVComparator comparator,
HFileContext fileContext) |
create, withComparator, withFavoredNodes, withFileContext, withOutputStream, withPath, withShouldDropCacheBehind
HFileWriterV3.WriterFactoryV3(org.apache.hadoop.conf.Configuration conf, CacheConfig cacheConf)
public HFile.Writer createWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.FSDataOutputStream ostream, KeyValue.KVComparator comparator, HFileContext fileContext) throws IOException
createWriter
in class HFile.WriterFactory
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.