| Interface | Description |
|---|---|
| JobInfo |
JobInfo contains all the meta information of the job. |
| NonPartitionedContext<OUT> |
This interface represents the context associated with all operations must be applied to all
partitions.
|
| PartitionedContext |
On the base of
RuntimeContext, PartitionedContext also contains all
partition-wise execution information, such as getting state, registering timer, etc. |
| ProcessingTimeManager |
This is responsibility for managing runtime information related to processing time of process
function.
|
| RuntimeContext |
A RuntimeContext contains information about the context in which process functions are executed.
|
| StateManager |
This is responsibility for managing runtime information related to state of process function.
|
| TaskInfo |
TaskInfo contains all the meta information of the task. |
| TwoOutputNonPartitionedContext<OUT1,OUT2> |
This interface represents the context associated with all operations must be applied to all
partitions with two outputs.
|
| Enum | Description |
|---|---|
| JobInfo.ExecutionMode |
Execution mode of this current job.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.