Uses of Class
io.github.eggy03.ferrumx.windows.entity.compounded.Win32ProcessorToCacheMemory
Packages that use Win32ProcessorToCacheMemory
Package
Description
-
Uses of Win32ProcessorToCacheMemory in io.github.eggy03.ferrumx.windows.mapping.compounded
Classes in io.github.eggy03.ferrumx.windows.mapping.compounded that implement interfaces with type arguments of type Win32ProcessorToCacheMemoryModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell objects or lists ofWin32ProcessorToCacheMemory -
Uses of Win32ProcessorToCacheMemory in io.github.eggy03.ferrumx.windows.service.compounded
Classes in io.github.eggy03.ferrumx.windows.service.compounded that implement interfaces with type arguments of type Win32ProcessorToCacheMemoryModifier and TypeClassDescriptionclassService class for fetching processor and related cache information from the system.Methods in io.github.eggy03.ferrumx.windows.service.compounded that return types with arguments of type Win32ProcessorToCacheMemoryModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32ProcessorToCacheMemory> Win32ProcessorToCacheMemoryService.get()Retrieves an immutable list of processors and related cache information connected to the system.@NotNull @Unmodifiable List<Win32ProcessorToCacheMemory> Win32ProcessorToCacheMemoryService.get(long timeout) Retrieves an immutable list of processors and related cache information connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32ProcessorToCacheMemory> Win32ProcessorToCacheMemoryService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of processors and related cache information connected to the system using the caller'sPowerShellsession.