Package | Description |
---|---|
org.mariadb.jdbc.internal.failover.impl | |
org.mariadb.jdbc.internal.util.scheduler |
Modifier and Type | Field and Description |
---|---|
private static DynamicSizedSchedulerInterface |
MastersSlavesListener.dynamicSizedScheduler |
Modifier and Type | Class and Description |
---|---|
class |
DynamicSizedSchedulerImpl |
Modifier and Type | Method and Description |
---|---|
static DynamicSizedSchedulerInterface |
SchedulerServiceProviderHolder.getScheduler(int initialThreadCount,
java.lang.String poolName,
int maximumPoolSize)
Get a Dynamic sized scheduler directly with the current set provider.
|
DynamicSizedSchedulerInterface |
SchedulerServiceProviderHolder.SchedulerProvider.getScheduler(int minimumThreads,
java.lang.String poolName,
int maximumPoolSize)
Request to get a scheduler with a minimum number of AVAILABLE threads.
|