public class DataSourcePoolConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSourcePoolConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowPoolSuspension()
Deprecated.
|
Boolean |
getAutoCommit() |
String |
getConnectionInitSql() |
Long |
getConnectionTimeout() |
String |
getConnectionValidSql() |
Boolean |
getFlushOnClose() |
Long |
getIdleTimeout() |
Long |
getIdleValidationTimeout() |
Long |
getInitializationFailTimeout()
Deprecated.
|
Integer |
getInitialSize() |
Boolean |
getIsolateInternalQueries()
Deprecated.
|
Long |
getLeakDetectionThreshold() |
Long |
getMaxLifetime() |
Integer |
getMaxSize() |
Integer |
getMinIdle()
Deprecated.
|
Integer |
getMinSize() |
String |
getName()
Deprecated.
|
Boolean |
getReadOnly()
Deprecated.
|
Boolean |
getRegisterMbeans()
Deprecated.
|
String |
getTransactionIsolation() |
Long |
getValidationTimeout() |
public Boolean getFlushOnClose()
public Boolean getAutoCommit()
public Long getConnectionTimeout()
public Long getIdleTimeout()
public Long getMaxLifetime()
@Deprecated public Integer getMinIdle()
public Integer getInitialSize()
public Integer getMinSize()
public Integer getMaxSize()
@Deprecated public String getName()
@Deprecated public Long getInitializationFailTimeout()
@Deprecated public Boolean getIsolateInternalQueries()
@Deprecated public Boolean getAllowPoolSuspension()
@Deprecated public Boolean getReadOnly()
@Deprecated public Boolean getRegisterMbeans()
public String getConnectionInitSql()
public String getConnectionValidSql()
public String getTransactionIsolation()
public Long getValidationTimeout()
public Long getLeakDetectionThreshold()
public Long getIdleValidationTimeout()
Copyright © 2015–2020. All rights reserved.