public final class ExecutorServiceFactory extends Object
Modifier and Type | Method and Description |
---|---|
static ExecutorService |
getExecutorService() |
static ExecutorService |
getExecutorService(int maxPoolSize) |
static ExecutorService |
getExecutorService(int minPoolSize,
int maxPoolSize,
int timeTooLive) |
public static ExecutorService getExecutorService()
public static ExecutorService getExecutorService(int maxPoolSize)
public static ExecutorService getExecutorService(int minPoolSize, int maxPoolSize, int timeTooLive)
Copyright © 2000–2022 EPAM Systems. All rights reserved.