Uses of Class
oshi.jna.platform.unix.Kstat2.Kstat2MatcherList
Packages that use Kstat2.Kstat2MatcherList
-
Uses of Kstat2.Kstat2MatcherList in oshi.jna.platform.unix
Methods in oshi.jna.platform.unix with parameters of type Kstat2.Kstat2MatcherListModifier and TypeMethodDescriptionintKstat2.kstat2_add_matcher(int type, String match, Kstat2.Kstat2MatcherList matchers) Adds matchers to the provided matcher list.intKstat2.kstat2_open(com.sun.jna.ptr.PointerByReference handle, Kstat2.Kstat2MatcherList matchers) Initializes an opaque kstat2 handle that provides access to a specific view of the kernel statistics.Constructors in oshi.jna.platform.unix with parameters of type Kstat2.Kstat2MatcherListModifierConstructorDescriptionKstat2Handle(Kstat2.Kstat2MatcherList matchers) Instantiates and opens a new Kstat2Handle filtered with the provided matcher.