public interface PayaraExecutorServiceConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getScheduledThreadPoolExecutorCorePoolSize() |
String |
getThreadPoolExecutorCorePoolSize() |
String |
getThreadPoolExecutorKeepAliveTime() |
String |
getThreadPoolExecutorKeepAliveTimeUnit() |
String |
getThreadPoolExecutorMaxPoolSize() |
String |
getThreadPoolExecutorQueueSize() |
void |
setScheduledThreadPoolExecutorCorePoolSize(int corePoolSize) |
void |
setThreadPoolExecutorCorePoolSize(int corePoolSize) |
void |
setThreadPoolExecutorKeepAliveTime(String keepAliveTime) |
void |
setThreadPoolExecutorKeepAliveTimeUnit(String keepAliveTimeUnit) |
void |
setThreadPoolExecutorMaxPoolSize(int maxPoolSize) |
void |
setThreadPoolExecutorQueueSize(int queueSize) |
createChild, deepCopy, getParent, getParentString getThreadPoolExecutorCorePoolSize()
void setThreadPoolExecutorCorePoolSize(int corePoolSize)
String getThreadPoolExecutorMaxPoolSize()
void setThreadPoolExecutorMaxPoolSize(int maxPoolSize)
String getThreadPoolExecutorKeepAliveTime()
void setThreadPoolExecutorKeepAliveTime(String keepAliveTime)
String getThreadPoolExecutorKeepAliveTimeUnit()
void setThreadPoolExecutorKeepAliveTimeUnit(String keepAliveTimeUnit)
String getThreadPoolExecutorQueueSize()
void setThreadPoolExecutorQueueSize(int queueSize)
String getScheduledThreadPoolExecutorCorePoolSize()
void setScheduledThreadPoolExecutorCorePoolSize(int corePoolSize)
Copyright © 2019. All rights reserved.