Uses of Class
com.friendshipsystems.fsshresourcemanager.FJob

Packages that use FJob
com.friendshipsystems.fsshresourcemanager   
 

Uses of FJob in com.friendshipsystems.fsshresourcemanager
 

Methods in com.friendshipsystems.fsshresourcemanager that return FJob
 FJob FScheduler.selectNextJobToRun(java.util.List<java.util.List<FJob>> waitingQueues, java.util.Map<java.lang.String,java.util.Date> blockedAddresses)
           
 FJob FIScheduler.selectNextJobToRun(java.util.List<java.util.List<FJob>> waitingQueues, java.util.Map<java.lang.String,java.util.Date> blockedAddresses)
          This method is called to determine the next FJob that should be run depending on the available resources and the scheduling algorithm.
 

Methods in com.friendshipsystems.fsshresourcemanager with parameters of type FJob
 void FHostManager.sendNoExecutorsLeftMail(java.lang.String appName, FJob job, int noAuthHostCount, int inactiveHostCount, int mismatchedFingerPrintCount, int autoDeactivatedHostCount)
          Sends a mail to the configured address informing that there are no active hosts left to execute a job.
 

Method parameters in com.friendshipsystems.fsshresourcemanager with type arguments of type FJob
 FJob FScheduler.selectNextJobToRun(java.util.List<java.util.List<FJob>> waitingQueues, java.util.Map<java.lang.String,java.util.Date> blockedAddresses)
           
 FJob FIScheduler.selectNextJobToRun(java.util.List<java.util.List<FJob>> waitingQueues, java.util.Map<java.lang.String,java.util.Date> blockedAddresses)
          This method is called to determine the next FJob that should be run depending on the available resources and the scheduling algorithm.