Uses of Class
oshi.hardware.CentralProcessor.ProcessorCache
-
Packages that use CentralProcessor.ProcessorCache Package Description oshi.driver.windows Provides functions to query information in windowsoshi.hardware [oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devicesoshi.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 CentralProcessor.ProcessorCache in oshi.driver.windows
Methods in oshi.driver.windows that return types with arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description static Triplet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>>
LogicalProcessorInformation. getLogicalProcessorInformation()
Get a list of logical processors on this machinestatic Triplet<java.util.List<CentralProcessor.LogicalProcessor>,java.util.List<CentralProcessor.PhysicalProcessor>,java.util.List<CentralProcessor.ProcessorCache>>
LogicalProcessorInformation. getLogicalProcessorInformationEx()
Get a list of logical processors on this machine. -
Uses of CentralProcessor.ProcessorCache in oshi.hardware
Methods in oshi.hardware that return types with arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description java.util.List<CentralProcessor.ProcessorCache>
CentralProcessor. getProcessorCaches()
Makes a best-effort attempt to identify the CPU's processor caches. -
Uses of CentralProcessor.ProcessorCache in oshi.hardware.common
Fields in oshi.hardware.common with type parameters of type CentralProcessor.ProcessorCache Modifier and Type Field Description private java.util.List<CentralProcessor.ProcessorCache>
AbstractCentralProcessor. processorCaches
Methods in oshi.hardware.common that return types with arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description java.util.List<CentralProcessor.ProcessorCache>
AbstractCentralProcessor. getProcessorCaches()
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.static java.util.List<CentralProcessor.ProcessorCache>
AbstractCentralProcessor. orderedProcCaches(java.util.Set<CentralProcessor.ProcessorCache> caches)
Filters a set of processor caches to an ordered listMethod parameters in oshi.hardware.common with type arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description static java.util.List<CentralProcessor.ProcessorCache>
AbstractCentralProcessor. orderedProcCaches(java.util.Set<CentralProcessor.ProcessorCache> caches)
Filters a set of processor caches to an ordered list -
Uses of CentralProcessor.ProcessorCache in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return types with arguments of type CentralProcessor.ProcessorCache 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 java.util.Set<CentralProcessor.ProcessorCache>
LinuxCentralProcessor. mapCachesFromLscpu()
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()
Method parameters in oshi.hardware.platform.linux with type arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description private static CentralProcessor.LogicalProcessor
LinuxCentralProcessor. getLogicalProcessorFromSyspath(java.lang.String syspath, java.util.Set<CentralProcessor.ProcessorCache> caches, java.lang.String modAlias, java.util.Map<java.lang.Integer,java.lang.Integer> coreEfficiencyMap, java.util.Map<java.lang.Integer,java.lang.String> modAliasMap)
-
Uses of CentralProcessor.ProcessorCache in oshi.hardware.platform.mac
Methods in oshi.hardware.platform.mac that return types with arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description private java.util.Set<CentralProcessor.ProcessorCache>
MacCentralProcessor. getCacheValues(int perflevels)
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()
-
Uses of CentralProcessor.ProcessorCache in oshi.hardware.platform.unix.aix
Methods in oshi.hardware.platform.unix.aix that return types with arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description private java.util.List<CentralProcessor.ProcessorCache>
AixCentralProcessor. getCachesForModel(int cores)
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 CentralProcessor.ProcessorCache in oshi.hardware.platform.unix.freebsd
Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type CentralProcessor.ProcessorCache Modifier and Type Method Description private java.util.List<CentralProcessor.ProcessorCache>
FreeBsdCentralProcessor. getCacheInfoFromLscpu()
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 CentralProcessor.ProcessorCache in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return CentralProcessor.ProcessorCache Modifier and Type Method Description private CentralProcessor.ProcessorCache
OpenBsdCentralProcessor. parseCacheStr(java.lang.String cacheStr)
Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type CentralProcessor.ProcessorCache 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 CentralProcessor.ProcessorCache in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type CentralProcessor.ProcessorCache 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 CentralProcessor.ProcessorCache in oshi.hardware.platform.windows
Methods in oshi.hardware.platform.windows that return types with arguments of type CentralProcessor.ProcessorCache 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()
-