protected class DoFnOperator.FlinkStepContext
extends java.lang.Object
implements org.apache.beam.runners.core.StepContext
StepContext for running DoFns on Flink. This does not allow accessing
state or timer internals.| Modifier | Constructor and Description |
|---|---|
protected |
FlinkStepContext() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.transforms.DoFn.BundleFinalizer |
bundleFinalizer() |
org.apache.beam.runners.core.StateInternals |
stateInternals() |
org.apache.beam.runners.core.TimerInternals |
timerInternals() |
public org.apache.beam.runners.core.StateInternals stateInternals()
stateInternals in interface org.apache.beam.runners.core.StepContextpublic org.apache.beam.runners.core.TimerInternals timerInternals()
timerInternals in interface org.apache.beam.runners.core.StepContextpublic org.apache.beam.sdk.transforms.DoFn.BundleFinalizer bundleFinalizer()
bundleFinalizer in interface org.apache.beam.runners.core.StepContext