Uses of Class
oshi.util.tuples.Quartet
Packages that use Quartet
Package
Description
Provides abstract classes for common code
Provides common Linux hardware implementations shared by JNA and FFM modules.
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides non-native Linux driver utilities for querying the
/proc filesystem.-
Uses of Quartet in oshi.hardware.common
Methods in oshi.hardware.common that return QuartetModifier and TypeMethodDescriptionprotected abstract Quartet<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> AbstractCentralProcessor.initProcessorCounts()Initializes logical and physical processor lists and feature flags. -
Uses of Quartet in oshi.hardware.common.platform.linux
Methods in oshi.hardware.common.platform.linux that return QuartetModifier and TypeMethodDescriptionprotected Quartet<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> LinuxCentralProcessor.initProcessorCounts()protected static Quartet<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.ProcessorCache>, Map<Integer, Integer>, Map<Integer, String>> LinuxCentralProcessor.readTopologyFromSysfs()protected abstract Quartet<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.ProcessorCache>, Map<Integer, Integer>, Map<Integer, String>> LinuxCentralProcessor.readTopologyWithUdev()Reads CPU topology using udev. -
Uses of Quartet in oshi.hardware.common.platform.mac
Methods in oshi.hardware.common.platform.mac that return QuartetModifier and TypeMethodDescriptionprotected Quartet<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> MacCentralProcessor.initProcessorCounts()MacComputerSystem.platformExpert()MacBaseboard.queryPlatform() -
Uses of Quartet in oshi.util.driver.linux.proc
Methods in oshi.util.driver.linux.proc that return Quartet