GridSim 5.0 beta

gridsim.parallel.profile
Interface PartitionPredicate

All Known Implementing Classes:
RuntimePredicate

public interface PartitionPredicate

This interface is used to filter what jobs/reservations should be put in a given partition by policies that use multiple partitions or queues.

Since:
5.0
Author:
Marcos Dias de Assuncao
See Also:
ResourcePartition

Method Summary
 boolean match(ScheduleItem item)
          Checks whether a given job meets the criteria of the partition.
 

Method Detail

match

boolean match(ScheduleItem item)
Checks whether a given job meets the criteria of the partition.

Parameters:
item - the job/reservation to be considered for scheduling.
Returns:
true if the job can be included in this partition; false otherwise.

GridSim 5.0 beta

The University of Melbourne, Australia, 2009