23 #ifndef STORAGE_BCACHE_CSET_H
24 #define STORAGE_BCACHE_CSET_H
27 #include "storage/Devices/Device.h"
48 const std::string& get_uuid()
const;
49 void set_uuid(
const std::string& uuid);
76 const Impl& get_impl()
const;
87 bool is_bcache_cset(
const Device* device);
The master container of the libstorage.
Definition: Devicegraph.h:133
std::vector< const Bcache * > get_bcaches() const
Returns the Bcaches using this BcacheCset.
std::vector< const BlkDevice * > get_blk_devices() const
Returns the BlkDevices used by this BcacheCset.
static std::vector< BcacheCset * > get_all(Devicegraph *devicegraph)
Sorted by uuid.
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:73
A bcache cache set.
Definition: BcacheCset.h:41
The storage namespace.
Definition: Actiongraph.h:36