Package org.apache.iceberg
Interface ClientPool<C,E extends Exception> 
- All Known Implementing Classes:
- CachedClientPool,- ClientPoolImpl,- HiveClientPool,- JdbcClientPool
public interface ClientPool<C,E extends Exception> 
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescription<R> Rrun(ClientPool.Action<R, C, E> action) <R> Rrun(ClientPool.Action<R, C, E> action, boolean retry) 
- 
Method Details- 
run- Throws:
- E
- InterruptedException
 
- 
run- Throws:
- E
- InterruptedException
 
 
-