public class PropertyConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BEARER_TOKEN
shared secret for the job records rest API.
|
static String |
ENABLE_JOB_RECORD
so to false to disable that scheduler saves records for each job execution
|
static String |
FEATURE_INDEXING |
static String |
HOUSE_KEEPING_ENABLED |
static String |
HOUSE_KEEPING_EXPRESSION |
static String |
INDEX_ENABLED |
static String |
INDEX_EXPRESSION |
static String |
INDEX_TIMEOUT
The timeout in milliseconds when indexing files
|
static String |
QUARTZ_CLUSTER_CHECKIN_INTERVAL
the intervall in ms to check for failed jobs on the cluster
|
static String |
QUARTZ_DRIVER_DELEGATE
the driver delegate for quartz
|
static String |
QUARTZ_IS_CLUSTERED
set to true to enable quartz clustering support
|
static String |
RECORD_LIFE_TIME
life time of job record entries before getting erased from the database.
|
static String |
VALIDATE_JOBS_ON_STARTUP
validate jobs on startup
|
| Constructor and Description |
|---|
PropertyConstants() |
public static final String BEARER_TOKEN
public static final String ENABLE_JOB_RECORD
public static final String FEATURE_INDEXING
public static final String HOUSE_KEEPING_ENABLED
public static final String HOUSE_KEEPING_EXPRESSION
public static final String INDEX_ENABLED
public static final String INDEX_EXPRESSION
public static final String INDEX_TIMEOUT
public static final String QUARTZ_CLUSTER_CHECKIN_INTERVAL
public static final String QUARTZ_DRIVER_DELEGATE
public static final String QUARTZ_IS_CLUSTERED
public static final String RECORD_LIFE_TIME
public static final String VALIDATE_JOBS_ON_STARTUP
Copyright © 2019. All rights reserved.