it.geosolutions.geobatch.settings.flow
Class FlowSettings
java.lang.Object
it.geosolutions.geobatch.settings.GBSettings
it.geosolutions.geobatch.settings.flow.FlowSettings
public class FlowSettings
- extends GBSettings
- Author:
- Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
| Methods inherited from class it.geosolutions.geobatch.settings.GBSettings |
getId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowSettings
public FlowSettings()
getMaxStoredConsumers
public int getMaxStoredConsumers()
- Returns:
- the maxStoredConsumers
setMaxStoredConsumers
public void setMaxStoredConsumers(int maxStoredConsumers)
- Parameters:
maxStoredConsumers - the maxStoredConsumers to set
getWorkQueueSize
public int getWorkQueueSize()
- Returns:
- the workQueueSize
setWorkQueueSize
public void setWorkQueueSize(int workQueueSize)
- Parameters:
workQueueSize - the workQueueSize to set
getCorePoolSize
public int getCorePoolSize()
- Returns:
- the corePoolSize
setCorePoolSize
public void setCorePoolSize(int corePoolSize)
- Parameters:
corePoolSize - the corePoolSize to set
getMaximumPoolSize
public int getMaximumPoolSize()
- Returns:
- the maximumPoolSize
setMaximumPoolSize
public void setMaximumPoolSize(int maximumPoolSize)
- Parameters:
maximumPoolSize - the maximumPoolSize to set
getKeepAliveTime
public int getKeepAliveTime()
- Returns:
- the keepAliveTime
setKeepAliveTime
public void setKeepAliveTime(int keepAliveTime)
- Parameters:
keepAliveTime - the keepAliveTime to set
Copyright © 2008-2012 GeoSolutions. All Rights Reserved.