public interface BeeDataSourceConfigJmxBean
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBorrowSemaphoreSize() |
String |
getConnectionFactoryClassName() |
String |
getDefaultCatalog() |
Integer |
getDefaultTransactionIsolationCode() |
String |
getDefaultTransactionIsolationName() |
long |
getDelayTimeForNextClear() |
String |
getDriverClassName() |
long |
getHoldTimeout() |
long |
getIdleTimeout() |
int |
getInitialSize() |
int |
getMaxActive() |
long |
getMaxWait() |
String |
getPoolImplementClassName() |
String |
getPoolName() |
long |
getTimerCheckInterval() |
String |
getUrl() |
String |
getUsername() |
long |
getValidAssumeTime() |
String |
getValidTestSql() |
int |
getValidTestTimeout() |
Boolean |
isDefaultAutoCommit() |
Boolean |
isDefaultReadOnly() |
boolean |
isEnableJmx() |
boolean |
isFairMode() |
boolean |
isForceCloseUsingOnClear() |
String getUsername()
String getUrl()
String getDriverClassName()
String getConnectionFactoryClassName()
String getPoolName()
boolean isFairMode()
int getInitialSize()
int getMaxActive()
int getBorrowSemaphoreSize()
Boolean isDefaultAutoCommit()
Integer getDefaultTransactionIsolationCode()
String getDefaultTransactionIsolationName()
String getDefaultCatalog()
Boolean isDefaultReadOnly()
long getMaxWait()
long getIdleTimeout()
long getHoldTimeout()
String getValidTestSql()
int getValidTestTimeout()
long getValidAssumeTime()
boolean isForceCloseUsingOnClear()
long getDelayTimeForNextClear()
long getTimerCheckInterval()
String getPoolImplementClassName()
boolean isEnableJmx()
Copyright © 2023. All rights reserved.