Class BaseWindowConfig

java.lang.Object
org.apache.storm.trident.windowing.config.BaseWindowConfig
All Implemented Interfaces:
Serializable, WindowConfig
Direct Known Subclasses:
SlidingCountWindow, SlidingDurationWindow, TumblingCountWindow, TumblingDurationWindow

public abstract class BaseWindowConfig extends Object implements WindowConfig
See Also:
  • Field Details

    • windowLength

      protected final int windowLength
    • slideLength

      protected final int slideLength
  • Constructor Details

    • BaseWindowConfig

      protected BaseWindowConfig(int windowLength, int slideLength)
  • Method Details