Class ConfigurationConstants
- java.lang.Object
-
- org.apache.sling.event.impl.jobs.config.ConfigurationConstants
-
public abstract class ConfigurationConstants extends Object
Constants for the queue configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_MAX_PARALLEL
static String
DEFAULT_PRIORITY
static int
DEFAULT_RETRIES
static long
DEFAULT_RETRY_DELAY
static int
NUMBER_OF_PROCESSORS
static String
PROP_KEEP_JOBS
static String
PROP_MAX_PARALLEL
static String
PROP_NAME
static String
PROP_PREFER_RUN_ON_CREATION_INSTANCE
static String
PROP_PRIORITY
static String
PROP_RETRIES
static String
PROP_RETRY_DELAY
static String
PROP_THREAD_POOL_SIZE
static String
PROP_TOPICS
static String
PROP_TYPE
-
Constructor Summary
Constructors Constructor Description ConfigurationConstants()
-
-
-
Field Detail
-
NUMBER_OF_PROCESSORS
public static final int NUMBER_OF_PROCESSORS
-
DEFAULT_PRIORITY
public static final String DEFAULT_PRIORITY
- 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_KEEP_JOBS
public static final String PROP_KEEP_JOBS
- See Also:
- Constant Field Values
-
PROP_THREAD_POOL_SIZE
public static final String PROP_THREAD_POOL_SIZE
- See Also:
- Constant Field Values
-
PROP_PREFER_RUN_ON_CREATION_INSTANCE
public static final String PROP_PREFER_RUN_ON_CREATION_INSTANCE
- See Also:
- Constant Field Values
-
-