public static class MLogConfig.ThreadPoolConfig extends Object
| 构造器和说明 |
|---|
ThreadPoolConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCorePoolSize() |
Boolean |
getDaemon() |
long |
getKeepAliveTime() |
int |
getMaximumPoolSize() |
String |
getNameFormat() |
TimeUnit |
getUnit() |
void |
setCorePoolSize(int corePoolSize) |
void |
setDaemon(Boolean daemon) |
void |
setKeepAliveTime(long keepAliveTime) |
void |
setMaximumPoolSize(int maximumPoolSize) |
void |
setNameFormat(String nameFormat) |
void |
setUnit(TimeUnit unit) |
public Boolean getDaemon()
public void setDaemon(Boolean daemon)
public String getNameFormat()
public void setNameFormat(String nameFormat)
public int getCorePoolSize()
public void setCorePoolSize(int corePoolSize)
public int getMaximumPoolSize()
public void setMaximumPoolSize(int maximumPoolSize)
public long getKeepAliveTime()
public void setKeepAliveTime(long keepAliveTime)
public TimeUnit getUnit()
public void setUnit(TimeUnit unit)
Copyright © 2020. All rights reserved.