Class IntRollingAvgOperator.Context

All Implemented Interfaces:
SafeCloseable, AutoCloseable
Enclosing class:
IntRollingAvgOperator

protected class IntRollingAvgOperator.Context extends BaseDoubleUpdateByOperator.Context
  • Field Details

    • influencerValuesChunk

      protected IntChunk<? extends Values> influencerValuesChunk
    • intWindowValues

      protected IntRingBuffer intWindowValues
  • Constructor Details

    • Context

      protected Context(int affectedChunkSize, int influencerChunkSize)
  • Method Details