bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
This is the complete list of members for CatalogItem, including all inherited members.
CatalogItem() | CatalogItem | inline |
CatalogItem(const std::string &name, size_t size, const std::string &lmt, item_type type) | CatalogItem | inline |
CatalogItem(const std::string &name, size_t size, const std::string &lmt, bool is_data, item_type type) | CatalogItem | inline |
dump(std::ostream &strm) const | CatalogItem | virtual |
encode_item(BESInfo *info) const | CatalogItem | |
get_dap_service_url() const | CatalogItem | inline |
get_description() const | CatalogItem | inline |
get_lmt() const | CatalogItem | inline |
get_name() const | CatalogItem | inline |
get_size() const | CatalogItem | inline |
get_type() const | CatalogItem | inline |
is_data() const | CatalogItem | inline |
item_type enum name (defined in CatalogItem) | CatalogItem | |
leaf enum value (defined in CatalogItem) | CatalogItem | |
node enum value (defined in CatalogItem) | CatalogItem | |
set_dap_service_url(const std::string &url) | CatalogItem | inline |
set_description(const std::string &n) | CatalogItem | inline |
set_is_data(bool id) | CatalogItem | inline |
set_lmt(const std::string &lmt) | CatalogItem | inline |
set_name(const std::string &n) | CatalogItem | inline |
set_size(size_t s) | CatalogItem | inline |
set_type(item_type t) | CatalogItem | inline |
unknown enum value (defined in CatalogItem) | CatalogItem | |
~BESObj()=default | BESObj | virtual |
~CatalogItem() (defined in CatalogItem) | CatalogItem | inlinevirtual |