public class ReferenceCountingFlinkExecutableStageContextFactory extends java.lang.Object implements FlinkExecutableStageContext.Factory
FlinkExecutableStageContext.Factory which counts FlinkExecutableStageContext reference
for book keeping.| Modifier and Type | Class and Description |
|---|---|
static interface |
ReferenceCountingFlinkExecutableStageContextFactory.Creator
Interface for creator which extends Serializable.
|
| Modifier and Type | Method and Description |
|---|---|
static ReferenceCountingFlinkExecutableStageContextFactory |
create(ReferenceCountingFlinkExecutableStageContextFactory.Creator creator) |
FlinkExecutableStageContext |
get(org.apache.beam.runners.fnexecution.provisioning.JobInfo jobInfo)
Get or create
FlinkExecutableStageContext for given JobInfo. |
public static ReferenceCountingFlinkExecutableStageContextFactory create(ReferenceCountingFlinkExecutableStageContextFactory.Creator creator)
public FlinkExecutableStageContext get(org.apache.beam.runners.fnexecution.provisioning.JobInfo jobInfo)
FlinkExecutableStageContext.FactoryFlinkExecutableStageContext for given JobInfo.get in interface FlinkExecutableStageContext.Factory