Definitions for OperationDropTable. More...
#include <Common/Compat.h>
#include "OperationDropTable.h"
#include <Hypertable/Master/DispatchHandlerOperationDropTable.h>
#include <Hypertable/Master/ReferenceManager.h>
#include <Hypertable/Master/Utility.h>
#include <Hypertable/Lib/Key.h>
#include <Hyperspace/Session.h>
#include <Common/Error.h>
#include <Common/FailureInducer.h>
#include <Common/ScopeGuard.h>
#include <Common/Serialization.h>
#include <boost/algorithm/string.hpp>
#include <algorithm>
#include <iterator>
#include <vector>
Go to the source code of this file.
Definitions for OperationDropTable.
This file contains definitions for OperationDropTable, an Operation class for dropping (removing) a table from the system.
Definition in file OperationDropTable.cc.