29 #ifndef HYPERTABLE_DISPATCHHANDLEROPERATIONSETSTATE_H
30 #define HYPERTABLE_DISPATCHHANDLEROPERATIONSETSTATE_H
77 std::vector<SystemVariable::Spec>
m_specs;
89 #endif // HYPERTABLE_DISPATCHHANDLEROPERATIONSETSTATE_H
std::string String
A String is simply a typedef to std::string.
std::shared_ptr< DispatchHandlerOperationSetState > DispatchHandlerOperationSetStatePtr
Smart pointer to DispatchHandlerOperationSetState.
Declarations for CommAddress.
std::shared_ptr< Context > ContextPtr
Smart pointer to Context.
DispatchHandler class for managing async RangeServer requests.
std::vector< SystemVariable::Spec > m_specs
Vector of system state variable specifications.
Declarations for DispatchHandlerOperation.
A timer class to keep timeout states across AsyncComm related calls.
DispatchHandlerOperationSetState(ContextPtr &context)
Constructor.
virtual void start(const String &location)
Issues a RangeServer::set_state() request to a range server.
Declarations for SockAddrMap.
A timer class to keep timeout states across AsyncComm related calls.
Timer m_timer
Request deadline timer
uint64_t m_generation
Generation of system state variables.
void initialize()
Pre-request initialization.
DispatchHandler class for gathering responses to a set of RangeServer::set_state() requests...