| Peer ID | +Cluster Key | +Status | +ReplicationEndpointImpl | +Configuration | +
|---|---|---|---|---|
| <% peerID %> | +<% clusterKey %> | +<% state %> | +<% replicationEndpointImpl %> | + <%java> + String mapStr = peerConfiguration.toString(); //encloses key=value pairs in {} + int start = mapStr.indexOf('{'); + int end = mapStr.indexOf('}'); + String strToShow = mapStr.substring(start+1,end); //remove {} + %java> +<% strToShow %> | +
| Total:<% peers.size() %> | ++ | + | + | + |