@InterfaceAudience.Private public class DateTieredMultiFileWriter extends AbstractMultiFileWriter
AbstractMultiFileWriter.WriterFactorysourceScanner, writerFactory| Constructor and Description |
|---|
DateTieredMultiFileWriter(List<Long> lowerBoundaries,
boolean needEmptyFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(Cell cell)
Append the given 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<StoreFileWriter> |
writers() |
abortWriters, beforeShipped, commitWriters, init, preCloseWriterpublic void append(Cell cell) throws IOException
CellSinkcell - the cell to be addedIOExceptionprotected Collection<StoreFileWriter> writers()
writers in class AbstractMultiFileWriterprotected void preCommitWriters()
throws IOException
AbstractMultiFileWriterpreCommitWriters in class AbstractMultiFileWriterIOExceptionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.