Uses of Class
org.apache.hama.bsp.TaskLog.LogName

Packages that use TaskLog.LogName
org.apache.hama.bsp BSP computing framework. 
 

Uses of TaskLog.LogName in org.apache.hama.bsp
 

Methods in org.apache.hama.bsp that return TaskLog.LogName
static TaskLog.LogName TaskLog.LogName.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskLog.LogName[] TaskLog.LogName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hama.bsp with parameters of type TaskLog.LogName
static java.io.File TaskLog.getTaskLogFile(TaskAttemptID taskid, TaskLog.LogName filter)
           
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.