Package org.noear.solon.health.detector
Class AbstractDetector
java.lang.Object
org.noear.solon.health.detector.AbstractDetector
- All Implemented Interfaces:
org.noear.solon.core.Lifecycle,Detector,HealthIndicator
- Direct Known Subclasses:
CpuDetector,DiskDetector,JvmMemoryDetector,MemoryDetector,OsDetector,QpsDetector
检测器虚拟类
- Since:
- 1.5
- Author:
- noear
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.noear.solon.health.detector.Detector
get, getInfo, getName, start, stopMethods inherited from interface org.noear.solon.core.Lifecycle
postStart, preStop
-
Field Details
-
osName
-
-
Constructor Details
-
AbstractDetector
public AbstractDetector()
-
-
Method Details
-
matcher
- Throws:
Exception
-