public class AutoIngestor
extends java.util.TimerTask
Modifier and Type | Field and Description |
---|---|
protected org.apache.log4j.Logger |
logger
The logger.
|
(package private) TraceLogBuffer |
traceLogBuffer
The 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.Runnable
run
in class java.util.TimerTask
public void print()
public static void main(java.lang.String[] args)
args
- the arguments