Class NoOpStepContext
java.lang.Object
org.apache.beam.runners.spark.structuredstreaming.translation.batch.functions.NoOpStepContext
- All Implemented Interfaces:
 org.apache.beam.runners.core.StepContext
A 
StepContext for Spark Batch Runner execution.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.apache.beam.runners.core.StateInternalsorg.apache.beam.runners.core.TimerInternalsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.runners.core.StepContext
bundleFinalizer 
- 
Constructor Details
- 
NoOpStepContext
public NoOpStepContext() 
 - 
 - 
Method Details
- 
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
 
 -