arrival_generator
Class UNI_DIST_AG

java.lang.Object
  extended by arrival_generator.ArrivalGenerator
      extended by arrival_generator.UNI_DIST_AG

public class UNI_DIST_AG
extends ArrivalGenerator

This class implements uses the uniform distribution to estimate arrival times and iterations for a given job class

Author:
Ben Kybartas

Field Summary
 
Fields inherited from class arrival_generator.ArrivalGenerator
description
 
Constructor Summary
UNI_DIST_AG(JobClass jobClass, Mapper mapper)
           
 
Method Summary
 long[] getNextJobInfo()
          Only one method should be used in a new workload scheme, each time it is called it will return an array which contains the following information in order JobClassID, Arrival Rate, Iterations
 
Methods inherited from class arrival_generator.ArrivalGenerator
getDescription, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNI_DIST_AG

public UNI_DIST_AG(JobClass jobClass,
                   Mapper mapper)
Method Detail

getNextJobInfo

public long[] getNextJobInfo()
Description copied from class: ArrivalGenerator
Only one method should be used in a new workload scheme, each time it is called it will return an array which contains the following information in order JobClassID, Arrival Rate, Iterations

Specified by:
getNextJobInfo in class ArrivalGenerator