All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.templates.home.screen.autoKeeperClustersDetail.vm Maven / Gradle / Ivy

There is a newer version: 4.2.18
Show newest version
$control.setTemplate("home:navigation.vm")
#set($user = $rundata.request.session.getAttribute("managerUser"))

 
 





Zookeeper Server连接信息

#set($num = 0) #foreach($statMapEntry in $statMap.entrySet()) #set($num = $num+1) #set ($pathUrl = $homeModule.setTarget("autoKeeperClientPath.vm").addQueryData("address", $!statMapEntry.getKey()).addQueryData("clusterId", $clusterId)) #set($content=$!statMapEntry.getValue().getHtmlOriginalContent()) #end
序号 地址 角色 MaxLatency AvgLatency MinLatency Queued Recved Sent NodeCount Client
$num$!statMapEntry.getKey() $!statMapEntry.getValue().getQuorumType().toString() $!statMapEntry.getValue().getMaxLatency() $!statMapEntry.getValue().getAvgLatency() $!statMapEntry.getValue().getMinLatency() $!statMapEntry.getValue().getQueued() $!statMapEntry.getValue().getRecved() $!statMapEntry.getValue().getSent() $!statMapEntry.getValue().getNodeCount() 查看




© 2015 - 2024 Weber Informatics LLC | Privacy Policy