Class IntRollingSumOperator.Context

All Implemented Interfaces:
SafeCloseable, AutoCloseable
Enclosing class:
IntRollingSumOperator

protected class IntRollingSumOperator.Context extends BaseLongUpdateByOperator.Context
  • Field Details

    • intInfluencerValuesChunk

      protected IntChunk<? extends Values> intInfluencerValuesChunk
    • intWindowValues

      protected IntRingBuffer intWindowValues
  • Constructor Details

    • Context

      protected Context(int chunkSize)
  • Method Details