bes
Updated for version 3.20.6
|
33 #ifndef I_BESContainerStorageList_H
34 #define I_BESContainerStorageList_H 1
45 #define DEFAULT "default"
49 #define CATALOG "catalog"
75 typedef struct _persistence_list {
77 unsigned int _reference;
78 BESContainerStorageList::_persistence_list *_next;
81 BESContainerStorageList::persistence_list *_first;
92 virtual bool isnice();
102 virtual void dump(std::ostream &strm)
const;
107 #endif // I_BESContainerStorageList_H
virtual void show_containers(BESInfo &info)
show information for each container in each persistence store
virtual bool deref_persistence(const std::string &persist_name)
dereference a persistent store in the list.
virtual BESContainer * look_for(const std::string &sym_name)
look for the specified container information in the list of persistent stores.
provides persistent storage for data storage information represented by a container.
virtual void dump(std::ostream &strm) const
dumps information about this object
informational response object
virtual bool add_persistence(BESContainerStorage *p)
Add a persistent store to the list.
virtual BESContainerStorage * find_persistence(const std::string &persist_name)
find the persistence store with the given name
top level BES object to house generic methods
virtual void delete_container(const std::string &sym_name)
scan all of the container stores and remove any containers called
A container is something that holds data. E.G., a netcdf file or a database entry.
Provides a mechanism for accessing container information from different container stores registered w...
virtual bool ref_persistence(const std::string &persist_name)
refence the specified persistent store if in the list