public class ExportWriterStream extends TupleStream implements Expressible
Note: this class is made public only to allow access from ExportHandler,
it should be treated as an internal detail of implementation.
TupleStream.IgnoreExceptionMapWriter.EntryWriter| Constructor and Description |
|---|
ExportWriterStream(StreamExpression expression,
StreamFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<TupleStream> |
children() |
void |
close() |
StreamComparator |
getStreamSort() |
void |
open() |
Tuple |
read() |
void |
setStreamContext(StreamContext context)
NOTE: this context must contain an instance of
ExportBuffers under the
ExportBuffers.EXPORT_BUFFERS_KEY key. |
Explanation |
toExplanation(StreamFactory factory) |
StreamExpressionParameter |
toExpression(StreamFactory factory) |
getCost, getShards, getShards, getStreamNodeId, writeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizepublic ExportWriterStream(StreamExpression expression, StreamFactory factory) throws IOException
IOExceptionpublic void setStreamContext(StreamContext context)
ExportBuffers under the
ExportBuffers.EXPORT_BUFFERS_KEY key.setStreamContext in class TupleStreampublic List<TupleStream> children()
children in class TupleStreampublic void open()
throws IOException
open in class TupleStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class TupleStreamIOExceptionpublic Tuple read() throws IOException
read in class TupleStreamIOExceptionpublic StreamComparator getStreamSort()
getStreamSort in class TupleStreampublic StreamExpressionParameter toExpression(StreamFactory factory) throws IOException
toExpression in interface ExpressibleIOExceptionpublic Explanation toExplanation(StreamFactory factory) throws IOException
toExplanation in interface ExpressibletoExplanation in class TupleStreamIOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.