Class TumblingCountWindow

java.lang.Object
org.apache.storm.trident.windowing.config.BaseWindowConfig
org.apache.storm.trident.windowing.config.TumblingCountWindow
All Implemented Interfaces:
Serializable, WindowConfig

public final class TumblingCountWindow extends BaseWindowConfig
Represents tumbling count window configuration. Window tumbles at each given windowLength count of events.
See Also:
  • Method Details

    • of

      public static TumblingCountWindow of(int windowLength)
    • getWindowStrategy

      public <T> WindowStrategy<T> getWindowStrategy()
      Description copied from interface: WindowConfig
      Gives the type of windowing. It can be any of Type values.