Uses of Class
org.apache.hama.bsp.ID

Packages that use ID
org.apache.hama.bsp BSP computing framework. 
 

Uses of ID in org.apache.hama.bsp
 

Subclasses of ID in org.apache.hama.bsp
 class BSPJobID
          BSPJobID represents the immutable and unique identifier for the job.
 class TaskAttemptID
          TaskAttemptID is a unique identifier for a task attempt.
 class TaskID
          TaskID represents the immutable and unique identifier for a BSP Task.
 

Methods in org.apache.hama.bsp with parameters of type ID
 int TaskAttemptID.compareTo(ID o)
           
 int BSPJobID.compareTo(ID o)
           
 int TaskID.compareTo(ID o)
           
 int ID.compareTo(ID that)
           
 



Copyright © 2011 The Apache Software Foundation