bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Container representing a NCML request. More...
#include <NCMLContainer.h>
Public Member Functions | |
virtual string | access () |
access the NCML target response by making the NCML request | |
void | dump (std::ostream &strm) const override |
dumps information about this object | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
std::string | get_attributes () const |
retrieve the attributes desired from this container | |
std::string | get_constraint () const |
retrieve the constraint expression for this container | |
std::string | get_container_type () const |
retrieve the type of data this container holds, such as cedar or netcdf. | |
std::string | get_dap4_constraint () const |
retrieve the constraint expression for this container | |
std::string | get_dap4_function () const |
retrieve the constraint expression for this container | |
std::string | get_real_name () const |
retrieve the real name for this container, such as a file name. | |
std::string | get_relative_name () const |
Get the relative name of the object in this container. | |
std::string | get_symbolic_name () const |
retrieve the symbolic name for this container | |
NCMLContainer (const NCMLContainer ©_from) | |
NCMLContainer (const string &sym_name, const string &real_name) | |
virtual BESContainer * | ptr_duplicate () |
pure abstract method to duplicate this instances of BESContainer | |
virtual bool | release () |
release the NCML cached resources | |
void | set_attributes (const std::string &attrs) |
set desired attributes for this container | |
void | set_constraint (const std::string &s) |
set the constraint for this container | |
void | set_container_type (const std::string &type) |
set the type of data that this container represents, such as cedar or netcdf. | |
void | set_dap4_constraint (const std::string &s) |
set the constraint for this container | |
void | set_dap4_function (const std::string &s) |
set the constraint for this container | |
void | set_real_name (const std::string &real_name) |
set the real name for this container, such as a file name if reading a data file. | |
void | set_relative_name (const std::string &relative) |
Set the relative name of the object in this container. | |
Protected Member Functions | |
void | _duplicate (BESContainer ©_to) |
duplicate this instance into the passed container | |
void | _duplicate (NCMLContainer ©_to) |
Container representing a NCML request.
The real name of a NCMLContainer is the actual NCML request. When the access method is called the NCML request is made, the response cached if Successful, and the target response returned as the real container that a data handler would then open.
Definition at line 54 of file NCMLContainer.h.
NCMLContainer::NCMLContainer | ( | const NCMLContainer & | copy_from | ) |
Definition at line 79 of file NCMLContainer.cc.
|
virtual |
Definition at line 109 of file NCMLContainer.cc.
|
protectedinherited |
duplicate this instance into the passed container
copy_to | The container to copy this instance into |
Definition at line 54 of file BESContainer.cc.
|
protected |
Definition at line 90 of file NCMLContainer.cc.
|
virtual |
access the NCML target response by making the NCML request
BESError | if there is a problem making the NCML request |
Implements BESContainer.
Definition at line 121 of file NCMLContainer.cc.
|
overridevirtualinherited |
dumps information about this object
Displays the pointer value of this instance along with information about this container.
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Reimplemented in BESFileContainer, builddmrpp::NgapBuildDmrppContainer, cmr::CmrContainer, gateway::GatewayContainer, httpd_catalog::HttpdCatalogContainer, ngap::NgapOwnedContainer, and s3::S3Container.
Definition at line 73 of file BESContainer.cc.
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with information about this container.
strm | C++ i/o stream to dump the information to |
Definition at line 204 of file NCMLContainer.cc.
|
inlineinherited |
retrieve the attributes desired from this container
Definition at line 243 of file BESContainer.h.
|
inlineinherited |
retrieve the constraint expression for this container
Definition at line 195 of file BESContainer.h.
|
inlineinherited |
retrieve the type of data this container holds, such as cedar or netcdf.
Definition at line 233 of file BESContainer.h.
|
inlineinherited |
retrieve the constraint expression for this container
Definition at line 204 of file BESContainer.h.
|
inlineinherited |
retrieve the constraint expression for this container
Definition at line 213 of file BESContainer.h.
|
inlineinherited |
retrieve the real name for this container, such as a file name.
Definition at line 181 of file BESContainer.h.
|
inlineinherited |
Get the relative name of the object in this container.
Definition at line 187 of file BESContainer.h.
|
inlineinherited |
retrieve the symbolic name for this container
Definition at line 222 of file BESContainer.h.
|
virtual |
pure abstract method to duplicate this instances of BESContainer
Implements BESContainer.
Definition at line 102 of file NCMLContainer.cc.
|
virtual |
release the NCML cached resources
Release the resource
Implements BESContainer.
Definition at line 187 of file NCMLContainer.cc.
|
inlineinherited |
set desired attributes for this container
attrs | attributes desired to access for this container |
Definition at line 171 of file BESContainer.h.
|
inlineinherited |
set the constraint for this container
s | constraint |
Definition at line 119 of file BESContainer.h.
|
inlineinherited |
set the type of data that this container represents, such as cedar or netcdf.
type | type of data, such as cedar or netcdf |
Definition at line 162 of file BESContainer.h.
|
inlineinherited |
set the constraint for this container
s | constraint |
Definition at line 128 of file BESContainer.h.
|
inlineinherited |
set the constraint for this container
s | constraint |
Definition at line 137 of file BESContainer.h.
|
inlineinherited |
set the real name for this container, such as a file name if reading a data file.
real_name | real name, such as the file name |
Definition at line 147 of file BESContainer.h.
|
inlineinherited |
Set the relative name of the object in this container.
Definition at line 153 of file BESContainer.h.