Uses of Interface
com.zendesk.maxwell.util.ConnectionPool.RetryableSQLFunction
-
Packages that use ConnectionPool.RetryableSQLFunction Package Description com.zendesk.maxwell.util grab-bag of code -
-
Uses of ConnectionPool.RetryableSQLFunction in com.zendesk.maxwell.util
Methods in com.zendesk.maxwell.util with parameters of type ConnectionPool.RetryableSQLFunction Modifier and Type Method Description void
C3P0ConnectionPool. withSQLRetry(int nTries, ConnectionPool.RetryableSQLFunction<Connection> inner)
void
ConnectionPool. withSQLRetry(int nTries, ConnectionPool.RetryableSQLFunction<Connection> inner)
-