Uses of Class
oshi.software.os.OperatingSystem.ProcessSort
| Package | Description |
|---|---|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on macOS
|
| oshi.software.os.unix.aix |
Provides information about Software and OS on AIX
|
| oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
| oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
Uses of OperatingSystem.ProcessSort in oshi.software.common
Methods in oshi.software.common with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description protected java.util.List<OSProcess>AbstractOperatingSystem. processSort(java.util.List<OSProcess> processes, int limit, OperatingSystem.ProcessSort sort)Sorts an array of processes using the specified sorting, returning an array with the top limit results if positive. -
Uses of OperatingSystem.ProcessSort in oshi.software.os
Methods in oshi.software.os that return OperatingSystem.ProcessSort Modifier and Type Method Description static OperatingSystem.ProcessSortOperatingSystem.ProcessSort. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatingSystem.ProcessSort[]OperatingSystem.ProcessSort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.software.os with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description java.util.List<OSProcess>OperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)Gets currently running child processes of provided parent PID, optionally limited to the top "N" for a particular sorting order.java.util.List<OSProcess>OperatingSystem. getProcesses(int limit, OperatingSystem.ProcessSort sort)Gets currently running processes, optionally limited to the top "N" for a particular sorting order. -
Uses of OperatingSystem.ProcessSort in oshi.software.os.linux
Methods in oshi.software.os.linux with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description java.util.List<OSProcess>LinuxOperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)java.util.List<OSProcess>LinuxOperatingSystem. getProcesses(int limit, OperatingSystem.ProcessSort sort) -
Uses of OperatingSystem.ProcessSort in oshi.software.os.mac
Methods in oshi.software.os.mac with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description java.util.List<OSProcess>MacOperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)java.util.List<OSProcess>MacOperatingSystem. getProcesses(int limit, OperatingSystem.ProcessSort sort) -
Uses of OperatingSystem.ProcessSort in oshi.software.os.unix.aix
Methods in oshi.software.os.unix.aix with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description java.util.List<OSProcess>AixOperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)java.util.List<OSProcess>AixOperatingSystem. getProcesses(int limit, OperatingSystem.ProcessSort sort) -
Uses of OperatingSystem.ProcessSort in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description java.util.List<OSProcess>FreeBsdOperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)java.util.List<OSProcess>FreeBsdOperatingSystem. getProcesses(int limit, OperatingSystem.ProcessSort sort) -
Uses of OperatingSystem.ProcessSort in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description java.util.List<OSProcess>SolarisOperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)java.util.List<OSProcess>SolarisOperatingSystem. getProcesses(int limit, OperatingSystem.ProcessSort sort) -
Uses of OperatingSystem.ProcessSort in oshi.software.os.windows
Methods in oshi.software.os.windows with parameters of type OperatingSystem.ProcessSort Modifier and Type Method Description java.util.List<OSProcess>WindowsOperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)java.util.List<OSProcess>WindowsOperatingSystem. getProcesses(int limit, OperatingSystem.ProcessSort sort)