public class ThreadParameter extends Object implements Serializable
| 构造器和说明 |
|---|
ThreadParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object object) |
int |
getThreadPoolCorePoolSize() |
long |
getThreadPoolKeepAliveTime() |
int |
getThreadPoolMaximumPoolSize() |
String |
getThreadPoolQueue() |
int |
getThreadPoolQueueCapacity() |
String |
getThreadPoolRejectedPolicy() |
int |
hashCode() |
boolean |
isThreadPoolAllowCoreThreadTimeout() |
void |
setThreadPoolAllowCoreThreadTimeout(boolean threadPoolAllowCoreThreadTimeout) |
void |
setThreadPoolCorePoolSize(int threadPoolCorePoolSize) |
void |
setThreadPoolKeepAliveTime(long threadPoolKeepAliveTime) |
void |
setThreadPoolMaximumPoolSize(int threadPoolMaximumPoolSize) |
void |
setThreadPoolQueue(String threadPoolQueue) |
void |
setThreadPoolQueueCapacity(int threadPoolQueueCapacity) |
void |
setThreadPoolRejectedPolicy(String threadPoolRejectedPolicy) |
String |
toString() |
public int getThreadPoolCorePoolSize()
public void setThreadPoolCorePoolSize(int threadPoolCorePoolSize)
public int getThreadPoolMaximumPoolSize()
public void setThreadPoolMaximumPoolSize(int threadPoolMaximumPoolSize)
public long getThreadPoolKeepAliveTime()
public void setThreadPoolKeepAliveTime(long threadPoolKeepAliveTime)
public boolean isThreadPoolAllowCoreThreadTimeout()
public void setThreadPoolAllowCoreThreadTimeout(boolean threadPoolAllowCoreThreadTimeout)
public String getThreadPoolQueue()
public void setThreadPoolQueue(String threadPoolQueue)
public int getThreadPoolQueueCapacity()
public void setThreadPoolQueueCapacity(int threadPoolQueueCapacity)
public String getThreadPoolRejectedPolicy()
public void setThreadPoolRejectedPolicy(String threadPoolRejectedPolicy)
Copyright © 2021 Nepxion. All rights reserved.