-
- Downloads
Remove the common TapeJob class as there is little to share between the...
Remove the common TapeJob class as there is little to share between the ArchiveJob and the RetriveJob. Their similarities are more in concept than implmentation. Added an ArchiveFileInfo class to hold the location an properties of the archive file we are working on. Add an ArchiveFileInfo member to the ArchiveJob.
Showing
- common/CMakeLists.txt 1 addition, 0 deletionscommon/CMakeLists.txt
- common/archiveNS/ArchiveFileInfo.cpp 29 additions, 0 deletionscommon/archiveNS/ArchiveFileInfo.cpp
- common/archiveNS/ArchiveFileInfo.hpp 37 additions, 0 deletionscommon/archiveNS/ArchiveFileInfo.hpp
- scheduler/ArchiveJob.cpp 12 additions, 47 deletionsscheduler/ArchiveJob.cpp
- scheduler/ArchiveJob.hpp 52 additions, 65 deletionsscheduler/ArchiveJob.hpp
- scheduler/CMakeLists.txt 0 additions, 1 deletionscheduler/CMakeLists.txt
- scheduler/RetrieveJob.cpp 0 additions, 3 deletionsscheduler/RetrieveJob.cpp
- scheduler/RetrieveJob.hpp 1 addition, 19 deletionsscheduler/RetrieveJob.hpp
- scheduler/TapeJob.cpp 0 additions, 83 deletionsscheduler/TapeJob.cpp
- scheduler/TapeJob.hpp 0 additions, 161 deletionsscheduler/TapeJob.hpp
Loading
Please register or sign in to comment