Uses of Class
org.ourgrid.mygrid.scheduler.jobmanager.TaskEntry

Packages that use TaskEntry
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.test   
 

Uses of TaskEntry in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type TaskEntry
 long StorageAffinity.getAffinity(TaskEntry task, GumClient gumex)
          Calculates the affinity between a task and a gum.
protected  int StorageAffinity.getReplicationDegreeOfTask(TaskEntry task)
          Get the replication degree of a task
 

Method parameters in org.ourgrid.mygrid.scheduler with type arguments of type TaskEntry
protected  int StorageAffinity.getSmallestNumberOfReplicas(java.util.List<TaskEntry> tasksToScheduleQueue)
          Get the smallest number of replicas for the list of Tasks to schedule
 

Uses of TaskEntry in org.ourgrid.mygrid.scheduler.jobmanager
 

Fields in org.ourgrid.mygrid.scheduler.jobmanager with type parameters of type TaskEntry
protected  java.util.List<TaskEntry> JobEntry.tasks
          All job's tasks.
 

Methods in org.ourgrid.mygrid.scheduler.jobmanager that return TaskEntry
protected  TaskEntry JobEntry.createTaskEntry(TaskSpec taskSpec, int nextTaskId, int id, int maxTaskFails, int maxTaskReplicas)
           
 TaskEntry JobEntry.getTaskById(int taskId)
          Returns a Task by its identification.
 

Methods in org.ourgrid.mygrid.scheduler.jobmanager that return types with arguments of type TaskEntry
protected  java.util.List<TaskEntry> JobEntry.createTasks(java.util.List<TaskSpec> taskSpecs)
          Creates the job's tasks according the specification.
 java.util.List<TaskEntry> JobEntry.getAvailableTasks()
          Returns the Job's available Tasks.
 java.util.List<TaskEntry> JobEntry.getTasks()
          Returns the Job'sTasks.
 

Methods in org.ourgrid.mygrid.scheduler.jobmanager with parameters of type TaskEntry
 int TaskEntry.compareTo(TaskEntry objectTask)
           
 ReplicaEntry JobManager.createNewReplica(TaskEntry task)
           
 ReplicaEntry AbstractJobManager.createNewReplica(TaskEntry task)
           
protected  ReplicaEntry JobEntry.getNewReplica(TaskEntry task)
          Creates and returns a new Replica.
protected  ReplicaEntry EBJobManager.realCreateNewReplica(TaskEntry task)
          Creates and returns a new Replica.
protected abstract  ReplicaEntry AbstractJobManager.realCreateNewReplica(TaskEntry task)
           
 

Uses of TaskEntry in org.ourgrid.mygrid.ui.gui
 

Constructors in org.ourgrid.mygrid.ui.gui with parameters of type TaskEntry
GUICreateReplicaNotifyEvent(TaskEntry task, JobManager manager)
           
SimpleTaskEntry(TaskEntry taskEntry)
           
 

Uses of TaskEntry in org.ourgrid.mygrid.ui.test
 

Subclasses of TaskEntry in org.ourgrid.mygrid.ui.test
 class FakeScheduler.FakeTask