0.9.8.10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
home
doug
src
hypertable
src
cc
Hypertable
Lib
Master
Protocol.h
Go to the documentation of this file.
1
/* -*- c++ -*-
2
* Copyright (C) 2007-2015 Hypertable, Inc.
3
*
4
* This file is part of Hypertable.
5
*
6
* Hypertable is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public License
8
* as published by the Free Software Foundation; version 3 of the
9
* License, or any later version.
10
*
11
* Hypertable is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19
* 02110-1301, USA.
20
*/
21
26
27
#ifndef Hypertable_Lib_Master_Protocol_h
28
#define Hypertable_Lib_Master_Protocol_h
29
30
namespace
Hypertable
{
31
namespace
Lib
{
32
namespace
Master {
33
36
37
class
Protocol
{
38
public
:
39
enum
{
40
COMMAND_CREATE_TABLE
= 0,
41
COMMAND_GET_SCHEMA
,
42
COMMAND_STATUS
,
43
COMMAND_REGISTER_SERVER
,
44
COMMAND_MOVE_RANGE
,
45
COMMAND_DROP_TABLE
,
46
COMMAND_ALTER_TABLE
,
47
COMMAND_SHUTDOWN
,
48
COMMAND_CLOSE
,
49
COMMAND_CREATE_NAMESPACE
,
50
COMMAND_DROP_NAMESPACE
,
51
COMMAND_RENAME_TABLE
,
52
COMMAND_RELINQUISH_ACKNOWLEDGE
,
53
COMMAND_FETCH_RESULT
,
54
COMMAND_BALANCE
,
55
COMMAND_REPLAY_COMPLETE
,
56
COMMAND_PHANTOM_PREPARE_COMPLETE
,
57
COMMAND_PHANTOM_COMMIT_COMPLETE
,
58
COMMAND_STOP
,
59
COMMAND_REPLAY_STATUS
,
60
COMMAND_COMPACT
,
61
COMMAND_SET_STATE
,
62
COMMAND_RECREATE_INDEX_TABLES
,
63
COMMAND_SYSTEM_STATUS
,
64
COMMAND_MAX
65
};
66
};
67
69
70
}}}
71
72
#endif // Hypertable_Lib_Master_Protocol_h
Hypertable::Lib::Master::Protocol::COMMAND_REGISTER_SERVER
Definition:
Protocol.h:43
Hypertable::Lib::Master::Protocol::COMMAND_STOP
Definition:
Protocol.h:58
Hypertable::Lib::Master::Protocol::COMMAND_SYSTEM_STATUS
Definition:
Protocol.h:63
Hypertable::Lib::Master::Protocol::COMMAND_BALANCE
Definition:
Protocol.h:54
Hypertable::Lib::Master::Protocol::COMMAND_FETCH_RESULT
Definition:
Protocol.h:53
Hypertable::Lib::Master::Protocol::COMMAND_RELINQUISH_ACKNOWLEDGE
Definition:
Protocol.h:52
Hypertable::Lib::Master::Protocol::COMMAND_GET_SCHEMA
Definition:
Protocol.h:41
Hypertable::Lib::Master::Protocol::COMMAND_CLOSE
Definition:
Protocol.h:48
Hypertable::Lib::Master::Protocol::COMMAND_SET_STATE
Definition:
Protocol.h:61
Hypertable::Lib::Master::Protocol::COMMAND_SHUTDOWN
Definition:
Protocol.h:47
Hypertable::Lib::Master::Protocol::COMMAND_ALTER_TABLE
Definition:
Protocol.h:46
Hypertable::Lib::Master::Protocol::COMMAND_DROP_NAMESPACE
Definition:
Protocol.h:50
Hypertable::Lib::Master::Protocol::COMMAND_PHANTOM_COMMIT_COMPLETE
Definition:
Protocol.h:57
Hypertable::Lib::Master::Protocol::COMMAND_DROP_TABLE
Definition:
Protocol.h:45
Hypertable::Lib::Master::Protocol::COMMAND_RECREATE_INDEX_TABLES
Definition:
Protocol.h:62
Hypertable::Lib::Master::Protocol::COMMAND_RENAME_TABLE
Definition:
Protocol.h:51
Hypertable::Lib::Master::Protocol::COMMAND_REPLAY_COMPLETE
Definition:
Protocol.h:55
Hyperspace::HsParser::COMMAND_MAX
Definition:
HsParser.h:88
Hypertable
Hypertable definitions
Definition:
ApplicationHandler.h:36
Hypertable::Lib::Master::Protocol::COMMAND_MOVE_RANGE
Definition:
Protocol.h:44
Hypertable::Lib::Master::Protocol::COMMAND_COMPACT
Definition:
Protocol.h:60
Hypertable::Protocol
Abstract base class for server protocol drivers.
Definition:
Protocol.h:49
Hypertable::Lib::Master::Protocol::COMMAND_CREATE_NAMESPACE
Definition:
Protocol.h:49
Hypertable::Lib::Master::Protocol::COMMAND_STATUS
Definition:
Protocol.h:42
Hypertable::Lib::Master::Protocol::COMMAND_REPLAY_STATUS
Definition:
Protocol.h:59
Hypertable::Hql::COMMAND_CREATE_TABLE
Definition:
HqlParser.h:81
Lib
Hypertable::Lib::Master::Protocol::COMMAND_PHANTOM_PREPARE_COMPLETE
Definition:
Protocol.h:56
Generated on Tue Dec 22 2015 18:43:06 for Hypertable by
1.8.8