22 #ifndef Hypertable_Master_OperationRelinquishAcknowledge_h
23 #define Hypertable_Master_OperationRelinquishAcknowledge_h
55 #endif // Hypertable_Master_OperationRelinquishAcknowledge_h
virtual void execute()
Executes (carries out) the operation.
Abstract base class for ephemeral operations.
std::string String
A String is simply a typedef to std::string.
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
Lib::Master::Request::Parameters::RelinquishAcknowledge m_params
Request parmaeters.
Declarations for OperationEphemeral.
std::shared_ptr< Context > ContextPtr
Smart pointer to Context.
virtual const String name()
Name of operation used for exclusivity.
virtual void display_state(std::ostream &os)
Write human readable operation state to output stream.
virtual ~OperationRelinquishAcknowledge()
OperationRelinquishAcknowledge(ContextPtr &context, EventPtr &event)
Request parameters for relinquish acknowledge operation.
virtual const String label()
Human readable label for operation.
Declarations for RelinquishAcknowledge request parameters.
virtual const String graphviz_label()
Human readable operation label used in graphviz output.