0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Hypertable::FailureInducer::failure_inducer_state Struct Reference

Internal structure to store a single failure setting. More...

Public Attributes

uint32_t iteration
 Current iteration of the failure. More...
 
uint32_t trigger_iteration
 Number of iterations after which the failure is triggered. More...
 
int failure_type
 The failure type; an enum in FailureInducer.cc. More...
 
int error_code
 The error code which is thrown (if type is FAILURE_TYPE_THROW) More...
 
int pause_millis
 Milliseconds to pause (if type is FAILURE_TYPE_PAUSE) More...
 

Detailed Description

Internal structure to store a single failure setting.

Definition at line 107 of file FailureInducer.h.


The documentation for this struct was generated from the following file: