Interface CountRW
- All Superinterfaces:
CountReaders, CountWriters
- All Known Subinterfaces:
RWLogger
- All Known Implementing Classes:
AbstractRWLogger, CSVLogger, GrpcLogger, PrometheusLogger, Sl4jLogger, SystemLogger
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.
-
Method Summary
Methods inherited from interface CountReaders
decrementReaders, incrementReadersMethods inherited from interface CountWriters
decrementWriters, incrementWriters