public class GenerateCronItems
extends java.lang.Object
If add:
- Given a set of query vectors, creates a cron script to run the PIR with the specified parameters, and adds to the crontab with the given frequency
If delete:
- Given a crontab entry and current cron script, deletes it from the crontab file and from the cron script directory
- NOTE: This does not delete the actual query vectors from their location
Constructor and Description |
---|
GenerateCronItems() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |