Class NoOpStepContext

  • All Implemented Interfaces:
    org.apache.beam.runners.core.StepContext

    public class NoOpStepContext
    extends java.lang.Object
    implements org.apache.beam.runners.core.StepContext
    A StepContext for 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.StateInternals stateInternals()  
      org.apache.beam.runners.core.TimerInternals 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 Detail

      • NoOpStepContext

        public NoOpStepContext()
    • Method Detail

      • stateInternals

        public org.apache.beam.runners.core.StateInternals stateInternals()
        Specified by:
        stateInternals in interface org.apache.beam.runners.core.StepContext
      • timerInternals

        public org.apache.beam.runners.core.TimerInternals timerInternals()
        Specified by:
        timerInternals in interface org.apache.beam.runners.core.StepContext