public class OutputHandler<OUT> extends Object
| Modifier and Type | Field and Description |
|---|---|
List<OneInputStreamOperator<?,?>> |
chainedOperators |
| Constructor and Description |
|---|
OutputHandler(StreamTask<OUT,?> vertex) |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcastBarrier(long id,
long timestamp) |
void |
clearWriters() |
void |
flushOutputs() |
List<OneInputStreamOperator<?,?>> |
getChainedOperators() |
Output<OUT> |
getOutput() |
Collection<StreamOutput<?>> |
getOutputs() |
public List<OneInputStreamOperator<?,?>> chainedOperators
public OutputHandler(StreamTask<OUT,?> vertex)
public void broadcastBarrier(long id,
long timestamp)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic Collection<StreamOutput<?>> getOutputs()
public List<OneInputStreamOperator<?,?>> getChainedOperators()
public void flushOutputs()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void clearWriters()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.