|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 StatisticsIF 的软件包 | |
|---|---|
| org.logicalcobwebs.proxool | A Java SQL Driver that provides a connection pool wrapper around another Driver of your choice. |
| org.logicalcobwebs.proxool.admin | Provides statistical information on each pool. |
| org.logicalcobwebs.proxool 中 StatisticsIF 的使用 |
|---|
| 返回 StatisticsIF 的 org.logicalcobwebs.proxool 中的方法 | |
|---|---|
static StatisticsIF[] |
ProxoolFacade.getStatistics(String alias)
Get all the lastest performance statistics for this pool |
static StatisticsIF |
ProxoolFacade.getStatistics(String alias,
String token)
Get a particular set of performance statistics for this pool |
| org.logicalcobwebs.proxool.admin 中 StatisticsIF 的使用 |
|---|
| 返回 StatisticsIF 的 org.logicalcobwebs.proxool.admin 中的方法 | |
|---|---|
StatisticsIF[] |
Admin.getStatistics()
|
StatisticsIF |
Admin.getStatistics(String token)
Returns the most recent sample that has completed its period |
| 参数类型为 StatisticsIF 的 org.logicalcobwebs.proxool.admin 中的方法 | |
|---|---|
void |
StatisticsLogger.statistics(String alias,
StatisticsIF statistics)
|
void |
StatisticsListenerIF.statistics(String alias,
StatisticsIF statistics)
A new set of statistics have just been produced |
void |
CompositeStatisticsListener.statistics(String alias,
StatisticsIF statistics)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||