Class PerfCounterQueryHandler

java.lang.Object
oshi.util.platform.windows.PerfCounterQueryHandler
All Implemented Interfaces:
AutoCloseable

@NotThreadSafe public final class PerfCounterQueryHandler extends Object implements AutoCloseable
Utility to handle Performance Counter Queries

This class is not thread safe. Each query handler instance should only be used in a single thread, preferably in a try-with-resources block.