Package io.perl.api

Interface PerlChannel

All Superinterfaces:
ExceptionHandler

public interface PerlChannel extends ExceptionHandler
Interface for recording benchmarking data.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(long startTime, long endTime, int records, int bytes)
    send the benchmarking data.

    Methods inherited from interface io.perl.exception.ExceptionHandler

    throwException
  • Method Details

    • send

      void send(long startTime, long endTime, int records, int bytes)
      send the benchmarking data.
      Parameters:
      startTime - Start time
      endTime - End Time.
      records - number of records/events/messages.
      bytes - size of the data in bytes.