Class AbstractHealthChecker.None
- java.lang.Object
-
- com.alibaba.nacos.api.naming.pojo.AbstractHealthChecker
-
- com.alibaba.nacos.api.naming.pojo.AbstractHealthChecker.None
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- AbstractHealthChecker
public static class AbstractHealthChecker.None extends AbstractHealthChecker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.alibaba.nacos.api.naming.pojo.AbstractHealthChecker
AbstractHealthChecker.Http, AbstractHealthChecker.Mysql, AbstractHealthChecker.None, AbstractHealthChecker.Tcp
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE-
Fields inherited from class com.alibaba.nacos.api.naming.pojo.AbstractHealthChecker
type
-
-
Constructor Summary
Constructors Constructor Description None()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractHealthCheckerclone()Clone all fields of this instance to another one-
Methods inherited from class com.alibaba.nacos.api.naming.pojo.AbstractHealthChecker
getType, setType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
clone
public AbstractHealthChecker clone() throws CloneNotSupportedException
Description copied from class:AbstractHealthCheckerClone all fields of this instance to another one- Specified by:
clonein classAbstractHealthChecker- Returns:
- Another instance with exactly the same fields.
- Throws:
CloneNotSupportedException
-
-