it.geosolutions.geobatch.settings.flow
Class FlowSettings

java.lang.Object
  extended by it.geosolutions.geobatch.settings.GBSettings
      extended by it.geosolutions.geobatch.settings.flow.FlowSettings

public class FlowSettings
extends GBSettings

Author:
Carlo Cancellieri - carlo.cancellieri@geo-solutions.it

Constructor Summary
FlowSettings()
           
 
Method Summary
 int getCorePoolSize()
           
 int getKeepAliveTime()
           
 int getMaximumPoolSize()
           
 int getMaxStoredConsumers()
           
 int getWorkQueueSize()
           
 void setCorePoolSize(int corePoolSize)
           
 void setKeepAliveTime(int keepAliveTime)
           
 void setMaximumPoolSize(int maximumPoolSize)
           
 void setMaxStoredConsumers(int maxStoredConsumers)
           
 void setWorkQueueSize(int workQueueSize)
           
 
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
 

Constructor Detail

FlowSettings

public FlowSettings()
Method Detail

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.