InternalProcessorContext
is the extension of the ProcessorContext contract for internal processor contexts.
Method | Description |
---|---|
|
|
|
|
|
void initialize() Initializes the processor context Used when:
|
|
|
|
|
|
|
|
void setRecordContext(ProcessorRecordContext recordContext) Sets the current ProcessorRecordContext Used when…FIXME |
|
long streamTime() Stream time Used when…FIXME |
|
void uninitialize() Uninitializes the processor context Used when:
|
Note
|
AbstractProcessorContext is the base implementation of the InternalProcessorContext Contract. |