Package io.perl.api
Interface PerlChannel
- All Superinterfaces:
ExceptionHandler
Interface for recording benchmarking data.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 timeendTime
- End Time.records
- number of records/events/messages.bytes
- size of the data in bytes.
-