Class AccStateProperty<I,E,K,V>

All Implemented Interfaces:
AccState<I,E>, AccStateGon<I,E,K,V>, AccStateTypeProduceEntry<I,E,K,V>, AccStateTypeTransition<I,E,K,V>

public class AccStateProperty<I,E,K,V> extends AccStatePropertyBase<I,E,K,V>
  • Field Details

    • arrayMode

      protected ArrayMode arrayMode
    • targetAcc

      protected AccStateGon<I,E,K,V> targetAcc
    • skipOutputStartedHere

      protected boolean skipOutputStartedHere
    • seenTargetCount

      protected long seenTargetCount
    • value

      protected Object value
      The current materialized value
  • Constructor Details

  • Method Details