Package org.apache.pekko.cluster.metrics
Class SigarProvider$
java.lang.Object
org.apache.pekko.cluster.metrics.SigarProvider$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SigarProvider$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(org.hyperic.sigar.SigarProxy sigar) Release underlying sigar proxy resources.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SigarProvider$
public SigarProvider$()
-
-
Method Details
-
close
public void close(org.hyperic.sigar.SigarProxy sigar) Release underlying sigar proxy resources.Note:
SigarProxyis notSigarduring tests.
-