public class HikariDataSourcePoolMetadata extends AbstractDataSourcePoolMetadata<com.zaxxer.hikari.HikariDataSource>
DataSourcePoolMetadata
for a Hikari DataSource
.Constructor and Description |
---|
HikariDataSourcePoolMetadata(com.zaxxer.hikari.HikariDataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
Integer |
getActive()
Return the current number of active connections that have been allocated from the
data source or
null if that information is not available. |
Integer |
getMax()
Return the maximum number of active connections that can be allocated at the same
time or
-1 if there is no limit. |
Integer |
getMin()
Return the minimum number of idle connections in the pool or
null if that
information is not available. |
String |
getValidationQuery()
Return the query to use to validate that a connection is valid or
null if
that information is not available. |
getDataSource, getUsage
public HikariDataSourcePoolMetadata(com.zaxxer.hikari.HikariDataSource dataSource)
public Integer getActive()
DataSourcePoolMetadata
null
if that information is not available.null
public Integer getMax()
DataSourcePoolMetadata
-1
if there is no limit. Can also return null
if that
information is not available.null
public Integer getMin()
DataSourcePoolMetadata
null
if that
information is not available.null
public String getValidationQuery()
DataSourcePoolMetadata
null
if
that information is not available.null
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.