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

#include <ha_stale_dev_vn.h>

Inheritance diagram for OVSDB::HaStaleDevVnEntry:
Collaboration diagram for OVSDB::HaStaleDevVnEntry:

Public Member Functions

 HaStaleDevVnEntry (OvsdbDBObject *table, const boost::uuids::uuid &vn_uuid)
 
 ~HaStaleDevVnEntry ()
 
bool Add ()
 
bool Change ()
 
bool Delete ()
 
bool Sync (DBEntry *)
 
bool IsLess (const KSyncEntry &) const
 
std::string ToString () const
 
KSyncEntryUnresolvedReference ()
 
void TriggerAck (HaStaleL2RouteTable *table)
 
HaStaleL2RouteTablel2_table () const
 
const boost::uuids::uuidvn_uuid () const
 
Agentagent () const
 
OvsPeerroute_peer () const
 
const std::string & dev_name () const
 
ConnectionStateEntrystate () const
 
IpAddress dev_ip () const
 
const std::string & vn_name () const
 
uint32_t vxlan_id () const
 
- Public Member Functions inherited from OVSDB::OvsdbDBEntry
 OvsdbDBEntry (OvsdbDBObject *table)
 
 OvsdbDBEntry (OvsdbDBObject *table, struct ovsdb_idl_row *ovs_entry)
 
virtual ~OvsdbDBEntry ()
 
virtual void PreAddChange ()
 
virtual void PostDelete ()
 
virtual void AddMsg (struct ovsdb_idl_txn *)
 
virtual void ChangeMsg (struct ovsdb_idl_txn *)
 
virtual void DeleteMsg (struct ovsdb_idl_txn *)
 
virtual void OvsdbChange ()
 
virtual void StaleTimerExpired ()
 
bool AllowDeleteStateComp ()
 
virtual void NotifyAdd (struct ovsdb_idl_row *)
 
virtual void NotifyDelete (struct ovsdb_idl_row *)
 
virtual bool IsDataResolved ()
 
bool IsDelAckWaiting ()
 
bool IsAddChangeAckWaiting ()
 
struct ovsdb_idl_row * ovs_entry ()
 
OvsdbDBObjecttable ()
 
KSyncObjectGetObject () const
 
virtual void Ack (bool success)
 
void TriggerDeleteAdd ()
 
- Public Member Functions inherited from KSyncDBEntry
 KSyncDBEntry ()
 
 KSyncDBEntry (uint32_t index)
 
virtual ~KSyncDBEntry ()
 
void SetDBEntry (DBEntry *db_entry)
 
DBEntryGetDBEntry ()
 
- Public Member Functions inherited from KSyncEntry
std::string StateString () const
 
std::string AckOperationString (KSyncEvent ack_event) const
 
std::string EventString (KSyncEvent event) const
 
 KSyncEntry ()
 
 KSyncEntry (uint32_t index)
 
virtual ~KSyncEntry ()
 
void Reset ()
 
void Reset (uint32_t index)
 
bool operator< (const KSyncEntry &rhs) const
 
virtual bool ShouldReEvalBackReference () const
 
bool IsResolved ()
 
virtual void Response ()
 
virtual void ErrorHandler (int err, uint32_t seqno, KSyncEvent event) const
 
virtual std::string VrouterError (uint32_t error) const
 
virtual bool pre_alloc_rx_buffer () const
 
virtual uint32_t GetTableIndex () const
 
size_t GetIndex () const
 
KSyncState GetState () const
 
bool del_add_pending () const
 
uint32_t GetRefCount () const
 
bool Seen () const
 
bool stale () const
 
void SetSeen ()
 
bool IsDeleted ()
 
bool IsActive ()
 
void set_del_add_pending (bool pending)
 
void RecordTransition (KSyncState from, KSyncState to, KSyncEvent event)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 
- Public Member Functions inherited from OVSDB::OvsdbEntryBase
virtual void TxnDoneNoMessage ()
 
KSyncEntry::KSyncEvent ack_event ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (HaStaleDevVnEntry)
 

Private Attributes

boost::uuids::uuid vn_uuid_
 
HaStaleL2RouteTablel2_table_
 
HaStaleL2RouteTableold_l2_table_
 
AgentRouteTableoper_bridge_table_
 
IpAddress dev_ip_
 
std::string vn_name_
 
uint32_t vxlan_id_
 

Friends

class HaStaleDevVnTable
 

Additional Inherited Members

- Public Types inherited from KSyncDBEntry
typedef std::list< DBEntry * > DupEntryList
 
- Public Types inherited from KSyncEntry
enum  KSyncState {
  INIT, TEMP, ADD_DEFER, CHANGE_DEFER,
  IN_SYNC, SYNC_WAIT, NEED_SYNC, DEL_DEFER_SYNC,
  DEL_DEFER_REF, DEL_DEFER_DEL_ACK, DEL_ACK_WAIT, RENEW_WAIT,
  FREE_WAIT
}
 
enum  KSyncEvent {
  ADD_CHANGE_REQ, ADD_ACK, CHANGE_ACK, DEL_REQ,
  DEL_ADD_REQ, DEL_ACK, RE_EVAL, INT_PTR_REL,
  INVALID
}
 
typedef boost::intrusive_ptr
< KSyncEntry
KSyncEntryPtr
 
- Static Public Member Functions inherited from KSyncEntry
static std::string VrouterErrorToString (uint32_t error)
 
- Static Public Attributes inherited from KSyncEntry
static const size_t kInvalidIndex = 0xFFFFFFFF
 
static const int kDefaultMsgSize = 512
 
- Protected Member Functions inherited from OVSDB::OvsdbDBEntry
virtual bool IsNoTxnEntry ()
 
virtual bool UseBulkTxn ()
 
- Protected Member Functions inherited from KSyncEntry
void SetIndex (size_t index)
 
void SetState (KSyncState state)
 
- Protected Attributes inherited from OVSDB::OvsdbDBEntry
OvsdbDBObjecttable_
 
struct ovsdb_idl_row * ovs_entry_
 
- Protected Attributes inherited from OVSDB::OvsdbEntryBase
KSyncEntry::KSyncEvent ack_event_
 

Detailed Description

Definition at line 94 of file ha_stale_dev_vn.h.

Constructor & Destructor Documentation

HaStaleDevVnEntry::HaStaleDevVnEntry ( OvsdbDBObject table,
const boost::uuids::uuid vn_uuid 
)

Definition at line 28 of file ha_stale_dev_vn.cc.

HaStaleDevVnEntry::~HaStaleDevVnEntry ( )

Definition at line 34 of file ha_stale_dev_vn.cc.

Member Function Documentation

bool HaStaleDevVnEntry::Add ( )
virtual

Reimplemented from OVSDB::OvsdbDBEntry.

Definition at line 39 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

Agent * HaStaleDevVnEntry::agent ( ) const

Definition at line 151 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

bool HaStaleDevVnEntry::Change ( )
virtual

Reimplemented from OVSDB::OvsdbDBEntry.

Definition at line 64 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

bool HaStaleDevVnEntry::Delete ( )
virtual

Reimplemented from OVSDB::OvsdbDBEntry.

Definition at line 68 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

IpAddress HaStaleDevVnEntry::dev_ip ( ) const

Definition at line 175 of file ha_stale_dev_vn.cc.

const std::string & HaStaleDevVnEntry::dev_name ( ) const

Definition at line 163 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

OVSDB::HaStaleDevVnEntry::DISALLOW_COPY_AND_ASSIGN ( HaStaleDevVnEntry  )
private
bool HaStaleDevVnEntry::IsLess ( const KSyncEntry entry) const
virtual

Implements KSyncEntry.

Definition at line 110 of file ha_stale_dev_vn.cc.

HaStaleL2RouteTable* OVSDB::HaStaleDevVnEntry::l2_table ( ) const
inline

Definition at line 110 of file ha_stale_dev_vn.h.

OvsPeer * HaStaleDevVnEntry::route_peer ( ) const

Definition at line 157 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

ConnectionStateEntry * HaStaleDevVnEntry::state ( ) const

Definition at line 169 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

bool HaStaleDevVnEntry::Sync ( DBEntry db_entry)
virtual

Implements KSyncDBEntry.

Definition at line 81 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

std::string OVSDB::HaStaleDevVnEntry::ToString ( ) const
inlinevirtual

Implements KSyncEntry.

Definition at line 105 of file ha_stale_dev_vn.h.

void HaStaleDevVnEntry::TriggerAck ( HaStaleL2RouteTable table)

Definition at line 139 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

KSyncEntry * HaStaleDevVnEntry::UnresolvedReference ( )
virtual

Implements KSyncEntry.

Definition at line 116 of file ha_stale_dev_vn.cc.

Here is the call graph for this function:

const std::string & HaStaleDevVnEntry::vn_name ( ) const

Definition at line 179 of file ha_stale_dev_vn.cc.

const boost::uuids::uuid& OVSDB::HaStaleDevVnEntry::vn_uuid ( ) const
inline

Definition at line 111 of file ha_stale_dev_vn.h.

uint32_t HaStaleDevVnEntry::vxlan_id ( ) const

Definition at line 183 of file ha_stale_dev_vn.cc.

Friends And Related Function Documentation

friend class HaStaleDevVnTable
friend

Definition at line 122 of file ha_stale_dev_vn.h.

Member Data Documentation

IpAddress OVSDB::HaStaleDevVnEntry::dev_ip_
private

Definition at line 134 of file ha_stale_dev_vn.h.

HaStaleL2RouteTable* OVSDB::HaStaleDevVnEntry::l2_table_
private

Definition at line 124 of file ha_stale_dev_vn.h.

HaStaleL2RouteTable* OVSDB::HaStaleDevVnEntry::old_l2_table_
private

Definition at line 132 of file ha_stale_dev_vn.h.

AgentRouteTable* OVSDB::HaStaleDevVnEntry::oper_bridge_table_
private

Definition at line 133 of file ha_stale_dev_vn.h.

std::string OVSDB::HaStaleDevVnEntry::vn_name_
private

Definition at line 135 of file ha_stale_dev_vn.h.

boost::uuids::uuid OVSDB::HaStaleDevVnEntry::vn_uuid_
private

Definition at line 123 of file ha_stale_dev_vn.h.

uint32_t OVSDB::HaStaleDevVnEntry::vxlan_id_
private

Definition at line 136 of file ha_stale_dev_vn.h.


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