- java.lang.Object
-
- net.bis5.mattermost.model.ClusterStats
-
public class ClusterStats extends Object
Cluster statistics.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description ClusterStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()intgetTotalMasterDbConnections()intgetTotalReadDbConnections()intgetTotalWebsocketConnections()inthashCode()voidsetId(String id)voidsetTotalMasterDbConnections(int totalMasterDbConnections)voidsetTotalReadDbConnections(int totalReadDbConnections)voidsetTotalWebsocketConnections(int totalWebsocketConnections)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getTotalWebsocketConnections
public int getTotalWebsocketConnections()
-
getTotalReadDbConnections
public int getTotalReadDbConnections()
-
getTotalMasterDbConnections
public int getTotalMasterDbConnections()
-
setId
public void setId(String id)
-
setTotalWebsocketConnections
public void setTotalWebsocketConnections(int totalWebsocketConnections)
-
setTotalReadDbConnections
public void setTotalReadDbConnections(int totalReadDbConnections)
-
setTotalMasterDbConnections
public void setTotalMasterDbConnections(int totalMasterDbConnections)
-
canEqual
protected boolean canEqual(Object other)
-
-