30#include "S3ContainerStorage.h"
31#include "S3Container.h"
69 strm << BESIndent::LMarg <<
"S3ContainerStorage::dump - (" << (
void *)
this <<
")" << endl;
72 BESIndent::UnIndent();
BESContainerStorageVolatile(const std::string &n)
create an instance of this persistent store with the given name.
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void add_container(BESContainer *c)
add the passed container to the list of containers in volatile storage
void dump(std::ostream &strm) const override
dumps information about this object
void add_container(const std::string &s_name, const std::string &r_name, const std::string &type) override
adds a container with the provided information
S3ContainerStorage(const std::string &n)
create an instance of this persistent store with the given name.
Container representing a remote request.