Class TimeBatchViewFactory

java.lang.Object
com.espertech.esper.common.internal.view.timebatch.TimeBatchViewFactory
All Implemented Interfaces:
DataWindowViewFactory, DataWindowViewWithPrevious, ViewFactory

public class TimeBatchViewFactory extends Object implements DataWindowViewFactory, DataWindowViewWithPrevious
Factory for TimeBatchView.
  • Field Details

    • EPTYPE

      public static final EPTypeClass EPTYPE
    • optionalReferencePoint

      protected Long optionalReferencePoint
      The reference point, or null if none supplied.
    • scheduleCallbackId

      protected int scheduleCallbackId
    • timePeriodCompute

      protected TimePeriodCompute timePeriodCompute
    • eventType

      protected EventType eventType
    • isForceUpdate

      protected boolean isForceUpdate
    • isStartEager

      protected boolean isStartEager
  • Constructor Details

    • TimeBatchViewFactory

      public TimeBatchViewFactory()
  • Method Details