public class WebLogGenerator extends Object
| Constructor and Description |
|---|
WebLogGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
genDocs(int noDocs,
int noFiles,
String[] filterKeyWords,
String[] words,
String path)
Generates the files for the documents relation.
|
static void |
genRanks(int noDocs,
int noFiles,
String path)
Generates the files for the ranks relation.
|
static void |
genVisits(int noVisits,
int noDocs,
int noFiles,
String path)
Generates the files for the visits relation.
|
static void |
main(String[] args) |
public static void main(String[] args)
public static void genDocs(int noDocs,
int noFiles,
String[] filterKeyWords,
String[] words,
String path)
URL | ContentnoDocs - Number of entries for the documents relationnoFiles - Number of files for the documents relationfilterKeyWords - A list of keywords that should be containedwords - A list of words to fill the entriespath - Output path for the documents relationpublic static void genRanks(int noDocs,
int noFiles,
String path)
Rank | URL | Average Duration |\nnoDocs - Number of entries in the documents relationnoFiles - Number of files for the ranks relationpath - Output path for the ranks relationpublic static void genVisits(int noVisits,
int noDocs,
int noFiles,
String path)
IP Address | URL | Date (YYYY-MM-DD) | Misc. Data (e.g. User-Agent) |\nnoVisits - Number of entries for the visits relationnoDocs - Number of entries in the documents relationnoFiles - Number of files for the visits relationpath - Output path for the visits relationCopyright © 2013. All rights reserved.