Uses of Class
oshi.util.tuples.Triplet
Packages that use Triplet
Package
Description
Provides common Windows registry performance data POJOs shared between JNA and FFM implementations.
Provides common implementations for Windows operating system information shared between JNA and FFM implementations.
Provides utilities for parsing, formatting, and other access
Provides non-native Linux driver utilities for querying the
/proc filesystem.-
Uses of Triplet in oshi.driver.common.windows.registry
Methods in oshi.driver.common.windows.registry with parameters of type TripletModifier and TypeMethodDescriptionstatic Map<Integer, ProcessPerfCounterBlock> ProcessPerformanceData.buildProcessMapFromRegistry(Collection<Integer> pids, Triplet<List<Map<ProcessInformation.ProcessPerformanceProperty, Object>>, Long, Long> processData) Builds a process map from registry performance data that has already been read.static Map<Integer, ThreadPerfCounterBlock> ThreadPerformanceData.buildThreadMapFromRegistry(Collection<Integer> pids, Triplet<List<Map<ThreadInformation.ThreadPerformanceProperty, Object>>, Long, Long> threadData) Builds a thread map from registry performance data that has already been read. -
Uses of Triplet in oshi.software.common.os.windows
Methods in oshi.software.common.os.windows that return TripletModifier and TypeMethodDescriptionWindowsOSProcess.defaultCwdCommandlineEnvironment()WindowsOSProcess.getCwdCmdEnv()Returns the memoized CWD/CommandLine/Environment triplet.WindowsOSProcess.queryCwdCommandlineEnvironment()Queries the current working directory, command line, and environment variables from process memory. -
Uses of Triplet in oshi.util
-
Uses of Triplet in oshi.util.driver.linux.proc
Methods in oshi.util.driver.linux.proc that return TripletModifier and TypeMethodDescriptionProcessStat.getPidStats(int pid) Reads the statistics in/proc/[pid]/statand returns the results.