InternalProcessorContext¶
InternalProcessorContext is an extension of ProcessorContext and StateStoreContext abstractions.
Contract (Subset)¶
currentNode¶
ProcessorNode<?, ?, ?, ?> currentNode()
Current ProcessorNode (as set by setCurrentNode)
initialize¶
void initialize()
Used when:
GlobalStateUpdateTaskis requested to initializeStandbyTaskis requested to initializeIfNeededStreamTaskis requested to completeRestoration
setCurrentNode¶
void setCurrentNode(
ProcessorNode<?, ?, ?, ?> currentNode)
Sets the given ProcessorNode as the current node