public static class JdbcConnector.ConnectionPool extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
abandoned_usage_tracking |
Integer |
initial_size |
Boolean |
log_abandoned |
Boolean |
log_expired_connections |
Integer |
max_idle |
Integer |
max_total |
Long |
max_wait_millis |
Integer |
min_idle |
| Constructor and Description |
|---|
ConnectionPool() |
public final Integer initial_size
public final Integer max_total
public final Integer max_idle
public final Integer min_idle
public final Long max_wait_millis
public final Boolean abandoned_usage_tracking
public final Boolean log_abandoned
public final Boolean log_expired_connections
Copyright © 2017 QWAZR / Emmanuel Keller. All rights reserved.