OpenSDN source code
|
#include <contrail_agent_init.h>
Public Member Functions | |
ContrailAgentInit () | |
virtual | ~ContrailAgentInit () |
void | ProcessOptions (const std::string &config_file, const std::string &program_name) |
void | FactoryInit () override |
void | CreateModules () |
void | InitDone () |
void | ModulesShutdown () |
void | KSyncShutdown () |
void | UveShutdown () |
void | StatsCollectorShutdown () |
void | FlowStatsCollectorShutdown () |
void | WaitForIdle () |
![]() | |
ContrailInitCommon () | |
virtual | ~ContrailInitCommon () |
void | ProcessOptions (const std::string &config_file, const std::string &program_name) |
void | ProcessComputeAddress (AgentParam *param) |
int | Start () |
void | CreateModules () |
void | RegisterDBClients () |
void | InitModules () |
void | CreateVrf () |
void | CreateInterfaces () |
void | IoShutdown () |
void | FlushFlows () |
void | ServicesShutdown () |
void | PktShutdown () |
bool | ksync_enable () const |
bool | services_enable () const |
bool | packet_enable () const |
bool | create_vhost () const |
bool | uve_enable () const |
bool | vgw_enable () const |
bool | router_id_dep_enable () const |
void | set_ksync_enable (bool flag) |
void | set_services_enable (bool flag) |
void | set_packet_enable (bool flag) |
void | set_create_vhost (bool flag) |
void | set_uve_enable (bool flag) |
void | set_vgw_enable (bool flag) |
void | set_router_id_dep_enable (bool flag) |
![]() | |
AgentInit () | |
virtual | ~AgentInit () |
Agent * | agent () const |
AgentParam * | agent_param () const |
void | set_agent_param (AgentParam *param) |
void | InitPlatform () |
virtual std::string | InstanceId () |
virtual std::string | ModuleName () |
virtual int | ModuleType () |
virtual std::string | AgentName () |
virtual bool | InitBase () |
virtual bool | Init () |
virtual void | InitLoggingBase () |
virtual void | InitLogging () |
virtual void | InitCollectorBase () |
virtual void | InitCollector () |
virtual void | CreateModulesBase () |
virtual void | CreateDBTablesBase () |
virtual void | CreateDBTables () |
virtual void | RegisterDBClientsBase () |
virtual void | InitModulesBase () |
virtual void | CreatePeersBase () |
virtual void | CreatePeers () |
virtual void | CreateVrfBase () |
virtual void | CreateNextHopsBase () |
virtual void | CreateNextHops () |
virtual void | CreateInterfacesBase () |
virtual void | ConnectToControllerBase () |
virtual void | ConnectToController () |
virtual void | InitDoneBase () |
void | CreateResourceManager () |
void | SetResourceManagerReady () |
virtual void | Shutdown () |
void | IoShutdownBase () |
virtual void | FlushFlowsBase () |
virtual void | VgwShutdownBase () |
virtual void | VgwShutdown () |
virtual void | DeleteRoutesBase () |
virtual void | DeleteRoutes () |
virtual void | DeleteDBEntriesBase () |
virtual void | DeleteDBEntries () |
virtual void | ServicesShutdownBase () |
virtual void | PktShutdownBase () |
virtual void | ProfileShutdownBase () |
virtual void | ModulesShutdownBase () |
virtual void | UveShutdownBase () |
virtual void | StatsCollectorShutdownBase () |
virtual void | FlowStatsCollectorShutdownBase () |
virtual void | KSyncShutdownBase () |
void | WaitForDBEmpty () |
void | DeleteVhost () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (ContrailAgentInit) | |
Private Attributes | |
std::unique_ptr< KSync > | ksync_ |
std::unique_ptr< AgentUveBase > | uve_ |
std::unique_ptr < VrouterControlInterface > | pkt0_ |
std::unique_ptr < AgentStatsCollector > | stats_collector_ |
std::unique_ptr< FlowStatsManager > | flow_stats_manager_ |
std::unique_ptr< PortIpcHandler > | port_ipc_handler_ |
std::unique_ptr< RestServer > | rest_server_ |
Definition at line 20 of file contrail_agent_init.h.
ContrailAgentInit::ContrailAgentInit | ( | ) |
Definition at line 30 of file contrail_agent_init.cc.
|
virtual |
Definition at line 33 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from AgentInit.
Definition at line 92 of file contrail_agent_init.cc.
|
private |
|
overridevirtual |
Implements AgentInit.
Definition at line 49 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from AgentInit.
Definition at line 171 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from ContrailInitCommon.
Definition at line 181 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from AgentInit.
Definition at line 153 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from ContrailInitCommon.
Definition at line 199 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from AgentInit.
Definition at line 41 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from AgentInit.
Definition at line 165 of file contrail_agent_init.cc.
|
virtual |
Reimplemented from AgentInit.
Definition at line 159 of file contrail_agent_init.cc.
|
virtual |
Implements AgentInit.
Definition at line 177 of file contrail_agent_init.cc.
|
private |
Definition at line 46 of file contrail_agent_init.h.
|
private |
Definition at line 42 of file contrail_agent_init.h.
|
private |
Definition at line 44 of file contrail_agent_init.h.
|
private |
Definition at line 47 of file contrail_agent_init.h.
|
private |
Definition at line 48 of file contrail_agent_init.h.
|
private |
Definition at line 45 of file contrail_agent_init.h.
|
private |
Definition at line 43 of file contrail_agent_init.h.