public class OfflineAnonymizer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OfflineAnonymizer.LogType |
Constructor and Description |
---|
OfflineAnonymizer(OfflineAnonymizer.LogType logtype,
String filename)
Creates an OfflineAnonymizer for a specific log file.
|
Modifier and Type | Method and Description |
---|---|
void |
anonymize()
Performs anonymization for the log file.
|
static void |
main(String[] args) |
public OfflineAnonymizer(OfflineAnonymizer.LogType logtype, String filename)
logtype
- the type of the log file. This can either be
LogFile.HADOOP or LogFile.SYSTEMfilename
- the path to the log fileCopyright © 2010 The Apache Software Foundation