-
- Downloads
Initial import of draft version of the object store based on both Ceph and VFS.
Some legacy utilities from castor were imported alongside, with some adaptations.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CMakeLists.txt 5 additions, 0 deletionsCMakeLists.txt
- cmake/FindProtobuf.cmake 54 additions, 0 deletionscmake/FindProtobuf.cmake
- objectstore/Agent.hpp 28 additions, 0 deletionsobjectstore/Agent.hpp
- objectstore/AgentId.hpp 41 additions, 0 deletionsobjectstore/AgentId.hpp
- objectstore/CMakeLists.txt 25 additions, 0 deletionsobjectstore/CMakeLists.txt
- objectstore/ContextHandle.hpp 32 additions, 0 deletionsobjectstore/ContextHandle.hpp
- objectstore/FIFO.hpp 92 additions, 0 deletionsobjectstore/FIFO.hpp
- objectstore/JobPool.hpp 24 additions, 0 deletionsobjectstore/JobPool.hpp
- objectstore/ObjectOps.hpp 42 additions, 0 deletionsobjectstore/ObjectOps.hpp
- objectstore/ObjectStores.hpp 281 additions, 0 deletionsobjectstore/ObjectStores.hpp
- objectstore/ObjectStructureDumper.hpp 21 additions, 0 deletionsobjectstore/ObjectStructureDumper.hpp
- objectstore/Register.hpp 65 additions, 0 deletionsobjectstore/Register.hpp
- objectstore/RootEntry.hpp 166 additions, 0 deletionsobjectstore/RootEntry.hpp
- objectstore/cta.proto 84 additions, 0 deletionsobjectstore/cta.proto
- objectstore/exception/Backtrace.cpp 170 additions, 0 deletionsobjectstore/exception/Backtrace.cpp
- objectstore/exception/Backtrace.hpp 53 additions, 0 deletionsobjectstore/exception/Backtrace.hpp
- objectstore/exception/Errnum.cpp 85 additions, 0 deletionsobjectstore/exception/Errnum.cpp
- objectstore/exception/Errnum.hpp 50 additions, 0 deletionsobjectstore/exception/Errnum.hpp
- objectstore/exception/Exception.cpp 79 additions, 0 deletionsobjectstore/exception/Exception.cpp
Loading
Please register or sign in to comment