Class StoreBasedTridentWindowManager

  • All Implemented Interfaces:
    ITridentWindowManager

    public class StoreBasedTridentWindowManager
    extends AbstractTridentWindowManager<TridentBatchTuple>
    This window manager uses WindowsStore for storing tuples and other trigger related information. It maintains tuples cache of maxCachedTuplesSize without accessing store for getting them.