@InterfaceAudience.Private public class DateTieredMultiFileWriter extends AbstractMultiFileWriter
AbstractMultiFileWriter.WriterFactory
sourceScanner, writerFactory
Constructor and Description |
---|
DateTieredMultiFileWriter(List<Long> lowerBoundaries,
boolean needEmptyFile) |
Modifier and Type | Method and Description |
---|---|
void |
append(Cell cell) |
protected void |
preCommitWriters()
Subclasses override this method to be called at the end of a successful sequence of append; all
appends are processed before this method is called.
|
protected Collection<StoreFile.Writer> |
writers() |
abortWriters, commitWriters, commitWriters, init, preCloseWriter
public void append(Cell cell) throws IOException
IOException
protected Collection<StoreFile.Writer> writers()
writers
in class AbstractMultiFileWriter
protected void preCommitWriters() throws IOException
AbstractMultiFileWriter
preCommitWriters
in class AbstractMultiFileWriter
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.