Uses of Enum Class
oshi.software.common.os.unix.bsd.BsdPsThreadKeyword
Packages that use BsdPsThreadKeyword
Package
Description
Provides shared abstract base classes for the BSD-family operating systems
Provides DragonFly BSD-specific shared software OS classes (abstract bases and no-native concrete implementations).
Provides abstract base classes and pure-Java implementations for the FreeBSD operating system, shared by the JNA and
FFM modules.
Provides information about Software and OS on NetBSD
Provides abstract base classes and pure-Java implementations for the OpenBSD operating system, shared by the JNA and
FFM modules.
-
Uses of BsdPsThreadKeyword in oshi.software.common.os.unix.bsd
Subclasses with type arguments of type BsdPsThreadKeyword in oshi.software.common.os.unix.bsdModifier and TypeClassDescriptionenumThe union ofpsthread (per-LWP) output columns used by the BSD-familyOSThreadimplementations (FreeBSD, OpenBSD, DragonFly, NetBSD).Methods in oshi.software.common.os.unix.bsd that return BsdPsThreadKeywordModifier and TypeMethodDescriptionstatic BsdPsThreadKeywordReturns the enum constant of this class with the specified name.static BsdPsThreadKeyword[]BsdPsThreadKeyword.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.software.common.os.unix.bsd that return types with arguments of type BsdPsThreadKeywordModifier and TypeMethodDescriptionprotected abstract List<BsdPsThreadKeyword> BsdOSThread.psThreadKeywords()Returns this platform's orderedpsthread column keys, used to parse thread rows positionally.Method parameters in oshi.software.common.os.unix.bsd with type arguments of type BsdPsThreadKeywordModifier and TypeMethodDescriptionprotected booleanBsdOSThread.updateAttributes(Map<BsdPsThreadKeyword, String> threadMap) Populates this thread's attributes from a parsedpsthread row. -
Uses of BsdPsThreadKeyword in oshi.software.common.os.unix.dragonflybsd
Fields in oshi.software.common.os.unix.dragonflybsd with type parameters of type BsdPsThreadKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsThreadKeyword> DragonFlyBsdOSThread.PS_THREAD_KEYWORDSOrderedpsthread columns.Methods in oshi.software.common.os.unix.dragonflybsd that return types with arguments of type BsdPsThreadKeywordModifier and TypeMethodDescriptionprotected List<BsdPsThreadKeyword> DragonFlyBsdOSThread.psThreadKeywords()Constructor parameters in oshi.software.common.os.unix.dragonflybsd with type arguments of type BsdPsThreadKeywordModifierConstructorDescriptionDragonFlyBsdOSThread(int processId, Map<BsdPsThreadKeyword, String> threadMap) -
Uses of BsdPsThreadKeyword in oshi.software.common.os.unix.freebsd
Fields in oshi.software.common.os.unix.freebsd with type parameters of type BsdPsThreadKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsThreadKeyword> FreeBsdOSThread.PS_THREAD_KEYWORDSOrderedpsthread columns.Methods in oshi.software.common.os.unix.freebsd that return types with arguments of type BsdPsThreadKeywordModifier and TypeMethodDescriptionprotected List<BsdPsThreadKeyword> FreeBsdOSThread.psThreadKeywords()Constructor parameters in oshi.software.common.os.unix.freebsd with type arguments of type BsdPsThreadKeywordModifierConstructorDescriptionFreeBsdOSThread(int processId, Map<BsdPsThreadKeyword, String> threadMap) -
Uses of BsdPsThreadKeyword in oshi.software.common.os.unix.netbsd
Fields in oshi.software.common.os.unix.netbsd with type parameters of type BsdPsThreadKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsThreadKeyword> NetBsdOSThread.PS_THREAD_KEYWORDSOrderedpsthread columns.Methods in oshi.software.common.os.unix.netbsd that return types with arguments of type BsdPsThreadKeywordModifier and TypeMethodDescriptionprotected List<BsdPsThreadKeyword> NetBsdOSThread.psThreadKeywords()Constructor parameters in oshi.software.common.os.unix.netbsd with type arguments of type BsdPsThreadKeywordModifierConstructorDescriptionNetBsdOSThread(int processId, Map<BsdPsThreadKeyword, String> threadMap) -
Uses of BsdPsThreadKeyword in oshi.software.common.os.unix.openbsd
Fields in oshi.software.common.os.unix.openbsd with type parameters of type BsdPsThreadKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsThreadKeyword> OpenBsdOSThread.PS_THREAD_KEYWORDSOrderedpsthread columns.Methods in oshi.software.common.os.unix.openbsd that return types with arguments of type BsdPsThreadKeywordModifier and TypeMethodDescriptionprotected List<BsdPsThreadKeyword> OpenBsdOSThread.psThreadKeywords()Constructor parameters in oshi.software.common.os.unix.openbsd with type arguments of type BsdPsThreadKeywordModifierConstructorDescriptionOpenBsdOSThread(int processId, Map<BsdPsThreadKeyword, String> threadMap)