Class CharRollingAvgOperator.Context

All Implemented Interfaces:
SafeCloseable, AutoCloseable
Enclosing class:
CharRollingAvgOperator

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

    • influencerValuesChunk

      protected CharChunk<? extends Values> influencerValuesChunk
    • charWindowValues

      protected CharRingBuffer charWindowValues
  • Constructor Details

    • Context

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