Interface CountRW

All Superinterfaces:
CountReaders, CountWriters
All Known Subinterfaces:
RWLogger
All Known Implementing Classes:
AbstractRWLogger, CSVLogger, GrpcLogger, PrometheusLogger, Sl4jLogger, SystemLogger

public sealed interface CountRW extends CountReaders, CountWriters permits RWLogger
Combined interface for tracking both readers and writers in the benchmarking system. This interface extends both CountReaders and CountWriters interfaces to provide a unified way to track both types of operations.

This interface is sealed and only permits implementation by RWLogger.