public abstract class AbstractHealthChecker extends Object implements Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractHealthChecker.Http |
static class |
AbstractHealthChecker.Mysql |
static class |
AbstractHealthChecker.None |
static class |
AbstractHealthChecker.Tcp |
| Constructor and Description |
|---|
AbstractHealthChecker() |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractHealthChecker |
clone()
Clone all fields of this instance to another one
|
String |
getType() |
void |
jsonAdapterCallback(com.alibaba.fastjson.serializer.SerializeWriter writer)
used to JsonAdapter
|
void |
setType(String type) |
protected String type
public String getType()
public void setType(String type)
public abstract AbstractHealthChecker clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void jsonAdapterCallback(com.alibaba.fastjson.serializer.SerializeWriter writer)
Copyright © 2018–2019 Alibaba Group. All rights reserved.