Uses of Class
io.github.eggy03.ferrumx.windows.entity.processor.Win32Processor
Packages that use Win32Processor
Package
Description
-
Uses of Win32Processor in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded declared as Win32ProcessorModifier and TypeFieldDescription(package private) @Nullable Win32ProcessorWin32ProcessorToCacheMemory.processorTheWin32Processorentity associated with theWin32ProcessorToCacheMemory.deviceId. -
Uses of Win32Processor in io.github.eggy03.ferrumx.windows.mapping.processor
Classes in io.github.eggy03.ferrumx.windows.mapping.processor that implement interfaces with type arguments of type Win32ProcessorModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32Processor -
Uses of Win32Processor in io.github.eggy03.ferrumx.windows.service.processor
Classes in io.github.eggy03.ferrumx.windows.service.processor that implement interfaces with type arguments of type Win32ProcessorModifier and TypeClassDescriptionclassService class for fetching CPU information from the system.Methods in io.github.eggy03.ferrumx.windows.service.processor that return types with arguments of type Win32ProcessorModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32Processor> Win32ProcessorService.get()Retrieves an immutable list of processor entries present in the system.@NotNull @Unmodifiable List<Win32Processor> Win32ProcessorService.get(long timeout) Retrieves an immutable list of processor entries using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32Processor> Win32ProcessorService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of processor entries using the caller'sPowerShellsession.