public interface RuntimeSink<T> extends Sink<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
write(RecordContext inputRecordContext,
T value)
Write the valuevalue.
|
closedefault void write(RecordContext inputRecordContext, T value)
The implementation of this class is responsible for notifying the runtime whether the input record
for generating this value is done with processing by RecordContext.ack() and RecordContext.fail().
inputRecordContext - input record contextvalue - output value computed from the runtime.Copyright © 2017–2018 Apache Software Foundation. All rights reserved.