public class DataSourceInfoGroup
extends psiprobe.model.DataSourceInfo
| Constructor and Description |
|---|
DataSourceInfoGroup()
Instantiates a new data source info group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBusyConnections(int busyConnectionsDelta)
Adds the busy connections.
|
void |
addDataSourceCount(int dataSourceCountDelta)
Adds the data source count.
|
void |
addDataSourceInfo(psiprobe.model.DataSourceInfo dataSourceInfoDelta)
Adds the data source info.
|
void |
addEstablishedConnections(int establishedConnectionsDelta)
Adds the established connections.
|
void |
addMaxConnections(int maxConnectionsDelta)
Adds the max connections.
|
DataSourceInfoGroup |
builder(psiprobe.model.DataSourceInfo dataSourceInfo)
Instantiates a new data source info group.
|
int |
getDataSourceCount()
Gets the data source count.
|
void |
setDataSourceCount(int dataSourceCount)
Sets the data source count.
|
getBusyConnections, getBusyScore, getEstablishedConnections, getEstablishedScore, getJdbcUrl, getMaxConnections, getType, getUsername, isResettable, setBusyConnections, setEstablishedConnections, setJdbcUrl, setMaxConnections, setResettable, setType, setUsernamepublic DataSourceInfoGroup()
public DataSourceInfoGroup builder(psiprobe.model.DataSourceInfo dataSourceInfo)
dataSourceInfo - the data source infopublic int getDataSourceCount()
public void setDataSourceCount(int dataSourceCount)
dataSourceCount - the new data source countpublic void addBusyConnections(int busyConnectionsDelta)
busyConnectionsDelta - the busy connections deltapublic void addEstablishedConnections(int establishedConnectionsDelta)
establishedConnectionsDelta - the established connections deltapublic void addMaxConnections(int maxConnectionsDelta)
maxConnectionsDelta - the max connections deltapublic void addDataSourceCount(int dataSourceCountDelta)
dataSourceCountDelta - the data source count deltapublic void addDataSourceInfo(psiprobe.model.DataSourceInfo dataSourceInfoDelta)
dataSourceInfoDelta - the data source info deltaCopyright © 2009–2020 psi-probe. All rights reserved.