-
- Downloads
Fleshed out the Job classes.
The bottom line is the Mount and Job classes shall be passed around the tapeserverd daemon for two purposes, to carry all the information about the file copy to be transfered and to provide the notification interface to the scheduler on which the tapeserverd daemon needs to call methods to indicate the ends of transfers and mounts.
Showing
- scheduler/ArchiveJob.cpp 35 additions, 11 deletionsscheduler/ArchiveJob.cpp
- scheduler/ArchiveJob.hpp 81 additions, 18 deletionsscheduler/ArchiveJob.hpp
- scheduler/ArchiveMount.cpp 7 additions, 0 deletionsscheduler/ArchiveMount.cpp
- scheduler/ArchiveMount.hpp 8 additions, 2 deletionsscheduler/ArchiveMount.hpp
- scheduler/RetrieveJob.cpp 9 additions, 10 deletionsscheduler/RetrieveJob.cpp
- scheduler/RetrieveJob.hpp 63 additions, 14 deletionsscheduler/RetrieveJob.hpp
- scheduler/RetrieveMount.cpp 7 additions, 0 deletionsscheduler/RetrieveMount.cpp
- scheduler/RetrieveMount.hpp 8 additions, 2 deletionsscheduler/RetrieveMount.hpp
- scheduler/TapeJob.cpp 11 additions, 2 deletionsscheduler/TapeJob.cpp
- scheduler/TapeJob.hpp 35 additions, 5 deletionsscheduler/TapeJob.hpp
- scheduler/TapeMount.hpp 9 additions, 0 deletionsscheduler/TapeMount.hpp
Please register or sign in to comment