Class LongRollingMinMaxOperator.Context

All Implemented Interfaces:
SafeCloseable, AutoCloseable
Enclosing class:
LongRollingMinMaxOperator

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

    • longInfluencerValuesChunk

      protected LongChunk<? extends Values> longInfluencerValuesChunk
    • aggMinMax

      protected AggregatingLongRingBuffer aggMinMax
    • evaluationNeeded

      protected boolean evaluationNeeded
  • Constructor Details

    • Context

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