Class NoOpStepContext
java.lang.Object
org.apache.beam.runners.twister2.utils.NoOpStepContext
- All Implemented Interfaces:
Serializable
,org.apache.beam.runners.core.StepContext
public class NoOpStepContext
extends Object
implements org.apache.beam.runners.core.StepContext, Serializable
doc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.beam.runners.core.StateInternals
org.apache.beam.runners.core.TimerInternals
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
stateInternals
in interfaceorg.apache.beam.runners.core.StepContext
-
timerInternals
public org.apache.beam.runners.core.TimerInternals timerInternals()- Specified by:
timerInternals
in interfaceorg.apache.beam.runners.core.StepContext
-