0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
Operation.cc File Reference

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>
Include dependency graph for Operation.cc:

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)
 

Detailed Description

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.