0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Variables
Hypertable::Dependency Namespace Reference

Master dependency strings More...

Variables

const char * INIT = "INIT"
 
const char * SERVERS = "SERVERS"
 
const char * ROOT = "ROOT"
 
const char * METADATA = "METADATA"
 
const char * SYSTEM = "SYSTEM"
 
const char * USER = "USER"
 
const char * RECOVER_SERVER = "RECOVER_SERVER"
 
const char * RECOVERY_BLOCKER = "RECOVERY_BLOCKER"
 
const char * RECOVERY = "RECOVERY"
 

Detailed Description

Master dependency strings

Variable Documentation

const char * Hypertable::Dependency::INIT = "INIT"

Definition at line 45 of file Operation.cc.

const char * Hypertable::Dependency::METADATA = "METADATA"

Definition at line 48 of file Operation.cc.

const char * Hypertable::Dependency::RECOVER_SERVER = "RECOVER_SERVER"

Definition at line 51 of file Operation.cc.

const char * Hypertable::Dependency::RECOVERY = "RECOVERY"

Definition at line 53 of file Operation.cc.

const char * Hypertable::Dependency::RECOVERY_BLOCKER = "RECOVERY_BLOCKER"

Definition at line 52 of file Operation.cc.

const char * Hypertable::Dependency::ROOT = "ROOT"

Definition at line 47 of file Operation.cc.

const char * Hypertable::Dependency::SERVERS = "SERVERS"

Definition at line 46 of file Operation.cc.

const char * Hypertable::Dependency::SYSTEM = "SYSTEM"

Definition at line 49 of file Operation.cc.

const char * Hypertable::Dependency::USER = "USER"

Definition at line 50 of file Operation.cc.