Class AggregatorRateEverSerde

java.lang.Object
com.espertech.esper.common.internal.epl.agg.method.rate.AggregatorRateEverSerde

public class AggregatorRateEverSerde extends Object
  • Field Details

  • Constructor Details

    • AggregatorRateEverSerde

      public AggregatorRateEverSerde()
  • Method Details

    • writePoints

      public static void writePoints(DataOutput output, Deque<Long> points) throws IOException
      NOTE: Code-generation-invoked method, method name and parameter order matters
      Parameters:
      output - out
      points - points
      Throws:
      IOException - io error
    • readPoints

      public static Deque<Long> readPoints(DataInput input) throws IOException
      NOTE: Code-generation-invoked method, method name and parameter order matters
      Parameters:
      input - input
      Returns:
      points
      Throws:
      IOException - io error