public class NoOpStepContext
extends java.lang.Object
implements org.apache.beam.runners.core.StepContext
StepContext for Spark Batch Runner execution.| Constructor and Description | 
|---|
| NoOpStepContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.StepContext