Uses of Class
oshi.hardware.CentralProcessor.ProcessorCache.Type
-
Packages that use CentralProcessor.ProcessorCache.Type Package Description oshi.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.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems -
-
Uses of CentralProcessor.ProcessorCache.Type in oshi.hardware
Fields in oshi.hardware declared as CentralProcessor.ProcessorCache.Type Modifier and Type Field Description private CentralProcessor.ProcessorCache.Type
CentralProcessor.ProcessorCache. type
Methods in oshi.hardware that return CentralProcessor.ProcessorCache.Type Modifier and Type Method Description CentralProcessor.ProcessorCache.Type
CentralProcessor.ProcessorCache. getType()
The cache type.static CentralProcessor.ProcessorCache.Type
CentralProcessor.ProcessorCache.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CentralProcessor.ProcessorCache.Type[]
CentralProcessor.ProcessorCache.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in oshi.hardware with parameters of type CentralProcessor.ProcessorCache.Type Constructor Description ProcessorCache(byte level, byte associativity, short lineSize, int cacheSize, CentralProcessor.ProcessorCache.Type type)
ProcessorCache(int level, int associativity, int lineSize, long cacheSize, CentralProcessor.ProcessorCache.Type type)
-
Uses of CentralProcessor.ProcessorCache.Type in oshi.hardware.platform.linux
Methods in oshi.hardware.platform.linux that return CentralProcessor.ProcessorCache.Type Modifier and Type Method Description private static CentralProcessor.ProcessorCache.Type
LinuxCentralProcessor. parseCacheType(java.lang.String type)
-