public abstract class AbstractHealthChecker extends Object implements Cloneable, Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AbstractHealthChecker.None
Default implementation of Health checker.
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractHealthChecker(String type) |
protected final String type
protected AbstractHealthChecker(String type)
public String getType()
public abstract AbstractHealthChecker clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedException - clone not supported exceptionCopyright © 2018–2021 Alibaba Group. All rights reserved.