Definitions for Operation. More...
#include <Common/Compat.h>#include "Operation.h"#include <Hypertable/Master/ReferenceManager.h>#include <Common/Serialization.h>#include <algorithm>#include <ctime>#include <iterator>#include <sstream>#include <unordered_map>
Go to the source code of this file.
Namespaces | |
| Hypertable | |
| Hypertable definitions | |
| Hypertable::OperationState | |
| Master operation states. | |
Functions | |
| const char * | Hypertable::OperationState::get_text (int32_t state) |
Definitions for Operation.
This file contains definitions for Operation, an abstract base class that that represents a master operation, and from which specific/concrete operation classes are derived.
Definition in file Operation.cc.
1.8.8