public class GridThreadPoolExecutorFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.gridgain.grid.thread.GridThreadPoolExecutor>
| Constructor and Description |
|---|
GridThreadPoolExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorePoolSize() |
long |
getKeepAliveTime() |
int |
getMaximumPoolSize() |
org.gridgain.grid.thread.GridThreadPoolExecutor |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setCorePoolSize(int corePoolSize) |
void |
setKeepAliveTime(long keepAliveTime) |
void |
setMaximumPoolSize(int maximumPoolSize) |
public org.gridgain.grid.thread.GridThreadPoolExecutor getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<org.gridgain.grid.thread.GridThreadPoolExecutor>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.gridgain.grid.thread.GridThreadPoolExecutor>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.gridgain.grid.thread.GridThreadPoolExecutor>public int getCorePoolSize()
public void setCorePoolSize(int corePoolSize)
public int getMaximumPoolSize()
public void setMaximumPoolSize(int maximumPoolSize)
public long getKeepAliveTime()
public void setKeepAliveTime(long keepAliveTime)
Copyright © 2016. All Rights Reserved.