Package org.mariadb.jdbc.client.util
Class SchedulerProvider
- java.lang.Object
-
- org.mariadb.jdbc.client.util.SchedulerProvider
-
public final class SchedulerProvider extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.concurrent.ScheduledThreadPoolExecutor
timeoutScheduler
-
Constructor Summary
Constructors Constructor Description SchedulerProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.concurrent.ScheduledThreadPoolExecutor
getTimeoutScheduler(ClosableLock lock)
-
-
-
Method Detail
-
getTimeoutScheduler
public static java.util.concurrent.ScheduledThreadPoolExecutor getTimeoutScheduler(ClosableLock lock)
-
-