@FunctionalInterface public interface ScheduledJob extends Assembler
| Modifier and Type | Field and Description | 
|---|---|
| static int | CACHE_SIZE_DEFAULTThe default size of the scheduler job cache if module caching is on. | 
| static String | CACHE_SIZE_KEYThe key for the scheduler job cache size if module caching is on. | 
| static String | NAMERepresents Scheduled Job Objects | 
| static String | PREFIXPrefix 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.