case class Context(env: StreamExecutionEnvironment = null, stageId: String, stageProperties: Properties = null, pipeline: Pipeline = null) extends Product with Serializable
The context of this stage.
- env
The execution environment it is running in.
- stageId
the name of this stage.
- stageProperties
the properties of this stage.
- pipeline
the pipeline this stage belongs to.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Context
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Context(env: StreamExecutionEnvironment = null, stageId: String, stageProperties: Properties = null, pipeline: Pipeline = null)
- env
The execution environment it is running in.
- stageId
the name of this stage.
- stageProperties
the properties of this stage.
- pipeline
the pipeline this stage belongs to.