Uses of Enum
oshi.hardware.CentralProcessor.TickType
Packages that use CentralProcessor.TickType
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
-
Uses of CentralProcessor.TickType in oshi.hardware
Subclasses with type arguments of type CentralProcessor.TickType in oshi.hardwareModifier and TypeClassDescriptionstatic enumIndex of CPU tick counters in theCentralProcessor.getSystemCpuLoadTicks()andCentralProcessor.getProcessorCpuLoadTicks()arrays.Methods in oshi.hardware that return CentralProcessor.TickTypeModifier and TypeMethodDescriptionstatic CentralProcessor.TickTypeReturns the enum constant of this type with the specified name.static CentralProcessor.TickType[]CentralProcessor.TickType.values()Returns an array containing the constants of this enum type, in the order they are declared.