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

    • 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

    • AccStateProperty

      public AccStateProperty(Object matchStateId, K memberKey, AccStateGon<I,E,K,V> targetAcc, boolean isSingle)
  • Method Details