|
|
| FacebookServiceMultiface (std::vector< std::shared_ptr< FacebookServiceIf > > &ifaces) |
| |
| void | getName (std::string &_return) override |
| |
| void | getVersion (std::string &_return) override |
| |
| fb_status::type | getStatus () override |
| |
| void | getStatusDetails (std::string &_return) override |
| |
| void | getCounters (std::map< std::string, int64_t > &_return) override |
| |
| int64_t | getCounter (const std::string &key) override |
| |
| void | setOption (const std::string &key, const std::string &value) override |
| |
| void | getOption (std::string &_return, const std::string &key) override |
| |
| void | getOptions (std::map< std::string, std::string > &_return) override |
| |
| void | getCpuProfile (std::string &_return, const int32_t profileDurationInSec) override |
| |
| int64_t | aliveSince () override |
| |
| void | reinitialize () override |
| |
| void | shutdown () override |
| |
◆ aliveSince()
| int64_t facebook::fb303::FacebookServiceMultiface::aliveSince |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getCounter()
| int64_t facebook::fb303::FacebookServiceMultiface::getCounter |
( |
const std::string & |
key | ) |
|
|
inlineoverridevirtual |
◆ getCounters()
| void facebook::fb303::FacebookServiceMultiface::getCounters |
( |
std::map< std::string, int64_t > & |
_return | ) |
|
|
inlineoverridevirtual |
◆ getCpuProfile()
| void facebook::fb303::FacebookServiceMultiface::getCpuProfile |
( |
std::string & |
_return, |
|
|
const int32_t |
profileDurationInSec |
|
) |
| |
|
inlineoverridevirtual |
◆ getName()
| void facebook::fb303::FacebookServiceMultiface::getName |
( |
std::string & |
_return | ) |
|
|
inlineoverridevirtual |
◆ getOption()
| void facebook::fb303::FacebookServiceMultiface::getOption |
( |
std::string & |
_return, |
|
|
const std::string & |
key |
|
) |
| |
|
inlineoverridevirtual |
◆ getOptions()
| void facebook::fb303::FacebookServiceMultiface::getOptions |
( |
std::map< std::string, std::string > & |
_return | ) |
|
|
inlineoverridevirtual |
◆ getStatus()
| fb_status::type facebook::fb303::FacebookServiceMultiface::getStatus |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getStatusDetails()
| void facebook::fb303::FacebookServiceMultiface::getStatusDetails |
( |
std::string & |
_return | ) |
|
|
inlineoverridevirtual |
User friendly description of status, such as why the service is in the dead or warning state, or what is being started or stopped.
Implements facebook::fb303::FacebookServiceIf.
◆ getVersion()
| void facebook::fb303::FacebookServiceMultiface::getVersion |
( |
std::string & |
_return | ) |
|
|
inlineoverridevirtual |
◆ reinitialize()
| void facebook::fb303::FacebookServiceMultiface::reinitialize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ setOption()
| void facebook::fb303::FacebookServiceMultiface::setOption |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inlineoverridevirtual |
◆ shutdown()
| void facebook::fb303::FacebookServiceMultiface::shutdown |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: