@FunctionalInterface public interface ScheduledJob extends Assembler
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_SIZE_DEFAULT
The default size of the scheduler job cache if module caching is on.
|
static String |
CACHE_SIZE_KEY
The key for the scheduler job cache size if module caching is on.
|
static String |
NAME
Represents Scheduled Job Objects
|
static String |
PREFIX
Prefix for scheduler job related classes
|
Modifier and Type | Method and Description |
---|---|
void |
run(JobEntry job)
Run the Jobentry from the scheduler queue.
|
static final String PREFIX
static final String CACHE_SIZE_KEY
static final int CACHE_SIZE_DEFAULT
static final String NAME
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.