public class AutoIngestor
extends java.util.TimerTask
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.log4j.Logger | loggerThe logger. | 
| (package private) TraceLogBuffer | traceLogBufferThe trace log buffer. | 
| Constructor and Description | 
|---|
| AutoIngestor()Instantiates a new auto ingestor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | createTable()Creates the table. | 
| private java.util.List<FlexAutoIngestRowObject> | getAutoIngests()return list of data from the autoingests table in the database | 
| static void | main(java.lang.String[] args)The main method. | 
| void | print()Prints the status of each ingest to System.out | 
| void | run()retrieve list of auto ingests and execute! | 
TraceLogBuffer traceLogBuffer
protected org.apache.log4j.Logger logger
protected void createTable()
private java.util.List<FlexAutoIngestRowObject> getAutoIngests()
public void run()
run in interface java.lang.Runnablerun in class java.util.TimerTaskpublic void print()
public static void main(java.lang.String[] args)
args - the arguments