Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CREATION_TIME_PROPERTY |
"jcr:created" |
public static final String |
JOB_RESOURCE_TYPE |
"sling/bg/job" |
public static final String |
STREAM_RESOURCE_TYPE |
"sling/bg/stream" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JOB_DATA_MIXIN |
"sling:bgJobData" |
public static final String |
PROP_EXTENSION |
"sling:jobExtension" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
STREAM_PATH_SUFFIX |
"/stream" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROP_BG_PARAM |
"background.parameter.name" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROP_CORE_POOL_SIZE |
"core.pool.size" |
public static final String |
PROP_KEEP_ALIVE_TIME |
"keep.alive.time.seconds" |
public static final String |
PROP_MAX_POOL_SIZE |
"max.pool.size" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JOB_QUERY |
"select * from sling:bgJobData order by jcr:created desc" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BUFFER_SIZE |
32768 |
public static final int |
BUFFER_SWITCH_SIZE |
36408 |
public static final String |
STREAM_NODE_TYPE |
"nt:unstructured" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ENCODING |
"UTF-8" |
public static final String |
DEFAULT_EXT |
"txt" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PARAM_STATE |
"desiredState" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JOB_NODETYPE |
"nt:unstructured" |
public static final String |
PATH_FORMAT |
"/yyyy/MM/dd/HH/mm" |
public static final String |
PROP_JOB_STORAGE_PATH |
"job.storage.path" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LABEL |
"bgservlets" |
public static final String |
STATUS_EXTENSION |
"html" |
public static final String |
TITLE |
"Background Servlets & Jobs" |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.