public class WrappingSchedules extends Schedules
| 构造器和说明 |
|---|
WrappingSchedules() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ScheduledExecutorService |
create(int core) |
static ScheduledExecutorService |
create(int core,
String threadNamePrefix) |
static ScheduledExecutorService |
create(int core,
String threadNamePrefix,
boolean isDaemon) |
static ScheduledExecutorService |
create(int core,
ThreadFactory threadFactory) |
static WrappingTaskFactory |
getDefaultWrappingTaskFactory() |
static void |
setDefaultWrappingTaskFactory(WrappingTaskFactory defaultWrappingTaskFactory) |
static ScheduledExecutorService |
single() |
public static WrappingTaskFactory getDefaultWrappingTaskFactory()
public static void setDefaultWrappingTaskFactory(WrappingTaskFactory defaultWrappingTaskFactory)
public static ScheduledExecutorService single()
public static ScheduledExecutorService create(int core)
public static ScheduledExecutorService create(int core, String threadNamePrefix)
public static ScheduledExecutorService create(int core, String threadNamePrefix, boolean isDaemon)
public static ScheduledExecutorService create(int core, ThreadFactory threadFactory)
Copyright © 2025 fossc. All rights reserved.