类 AbstractHealthChecker
java.lang.Object
com.alibaba.nacos.api.naming.pojo.healthcheck.AbstractHealthChecker
- 所有已实现的接口:
Serializable,Cloneable
- 直接已知子类:
AbstractHealthChecker.None,Http,Mysql,Tcp
Abstract health checker.
- 作者:
- nkorange
- 另请参阅:
- 序列化表格
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract AbstractHealthCheckerclone()Clone all fields of this instance to another one.getType()
-
字段详细资料
-
type
-
-
构造器详细资料
-
AbstractHealthChecker
-
-
方法详细资料
-
getType
-
clone
Clone all fields of this instance to another one.- 覆盖:
clone在类中Object- 返回:
- Another instance with exactly the same fields
- 抛出:
CloneNotSupportedException- clone not supported exception
-