public final class CharsCores extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static ICharsCore |
common()
普通策略
|
static ICharsCore |
concurrency()
并发执行
|
static ICharsCore |
concurrency(int threadSize)
并发执行
|
static ICharsCore |
defaults()
默认策略
|
static ICharsCore |
threadLocal()
顺序执行核心策略
|
public static ICharsCore threadLocal()
public static ICharsCore concurrency(int threadSize)
threadSize - 线程大小public static ICharsCore concurrency()
public static ICharsCore common()
public static ICharsCore defaults()
Copyright © 2023. All rights reserved.