Package org.apache.iceberg.jdbc
Class JdbcClientPool
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- ClientPool<Connection,- SQLException> 
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.iceberg.ClientPoolClientPool.Action<R,C, E extends Exception> 
- 
Constructor SummaryConstructorsConstructorDescriptionJdbcClientPool(int poolSize, String dbUrl, Map<String, String> props) JdbcClientPool(String dbUrl, Map<String, String> props) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidclose(Connection client) protected booleanprotected Connectionprotected Connectionreconnect(Connection client) 
- 
Constructor Details- 
JdbcClientPool
- 
JdbcClientPool
 
- 
- 
Method Details- 
newClient- Specified by:
- newClientin class- ClientPoolImpl<Connection,- SQLException> 
 
- 
reconnect- Specified by:
- reconnectin class- ClientPoolImpl<Connection,- SQLException> 
 
- 
close- Specified by:
- closein class- ClientPoolImpl<Connection,- SQLException> 
 
- 
isConnectionException- Overrides:
- isConnectionExceptionin class- ClientPoolImpl<Connection,- SQLException> 
 
 
-