public class ConfigClientPandolet
extends com.taobao.pandora.pandolet.domain.PandoletSupport
| 构造器和说明 |
|---|
ConfigClientPandolet() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
allEnvServerlist() |
String |
clientCachePath() |
String |
clientConnections() |
String |
getName() |
String |
getWeightValue(String dataId,
String groupName) |
String |
healthStatus() |
String |
logPath() |
String |
pubInfo() |
boolean |
setNoCachePersist(boolean isNoCache) |
boolean |
setNotRollSnapshot(boolean isNotRoll) |
String |
subData(String dataId,
String groupName) |
String |
subInfo() |
String |
subObserverData(String dataId,
String groupName) |
public String getName()
@Service(description="get all connections to server by 9600 port") public String clientConnections()
@Service public String pubInfo()
@Service(description="sub dataIds") public String subInfo()
@Service public String subData(@Parameter(name="dataId") String dataId, @Parameter(name="groupName") String groupName)
@Service public String subObserverData(@Parameter(name="dataId") String dataId, @Parameter(name="groupName") String groupName)
@Service public String getWeightValue(@Parameter(name="dataId") String dataId, @Parameter(name="groupName") String groupName)
@Health
@Service(description="health check",
returnValue="UP/DOWN/OUT_OF_SERVICE/UNKNOWN")
public String healthStatus()
@Service(description="all env serverlist") public String allEnvServerlist()
@Service public String logPath()
@Service public String clientCachePath()
@Service
public boolean setNoCachePersist(@Parameter(name="isNoCache")
boolean isNoCache)
@Service
public boolean setNotRollSnapshot(@Parameter(name="isNotRoll")
boolean isNotRoll)
Copyright © 2019. All rights reserved.