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 Summary
-
Method Summary
Modifier and TypeMethodDescription<R> R
run
(ClientPool.Action<R, C, E> action) <R> R
run
(ClientPool.Action<R, C, E> action, boolean retry)
-
Method Details
-
run
- Throws:
E extends Exception
InterruptedException
-
run
- Throws:
E extends Exception
InterruptedException
-