Declarations for TableInfoMap. More...
#include <Hypertable/RangeServer/HyperspaceTableCache.h>
#include <Hypertable/RangeServer/TableInfo.h>
#include <Common/StringExt.h>
#include <map>
#include <memory>
#include <mutex>
#include <string>
Go to the source code of this file.
Classes | |
class | Hypertable::TableInfoMap |
Manages live range map and set of log names that can be safely removed. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < TableInfoMap > | Hypertable::TableInfoMapPtr |
Shared smart pointer to TableInfoMap. More... | |
Declarations for TableInfoMap.
This file contains the type declarations for TableInfoMap, a class used to map table IDs to TableInfo objects and manage the set of "remove ok" logs.
Definition in file TableInfoMap.h.