Uses of Enum
oshi.hardware.CentralProcessor.ProcessorCache.Type
Packages that use CentralProcessor.ProcessorCache.Type
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display,
Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
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.TypeModifier and TypeFieldDescriptionprivate final CentralProcessor.ProcessorCache.Type
CentralProcessor.ProcessorCache.type
Methods in oshi.hardware that return CentralProcessor.ProcessorCache.TypeModifier and TypeMethodDescriptionCentralProcessor.ProcessorCache.getType()
The cache type.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.TypeModifierConstructorDescriptionProcessorCache
(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.TypeModifier and TypeMethodDescriptionprivate static CentralProcessor.ProcessorCache.Type
LinuxCentralProcessor.parseCacheType
(String type)