Uses of Class
oshi.util.tuples.Quartet
-
Packages that use Quartet Package Description oshi.driver.linux.proc Provides functions to query statistics in the Linux /proc pseudo-filesystemoshi.driver.unix.openbsd.disk Provides functions to query OpenBSD informationoshi.driver.unix.solaris Provides functions to query Solaris informationoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.hardware.platform.windows 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 Modifier and Type Method Description static Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>
CpuInfo. queryBoardInfo()
Gets the board manufacturer, model, version, and serial number from/proc/cpuinfo
-
Uses of Quartet in oshi.driver.unix.openbsd.disk
Methods in oshi.driver.unix.openbsd.disk that return Quartet Modifier and Type Method Description static Quartet<java.lang.String,java.lang.String,java.lang.Long,java.util.List<HWPartition>>
Disklabel. getDiskParams(java.lang.String diskName)
Gets disk and partition informationprivate static Quartet<java.lang.String,java.lang.String,java.lang.Long,java.util.List<HWPartition>>
Disklabel. getDiskParamsNoRoot(java.lang.String diskName)
-
Uses of Quartet in oshi.driver.unix.solaris
Methods in oshi.driver.unix.solaris that return Quartet Modifier and Type Method Description static Quartet<java.lang.Integer,java.lang.Long,java.lang.Long,java.lang.Byte>
PsInfo. 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 Quartet Modifier and Type Method Description protected abstract Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.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 Quartet Modifier and Type Field Description private java.util.function.Supplier<Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>>
LinuxBaseboard. manufacturerModelVersionSerial
Methods in oshi.hardware.platform.linux that return Quartet Modifier and Type Method Description protected Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.String>>
LinuxCentralProcessor. initProcessorCounts()
private static Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.Map<java.lang.Integer,java.lang.Integer>,java.util.Map<java.lang.Integer,java.lang.String>>
LinuxCentralProcessor. readTopologyFromCpuinfo()
private static Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.Map<java.lang.Integer,java.lang.Integer>,java.util.Map<java.lang.Integer,java.lang.String>>
LinuxCentralProcessor. readTopologyFromSysfs()
private static Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.Map<java.lang.Integer,java.lang.Integer>,java.util.Map<java.lang.Integer,java.lang.String>>
LinuxCentralProcessor. readTopologyFromUdev()
-
Uses of Quartet in oshi.hardware.platform.mac
Fields in oshi.hardware.platform.mac with type parameters of type Quartet Modifier and Type Field Description private java.util.function.Supplier<Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>>
MacComputerSystem. manufacturerModelSerialUUID
private java.util.function.Supplier<Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>>
MacBaseboard. manufModelVersSerial
Methods in oshi.hardware.platform.mac that return Quartet Modifier and Type Method Description protected Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.String>>
MacCentralProcessor. initProcessorCounts()
private static Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>
MacComputerSystem. platformExpert()
private static Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>
MacBaseboard. queryPlatform()
-
Uses of Quartet in oshi.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return Quartet Modifier and Type Method Description protected Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.String>>
AixCentralProcessor. initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return Quartet Modifier and Type Method Description protected Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.String>>
FreeBsdCentralProcessor. initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return Quartet Modifier and Type Method Description protected Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.String>>
OpenBsdCentralProcessor. initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return Quartet Modifier and Type Method Description protected Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.String>>
SolarisCentralProcessor. initProcessorCounts()
-
Uses of Quartet in oshi.hardware.platform.windows
Fields in oshi.hardware.platform.windows with type parameters of type Quartet Modifier and Type Field Description private java.util.function.Supplier<Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>>
WindowsBaseboard. manufModelVersSerial
Methods in oshi.hardware.platform.windows that return Quartet Modifier and Type Method Description protected Quartet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>,java.util.List<java.lang.String>>
WindowsCentralProcessor. initProcessorCounts()
private static Quartet<java.lang.String,java.lang.String,java.lang.String,java.lang.String>
WindowsBaseboard. queryManufModelVersSerial()
-