Package | Description |
---|---|
org.mariadb.jdbc.internal.util.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
DynamicSizedSchedulerImpl |
Modifier and Type | Method and Description |
---|---|
static DynamicSizedSchedulerInterface |
SchedulerServiceProviderHolder.getScheduler(int initialThreadCount,
String poolName,
int maximumPoolSize)
Get a Dynamic sized scheduler directly with the current set provider.
|
DynamicSizedSchedulerInterface |
SchedulerServiceProviderHolder.SchedulerProvider.getScheduler(int minimumThreads,
String poolName,
int maximumPoolSize)
Request to get a scheduler with a minimum number of AVAILABLE threads.
|
Copyright © 2020 mariadb.org. All rights reserved.