Class AggregateFunctions.AggregateCount

java.lang.Object
com.fluxtion.ext.streaming.api.group.AggregateFunctions.AggregateCount
All Implemented Interfaces:
NumericFunctionStateless
Enclosing class:
AggregateFunctions

public static class AggregateFunctions.AggregateCount
extends java.lang.Object
implements NumericFunctionStateless
  • Constructor Summary

    Constructors 
    Constructor Description
    AggregateCount()  
  • Method Summary

    Modifier and Type Method Description
    static int increment​(int newValue, int oldValue)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • increment

      public static int increment​(int newValue, int oldValue)