33#ifndef I_BESContainerStorageList_H
34#define I_BESContainerStorageList_H 1
46#define DEFAULT "default"
50#define CATALOG "catalog"
75 mutable std::recursive_mutex d_cache_lock_mutex;
77 typedef struct _persistence_list {
79 unsigned int _reference;
80 BESContainerStorageList::_persistence_list *_next;
83 BESContainerStorageList::persistence_list *_first;
85 static void initialize_instance();
86 static void delete_instance();
96 virtual bool isnice();
106 virtual void dump(std::ostream &strm)
const;
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
virtual void show_containers(BESInfo &info)
show information for each container in each persistence store
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual bool add_persistence(BESContainerStorage *p)
Add a persistent store to the list.
virtual BESContainer * look_for(const std::string &sym_name)
look for the specified container information in the list of persistent stores.
virtual void delete_container(const std::string &sym_name)
scan all of the container stores and remove any containers called
virtual bool deref_persistence(const std::string &persist_name)
dereference a persistent store in the list.
virtual BESContainerStorage * find_persistence(const std::string &persist_name)
find the persistence store with the given name
provides persistent storage for data storage information represented by a container.
A container is something that holds data. E.G., a netcdf file or a database entry.
informational response object
top level BES object to house generic methods