类 IServiceInstance
- java.lang.Object
-
- net.risedata.register.service.IServiceInstance
-
public class IServiceInstance extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 static intAWAIT设置连接状态为等待static intAWAIT_STOP是否暂时停用下次注册的时候自动恢复状态static intERROR异常状态static intSUCCESS成功状态static StringTYPE_APPLICATION状态 应用服务器static StringTYPE_ES类型essearchstatic StringTYPE_NGINX状态 nginx 代理static StringTYPE_OTHER类型其他static StringTYPE_TOMCAT类型tomcat
-
构造器概要
构造器 构造器 说明 IServiceInstance()
-
方法概要
-
-
-
方法详细资料
-
getLogPath
public String getLogPath()
-
getExpiresTime
public int getExpiresTime()
-
getWeight
public int getWeight()
-
setWeight
public void setWeight(int weight)
-
setExpiresTime
public void setExpiresTime(int expiresTime)
-
getEnvironment
public String getEnvironment()
-
setEnvironment
public void setEnvironment(String environment)
-
setLogPath
public void setLogPath(String logPath)
-
getUpdateTime
public long getUpdateTime()
-
getType
public String getType()
-
setType
public void setType(String type)
-
setUpdateTime
public void setUpdateTime(long updateTime)
-
getRegisterTime
public long getRegisterTime()
-
setRegisterTime
public void setRegisterTime(long registerTime)
-
getWatchInfo
public WatchProperties getWatchInfo()
-
setWatchInfo
public void setWatchInfo(WatchProperties watchInfo)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getCustom
public boolean getCustom()
-
setCustom
public void setCustom(boolean custom)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getManagerInfo
public String getManagerInfo()
-
setManagerInfo
public void setManagerInfo(String managerInfo)
-
getInstanceId
public String getInstanceId()
-
getStatus
public int getStatus()
-
setStatus
public void setStatus(int status)
-
setInstanceId
public void setInstanceId(String instanceId)
-
getServiceId
public String getServiceId()
-
setServiceId
public void setServiceId(String serviceId)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
isSecure
public boolean isSecure()
-
getSecure
public boolean getSecure()
-
setSecure
public void setSecure(boolean secure)
-
getScheme
public String getScheme()
-
setScheme
public void setScheme(String scheme)
-
getContext
public String getContext()
-
setContext
public void setContext(String context)
-
-