Class NoOpStepContext
- java.lang.Object
-
- org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.NoOpStepContext
-
- All Implemented Interfaces:
org.apache.beam.runners.core.StepContext
public class NoOpStepContext extends java.lang.Object implements org.apache.beam.runners.core.StepContextAStepContextfor Spark Batch Runner execution.
-
-
Constructor Summary
Constructors Constructor Description NoOpStepContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.beam.runners.core.StateInternalsstateInternals()org.apache.beam.runners.core.TimerInternalstimerInternals()
-
-
-
Method Detail
-
stateInternals
public org.apache.beam.runners.core.StateInternals stateInternals()
- Specified by:
stateInternalsin interfaceorg.apache.beam.runners.core.StepContext
-
timerInternals
public org.apache.beam.runners.core.TimerInternals timerInternals()
- Specified by:
timerInternalsin interfaceorg.apache.beam.runners.core.StepContext
-
-