include/dmlite/c/any.h [code] | Opaque handler to pass different types of values to the API |
include/dmlite/c/catalog.h [code] | C wrapper for DMLite Catalog API |
include/dmlite/c/checksums.h [code] | |
include/dmlite/c/dmlite.h [code] | C wrapper for DMLite |
include/dmlite/c/inode.h [code] | C wrapper for DMLite INode API |
include/dmlite/c/io.h [code] | C wrapper for I/O interfaces |
include/dmlite/c/pool.h [code] | C wrapper for DMLite Pool API |
include/dmlite/c/utils.h [code] | C wrapper for DMLite utils |
include/dmlite/common/config.h [code] | Header generated by CMake with the build configuration used |
include/dmlite/common/errno.h [code] | Error codes |
include/dmlite/cpp/authn.h [code] | Authentication API. Any sort of security check is plugin-specific |
include/dmlite/cpp/base.h [code] | Base interfaces |
include/dmlite/cpp/catalog.h [code] | Catalog API |
include/dmlite/cpp/dmlite.h [code] | Entry point for DMLite |
include/dmlite/cpp/exceptions.h [code] | Exceptions used by the API |
include/dmlite/cpp/inode.h [code] | Low-level access API |
include/dmlite/cpp/io.h [code] | I/O API. Abstracts how to write or read to/from a disk within a pool |
include/dmlite/cpp/pooldriver.h [code] | Pool handling API |
include/dmlite/cpp/poolmanager.h [code] | Pool API |
include/dmlite/cpp/status.h [code] | Status objects used by the API |
include/dmlite/cpp/dummy/DummyCatalog.h [code] | A dummy plugin that just delegates calls to a decorated one |
include/dmlite/cpp/dummy/DummyPool.h [code] | A dummy plugin that just delegates calls to a decorated one |
include/dmlite/cpp/utils/checksums.h [code] | Utility methods for checksum handling |
include/dmlite/cpp/utils/extensible.h [code] | Extensible types (hold metadata) |
include/dmlite/cpp/utils/logger.h [code] | |
include/dmlite/cpp/utils/mysqlpools.h [code] | |
include/dmlite/cpp/utils/poolcontainer.h [code] | Pooling |
include/dmlite/cpp/utils/security.h [code] | Security functionality shared between modules |
include/dmlite/cpp/utils/urls.h [code] | Common methods and functions for URL and path |
src/core/builtin/Authn.h [code] | User and group mapping using the system's ones |
src/core/builtin/Catalog.h [code] | Implementation of a Catalog using other plugins, as INode |
src/core/defaults/NotImplemented.h [code] | |
src/utils/DavixPool.h [code] | |
src/utils/DomeTalker.h [code] | Utility class, used to send requests to Dome |
src/utils/DomeUtils.h [code] | Small utilities used throughout dome |
src/utils/HorribleMutex.h [code] | |
src/utils/MySqlWrapper.h [code] | MySQL Wrapper |
src/utils/TaskExec.h [code] |