org.compass.core.config
Class CompassEnvironment.ExecutorManager.Concurrent

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.ExecutorManager.Concurrent
Enclosing class:
CompassEnvironment.ExecutorManager

public abstract class CompassEnvironment.ExecutorManager.Concurrent
extends Object

A set of settings for the concurrent executor manager.


Field Summary
static String CORE_POOL_SIZE
          The core pool size of the executor service, defaults to 10.
static String KEEP_ALIVE_TIME
          The keep alive time of the executor service (in milliseconds).
static String MAXIMUM_POOL_SIZE
          The maximum pool size of the executor service.
static String NAME
          The name (type) of the concurrent executor manager.
static String SCHEDULED_CORE_POOL_SIZE
          The core pool size of the scheduled executor service.
 
Constructor Summary
CompassEnvironment.ExecutorManager.Concurrent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
The name (type) of the concurrent executor manager.

See Also:
Constant Field Values

SCHEDULED_CORE_POOL_SIZE

public static final String SCHEDULED_CORE_POOL_SIZE
The core pool size of the scheduled executor service. Defaults to 1.

See Also:
Constant Field Values

CORE_POOL_SIZE

public static final String CORE_POOL_SIZE
The core pool size of the executor service, defaults to 10.

See Also:
Constant Field Values

MAXIMUM_POOL_SIZE

public static final String MAXIMUM_POOL_SIZE
The maximum pool size of the executor service. Defaults to 30.

See Also:
Constant Field Values

KEEP_ALIVE_TIME

public static final String KEEP_ALIVE_TIME
The keep alive time of the executor service (in milliseconds). Defaults to 60000, which is 60 seconds.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.ExecutorManager.Concurrent

public CompassEnvironment.ExecutorManager.Concurrent()


Copyright (c) 2004-2008 The Compass Project.