LogCabin
|
Wrapper for invoking ServerControl RPCs. More...
Public Member Functions | |
ServerControl (const std::string &server, ClientImpl::TimePoint timeout) | |
void | snapshotControl (Proto::SnapshotCommand command) |
Public Attributes | |
ClientImpl | clientImpl |
std::string | server |
ClientImpl::TimePoint | timeout |
Wrapper for invoking ServerControl RPCs.
Definition at line 297 of file ServerControl.cc.
LogCabin::Client::anonymous_namespace{ServerControl.cc}::ServerControl::ServerControl | ( | const std::string & | server, |
ClientImpl::TimePoint | timeout | ||
) | [inline] |
Definition at line 299 of file ServerControl.cc.
void LogCabin::Client::anonymous_namespace{ServerControl.cc}::ServerControl::snapshotControl | ( | Proto::SnapshotCommand | command | ) | [inline] |
Definition at line 334 of file ServerControl.cc.
ClientImpl LogCabin::Client::anonymous_namespace{ServerControl.cc}::ServerControl::clientImpl |
Definition at line 343 of file ServerControl.cc.
std::string LogCabin::Client::anonymous_namespace{ServerControl.cc}::ServerControl::server |
Definition at line 344 of file ServerControl.cc.
ClientImpl::TimePoint LogCabin::Client::anonymous_namespace{ServerControl.cc}::ServerControl::timeout |
Definition at line 345 of file ServerControl.cc.