org.apache.sling.event.impl.jobs.config
Class ConfigurationConstants
java.lang.Object
org.apache.sling.event.impl.jobs.config.ConfigurationConstants
public abstract class ConfigurationConstants
- extends Object
Constants for the queue configuration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUMBER_OF_PROCESSORS
public static final int NUMBER_OF_PROCESSORS
DEFAULT_TYPE
public static final String DEFAULT_TYPE
- See Also:
- Constant Field Values
DEFAULT_PRIORITY
public static final String DEFAULT_PRIORITY
- See Also:
- Constant Field Values
DEFAULT_RUN_LOCAL
public static final boolean DEFAULT_RUN_LOCAL
- See Also:
- Constant Field Values
DEFAULT_RETRIES
public static final int DEFAULT_RETRIES
- See Also:
- Constant Field Values
DEFAULT_RETRY_DELAY
public static final long DEFAULT_RETRY_DELAY
- See Also:
- Constant Field Values
DEFAULT_MAX_PARALLEL
public static final int DEFAULT_MAX_PARALLEL
- See Also:
- Constant Field Values
PROP_NAME
public static final String PROP_NAME
- See Also:
- Constant Field Values
PROP_TYPE
public static final String PROP_TYPE
- See Also:
- Constant Field Values
PROP_TOPICS
public static final String PROP_TOPICS
- See Also:
- Constant Field Values
PROP_MAX_PARALLEL
public static final String PROP_MAX_PARALLEL
- See Also:
- Constant Field Values
PROP_RETRIES
public static final String PROP_RETRIES
- See Also:
- Constant Field Values
PROP_RETRY_DELAY
public static final String PROP_RETRY_DELAY
- See Also:
- Constant Field Values
PROP_PRIORITY
public static final String PROP_PRIORITY
- See Also:
- Constant Field Values
PROP_RUN_LOCAL
public static final String PROP_RUN_LOCAL
- See Also:
- Constant Field Values
PROP_APP_IDS
public static final String PROP_APP_IDS
- See Also:
- Constant Field Values
ConfigurationConstants
public ConfigurationConstants()
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.