Uses of Class
oshi.util.tuples.Quartet
Packages that use Quartet
Package
Description
Provides functions to query statistics in the Linux /proc pseudo-filesystem
Provides functions to query OpenBSD information
Provides functions to query Solaris information
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of Quartet in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return Quartet -
Uses of Quartet in oshi.driver.unix.openbsd.disk
Methods in oshi.driver.unix.openbsd.disk that return QuartetModifier and TypeMethodDescriptionDisklabel.getDiskParams
(String diskName) Gets disk and partition informationDisklabel.getDiskParamsNoRoot
(String diskName) -
Uses of Quartet in oshi.driver.unix.solaris
Methods in oshi.driver.unix.solaris that return QuartetModifier and TypeMethodDescriptionPsInfo.queryArgsEnvAddrs
(int pid, SolarisLibc.SolarisPsInfo psinfo) Reads the pr_argc, pr_argv, pr_envp, and pr_dmodel fields from /proc/pid/psinfo -
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.platform.linux
Fields in oshi.hardware.platform.linux with type parameters of type QuartetMethods in oshi.hardware.platform.linux that return QuartetModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> LinuxCentralProcessor.initProcessorCounts()
private static Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.ProcessorCache>, Map<Integer, Integer>, Map<Integer, String>> LinuxCentralProcessor.readTopologyFromCpuinfo()
private static Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.ProcessorCache>, Map<Integer, Integer>, Map<Integer, String>> LinuxCentralProcessor.readTopologyFromSysfs()
private static Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.ProcessorCache>, Map<Integer, Integer>, Map<Integer, String>> LinuxCentralProcessor.readTopologyFromUdev()
-
Uses of Quartet in oshi.hardware.platform.mac
Fields in oshi.hardware.platform.mac with type parameters of type QuartetModifier and TypeFieldDescriptionMacComputerSystem.manufacturerModelSerialUUID
MacBaseboard.manufModelVersSerial
Methods in oshi.hardware.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.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return QuartetModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> AixCentralProcessor.initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return QuartetModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> FreeBsdCentralProcessor.initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return QuartetModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> OpenBsdCentralProcessor.initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return QuartetModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> SolarisCentralProcessor.initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.windows
Fields in oshi.hardware.platform.windows with type parameters of type QuartetMethods in oshi.hardware.platform.windows that return QuartetModifier and TypeMethodDescriptionprotected Quartet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> WindowsCentralProcessor.initProcessorCounts()
WindowsBaseboard.queryManufModelVersSerial()