Package org.waarp.vitam.ingest
Class IngestMonitor
- java.lang.Object
-
- org.waarp.vitam.common.WaarpMonitor
-
- org.waarp.vitam.ingest.IngestMonitor
-
public class IngestMonitor extends WaarpMonitor
IngestMonitor is the daemon taking care of IngestRequests through a directory containing JSON files
-
-
Field Summary
-
Fields inherited from class org.waarp.vitam.common.WaarpMonitor
elapseTime
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke()
Launch the IngestMonitorstatic void
main(String[] args)
Will try to start the IngestMonitor according to arguments, else print the help message-
Methods inherited from class org.waarp.vitam.common.WaarpMonitor
getAdminFactory, getElapseTime, getStopFile, isShutdown, setShutdown
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
Will try to start the IngestMonitor according to arguments, else print the help message- Parameters:
args
-
-
invoke
public void invoke()
Launch the IngestMonitor
-
-