public static interface ExecutableStageContext.Factory
extends java.io.Serializable
ExecutableStageContext
instances. Serializable so that factories can be defined
at translation time and distributed to TaskManagers.Modifier and Type | Method and Description |
---|---|
ExecutableStageContext |
get(JobInfo jobInfo)
Get or create
ExecutableStageContext for given JobInfo . |
ExecutableStageContext get(JobInfo jobInfo)
ExecutableStageContext
for given JobInfo
.