Uses of Class
org.apache.hadoop.contrib.failmon.OfflineAnonymizer.LogType

Packages that use OfflineAnonymizer.LogType
org.apache.hadoop.contrib.failmon   
 

Uses of OfflineAnonymizer.LogType in org.apache.hadoop.contrib.failmon
 

Methods in org.apache.hadoop.contrib.failmon that return OfflineAnonymizer.LogType
static OfflineAnonymizer.LogType OfflineAnonymizer.LogType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OfflineAnonymizer.LogType[] OfflineAnonymizer.LogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.contrib.failmon with parameters of type OfflineAnonymizer.LogType
OfflineAnonymizer(OfflineAnonymizer.LogType logtype, String filename)
          Creates an OfflineAnonymizer for a specific log file.
 



Copyright © 2009 The Apache Software Foundation