public class SamzaExecutableStageContextFactory
extends java.lang.Object
implements org.apache.beam.runners.fnexecution.control.ExecutableStageContext.Factory
ExecutableStageContext.Factory per job. Assumes it is
safe to release the backing environment asynchronously.| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.runners.fnexecution.control.ExecutableStageContext |
get(org.apache.beam.runners.fnexecution.provisioning.JobInfo jobInfo) |
static SamzaExecutableStageContextFactory |
getInstance() |
public static SamzaExecutableStageContextFactory getInstance()
public org.apache.beam.runners.fnexecution.control.ExecutableStageContext get(org.apache.beam.runners.fnexecution.provisioning.JobInfo jobInfo)
get in interface org.apache.beam.runners.fnexecution.control.ExecutableStageContext.Factory