Uses of Enum Class
oshi.hardware.CentralProcessor.ProcessorCache.Type
Packages that use CentralProcessor.ProcessorCache.Type
Package
Description
[oshi-common API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory,
Display, Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
-
Uses of CentralProcessor.ProcessorCache.Type in oshi.hardware
Subclasses with type arguments of type CentralProcessor.ProcessorCache.Type in oshi.hardwareModifier and TypeClassDescriptionstatic enumThe type of cache.Methods in oshi.hardware that return CentralProcessor.ProcessorCache.TypeModifier and TypeMethodDescriptionCentralProcessor.ProcessorCache.getType()The cache type.Returns the enum constant of this class with the specified name.static CentralProcessor.ProcessorCache.Type[]CentralProcessor.ProcessorCache.Type.values()Returns an array containing the constants of this enum class, 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) Creates a ProcessorCache with the given parameters.ProcessorCache(int level, int associativity, int lineSize, long cacheSize, CentralProcessor.ProcessorCache.Type type) Creates a ProcessorCache with the given parameters, casting to appropriate types.