OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OVSDB::ConnectionStateEntry Class Reference

#include <ovsdb_client_connection_state.h>

Inheritance diagram for OVSDB::ConnectionStateEntry:
Collaboration diagram for OVSDB::ConnectionStateEntry:

Public Types

typedef std::set
< OvsdbClientIdl * > 
IdlList
 

Public Member Functions

 ConnectionStateEntry (ConnectionStateTable *table, const std::string &device_name, const boost::uuids::uuid &u)
 
virtual ~ConnectionStateEntry ()
 
bool IsConnectionActive ()
 
HaStaleDevVnTableha_stale_dev_vn_table () const
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (ConnectionStateEntry)
 

Private Attributes

ConnectionStateTabletable_
 
std::string device_name_
 
boost::uuids::uuid device_uuid_
 
PhysicalDevicedevice_entry_
 
IdlList idl_list_
 
HaStaleDevVnTableha_stale_dev_vn_table_
 
tbb::atomic< int > refcount_
 

Friends

class ConnectionStateTable
 
void intrusive_ptr_add_ref (ConnectionStateEntry *p)
 
void intrusive_ptr_release (ConnectionStateEntry *p)
 

Detailed Description

Definition at line 63 of file ovsdb_client_connection_state.h.

Member Typedef Documentation

Constructor & Destructor Documentation

ConnectionStateEntry::ConnectionStateEntry ( ConnectionStateTable table,
const std::string &  device_name,
const boost::uuids::uuid u 
)

Definition at line 14 of file ovsdb_client_connection_state.cc.

ConnectionStateEntry::~ConnectionStateEntry ( )
virtual

Definition at line 22 of file ovsdb_client_connection_state.cc.

Here is the call graph for this function:

Member Function Documentation

OVSDB::ConnectionStateEntry::DISALLOW_COPY_AND_ASSIGN ( ConnectionStateEntry  )
private
HaStaleDevVnTable* OVSDB::ConnectionStateEntry::ha_stale_dev_vn_table ( ) const
inline

Definition at line 73 of file ovsdb_client_connection_state.h.

bool ConnectionStateEntry::IsConnectionActive ( )

Definition at line 29 of file ovsdb_client_connection_state.cc.

Friends And Related Function Documentation

friend class ConnectionStateTable
friend

Definition at line 78 of file ovsdb_client_connection_state.h.

void intrusive_ptr_add_ref ( ConnectionStateEntry p)
friend

Definition at line 48 of file ovsdb_client_connection_state.cc.

void intrusive_ptr_release ( ConnectionStateEntry p)
friend

Definition at line 53 of file ovsdb_client_connection_state.cc.

Member Data Documentation

PhysicalDevice* OVSDB::ConnectionStateEntry::device_entry_
private

Definition at line 85 of file ovsdb_client_connection_state.h.

std::string OVSDB::ConnectionStateEntry::device_name_
private

Definition at line 83 of file ovsdb_client_connection_state.h.

boost::uuids::uuid OVSDB::ConnectionStateEntry::device_uuid_
private

Definition at line 84 of file ovsdb_client_connection_state.h.

HaStaleDevVnTable* OVSDB::ConnectionStateEntry::ha_stale_dev_vn_table_
private

Definition at line 93 of file ovsdb_client_connection_state.h.

IdlList OVSDB::ConnectionStateEntry::idl_list_
private

Definition at line 86 of file ovsdb_client_connection_state.h.

tbb::atomic<int> OVSDB::ConnectionStateEntry::refcount_
private

Definition at line 94 of file ovsdb_client_connection_state.h.

ConnectionStateTable* OVSDB::ConnectionStateEntry::table_
private

Definition at line 82 of file ovsdb_client_connection_state.h.


The documentation for this class was generated from the following files: