Package pulling.availability_predection

Class Summary
AvailabilityLogger This class is responsible for maintaining the file that stores information about the availability history.
AvailabilityManager This thread is responsible for measuring the Usage of the server, updating the history file and letting the Mapper know when the node is idle.
CPU_Usage This class represents the concept of system usage in terms of CPU.
Testing  
TimeStamp It represents a time stamp (hour and minute) of an entry in the file created by the AvailabilityLogger (e.g.
 

Enum Summary
Hour This is a utility class to express the hour of the day, used by the AvailabilityManager Class
WeekDay It the weekday enumeration used in the file created by the AvailabilityLogger