Uses of Class
org.gridbus.broker.farming.common.DataHost

Packages that use DataHost
org.gridbus.broker.farming.common   
org.gridbus.broker.scheduler   
 

Uses of DataHost in org.gridbus.broker.farming.common
 

Subclasses of DataHost in org.gridbus.broker.farming.common
 class SrbDataHost
          This class contains the methods to work with an SRB Data Host.
 

Uses of DataHost in org.gridbus.broker.scheduler
 

Methods in org.gridbus.broker.scheduler that return DataHost
 DataHost DataComputePair.getDataHost()
          Returns the DataHost in the pair
 

Methods in org.gridbus.broker.scheduler with parameters of type DataHost
 void DataComputePair.setDataHost(DataHost host)
          Sets the data host for this pair
 

Constructors in org.gridbus.broker.scheduler with parameters of type DataHost
DataComputePair(ComputeServer cs, DataHost dh, float time, float budget)
          Constructor for DataComputePair, sets up the internal data structures.