public class StreamSink<IN> extends AbstractUdfStreamOperator<Object,SinkFunction<IN>> implements OneInputStreamOperator<IN,Object>
StreamOperator.ChainingStrategyuserFunctionchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
StreamSink(SinkFunction<IN> sinkFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(IN element) |
close, confirmCheckpointCompleted, getStateSnapshotFromFunction, getUserFunction, open, restoreInitialState, setupdisableInputCopy, getChainingStrategy, isInputCopyingDisabled, setChainingStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setuppublic StreamSink(SinkFunction<IN> sinkFunction)
public void processElement(IN element) throws Exception
processElement in interface OneInputStreamOperator<IN,Object>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.