-
- Downloads
Intermediate commit: started to implement the garbage collection, plus a...
Intermediate commit: started to implement the garbage collection, plus a producer and consumer action. The Agent class is becomming too complex, so started to split it up between the current agent (living with the application it represents) and the AgentVisitor, which will look at it from the outside (for the garbage collector).
Showing
- objectstore/Action.hpp 151 additions, 1 deletionobjectstore/Action.hpp
- objectstore/Agent.cpp 43 additions, 17 deletionsobjectstore/Agent.cpp
- objectstore/Agent.hpp 17 additions, 1 deletionobjectstore/Agent.hpp
- objectstore/AgentRegister.cpp 9 additions, 9 deletionsobjectstore/AgentRegister.cpp
- objectstore/AgentRegister.hpp 1 addition, 1 deletionobjectstore/AgentRegister.hpp
- objectstore/AgentVisitor.hpp 13 additions, 0 deletionsobjectstore/AgentVisitor.hpp
- objectstore/CMakeLists.txt 2 additions, 1 deletionobjectstore/CMakeLists.txt
- objectstore/FIFO.hpp 22 additions, 6 deletionsobjectstore/FIFO.hpp
- objectstore/JobPool.hpp 7 additions, 7 deletionsobjectstore/JobPool.hpp
- objectstore/RecallJob.hpp 44 additions, 0 deletionsobjectstore/RecallJob.hpp
- objectstore/Register.hpp 8 additions, 8 deletionsobjectstore/Register.hpp
- objectstore/RootEntry.cpp 10 additions, 10 deletionsobjectstore/RootEntry.cpp
- objectstore/RootEntry.hpp 1 addition, 1 deletionobjectstore/RootEntry.hpp
- objectstore/cta.proto 1 addition, 0 deletionsobjectstore/cta.proto
- objectstore/tapeResourceManagerTest.cpp 2 additions, 0 deletionsobjectstore/tapeResourceManagerTest.cpp
- objectstore/utils/Timer.cpp 60 additions, 0 deletionsobjectstore/utils/Timer.cpp
- objectstore/utils/Timer.hpp 85 additions, 0 deletionsobjectstore/utils/Timer.hpp
Loading
Please register or sign in to comment