mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
b7215b025a
Creates an installable version of "src/include/rados/objclass.h" that allows object classes to be built outside of the Ceph tree. cls_sdk is an example of such an object class. Signed-off-by: Neha Ojha <nojha@redhat.com>
23 lines
865 B
ReStructuredText
23 lines
865 B
ReStructuredText
===========================
|
|
Ceph Storage Cluster APIs
|
|
===========================
|
|
|
|
The :term:`Ceph Storage Cluster` has a messaging layer protocol that enables
|
|
clients to interact with a :term:`Ceph Monitor` and a :term:`Ceph OSD Daemon`.
|
|
``librados`` provides this functionality to :term:`Ceph Clients` in the form of
|
|
a library. All Ceph Clients either use ``librados`` or the same functionality
|
|
encapsulated in ``librados`` to interact with the object store. For example,
|
|
``librbd`` and ``libcephfs`` leverage this functionality. You may use
|
|
``librados`` to interact with Ceph directly (e.g., an application that talks to
|
|
Ceph, your own interface to Ceph, etc.).
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Introduction to librados <librados-intro>
|
|
librados (C) <librados>
|
|
librados (C++) <libradospp>
|
|
librados (Python) <python>
|
|
object class <objclass-sdk>
|