#include <gnuradio/rpcserver_booter_thrift.h>
Public Member Functions | |
| rpcserver_booter_thrift () | |
| ~rpcserver_booter_thrift () | |
| rpcserver_base * | i () |
| const std::string & | type () |
| const std::vector< std::string > | endpoints () |
Public Member Functions inherited from rpcserver_booter_base | |
| rpcserver_booter_base () | |
| virtual | ~rpcserver_booter_base () |
Public Member Functions inherited from thrift_server_template< rpcserver_base, rpcserver_thrift, rpcserver_booter_thrift > | |
| thrift_server_template (rpcserver_booter_thrift *_this) | |
| ~thrift_server_template () | |
Public Member Functions inherited from thrift_application_base< TserverBase, TserverClass > | |
| thrift_application_base (TserverClass *_app) | |
| ~thrift_application_base () | |
Additional Inherited Members | |
Static Public Member Functions inherited from thrift_application_base< TserverBase, TserverClass > | |
| static TserverBase * | i () |
| static const std::vector< std::string > | endpoints () |
Protected Member Functions inherited from thrift_server_template< rpcserver_base, rpcserver_thrift, rpcserver_booter_thrift > | |
| rpcserver_base * | i_impl () |
Protected Member Functions inherited from thrift_application_base< TserverBase, TserverClass > | |
| void | set_endpoint (const std::string &endpoint) |
Protected Attributes inherited from thrift_application_base< TserverBase, TserverClass > | |
| std::unique_ptr< apache::thrift::server::TServer > | d_thriftserver |
| gr::logger_ptr | d_logger |
| gr::logger_ptr | d_debug_logger |
Static Protected Attributes inherited from thrift_application_base< TserverBase, TserverClass > | |
| static TserverClass * | d_application |
| static const unsigned int | d_default_max_init_attempts |
| static const unsigned int | d_default_thrift_port |
| static const unsigned int | d_default_num_thrift_threads |
| static const unsigned int | d_default_thrift_buffer_size |
| rpcserver_booter_thrift::rpcserver_booter_thrift | ( | ) |
| rpcserver_booter_thrift::~rpcserver_booter_thrift | ( | ) |
|
virtual |
Implements rpcserver_booter_base.
|
virtual |
Implements rpcserver_booter_base.
|
inlinevirtual |
Implements rpcserver_booter_base.