public class EmittingProcessorContext<T> extends Object implements ProcessorContext<T>
Constructor and Description |
---|
EmittingProcessorContext(ProcessorNode processorNode,
OutputCollector collector,
String outputStreamId) |
Modifier and Type | Method and Description |
---|---|
void |
forward(T input)
Forwards the input to all downstream processors.
|
void |
forward(T input,
String stream)
Forwards the input to downstream processors at specified stream.
|
Set<String> |
getWindowedParentStreams()
Returns the windowed parent streams.
|
boolean |
isWindowed()
Returns true if the processing is in a windowed context and should wait for punctuation before emitting results.
|
void |
setAnchor(RefCountedTuple anchor) |
void |
setEventTimestamp(long timestamp) |
void |
setTimestampField(String fieldName) |
public EmittingProcessorContext(ProcessorNode processorNode, OutputCollector collector, String outputStreamId)
public void forward(T input)
ProcessorContext
forward
in interface ProcessorContext<T>
input
- the inputpublic void forward(T input, String stream)
ProcessorContext
forward
in interface ProcessorContext<T>
input
- the inputstream
- the stream to forwardpublic boolean isWindowed()
ProcessorContext
isWindowed
in interface ProcessorContext<T>
public Set<String> getWindowedParentStreams()
ProcessorContext
getWindowedParentStreams
in interface ProcessorContext<T>
public void setTimestampField(String fieldName)
public void setAnchor(RefCountedTuple anchor)
public void setEventTimestamp(long timestamp)
Copyright © 2023 The Apache Software Foundation. All rights reserved.