#include <vlan_port_binding_ovsdb.h>
|
| VlanPortBindingEntry (VlanPortBindingTable *table, const std::string &physical_device, const std::string &physical_port, uint16_t vlan_tag, const std::string &logical_switch) |
|
| VlanPortBindingEntry (VlanPortBindingTable *table, const VlanPortBindingEntry *key) |
|
| VlanPortBindingEntry (VlanPortBindingTable *table, const VlanLogicalInterface *entry) |
|
void | PreAddChange () |
|
void | PostDelete () |
|
void | AddMsg (struct ovsdb_idl_txn *) |
|
void | ChangeMsg (struct ovsdb_idl_txn *) |
|
void | DeleteMsg (struct ovsdb_idl_txn *) |
|
bool | Sync (DBEntry *) |
|
bool | IsLess (const KSyncEntry &) const |
|
std::string | ToString () const |
|
KSyncEntry * | UnresolvedReference () |
|
const std::string & | logical_switch_name () const |
|
const std::string & | physical_port_name () const |
|
const std::string & | physical_device_name () const |
|
uint16_t | vlan () const |
|
| OvsdbDBEntry (OvsdbDBObject *table) |
|
| OvsdbDBEntry (OvsdbDBObject *table, struct ovsdb_idl_row *ovs_entry) |
|
virtual | ~OvsdbDBEntry () |
|
virtual void | OvsdbChange () |
|
virtual void | StaleTimerExpired () |
|
bool | AllowDeleteStateComp () |
|
virtual void | NotifyAdd (struct ovsdb_idl_row *) |
|
virtual void | NotifyDelete (struct ovsdb_idl_row *) |
|
virtual bool | Add () |
|
virtual bool | Change () |
|
virtual bool | Delete () |
|
virtual bool | IsDataResolved () |
|
bool | IsDelAckWaiting () |
|
bool | IsAddChangeAckWaiting () |
|
struct ovsdb_idl_row * | ovs_entry () |
|
OvsdbDBObject * | table () |
|
KSyncObject * | GetObject () const |
|
virtual void | Ack (bool success) |
|
void | TriggerDeleteAdd () |
|
| KSyncDBEntry () |
|
| KSyncDBEntry (uint32_t index) |
|
virtual | ~KSyncDBEntry () |
|
void | SetDBEntry (DBEntry *db_entry) |
|
DBEntry * | GetDBEntry () |
|
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) |
|
virtual | ~DBState () |
|
virtual void | TxnDoneNoMessage () |
|
KSyncEntry::KSyncEvent | ack_event () |
|
|
typedef std::list< DBEntry * > | DupEntryList |
|
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 std::string | VrouterErrorToString (uint32_t error) |
|
static const size_t | kInvalidIndex = 0xFFFFFFFF |
|
static const int | kDefaultMsgSize = 512 |
|
OvsdbDBObject * | table_ |
|
struct ovsdb_idl_row * | ovs_entry_ |
|
KSyncEntry::KSyncEvent | ack_event_ |
|
Definition at line 30 of file vlan_port_binding_ovsdb.h.
VlanPortBindingEntry::VlanPortBindingEntry |
( |
VlanPortBindingTable * |
table, |
|
|
const std::string & |
physical_device, |
|
|
const std::string & |
physical_port, |
|
|
uint16_t |
vlan_tag, |
|
|
const std::string & |
logical_switch |
|
) |
| |
void VlanPortBindingEntry::AddMsg |
( |
struct ovsdb_idl_txn * |
txn | ) |
|
|
virtual |
void VlanPortBindingEntry::ChangeMsg |
( |
struct ovsdb_idl_txn * |
txn | ) |
|
|
virtual |
void VlanPortBindingEntry::DeleteMsg |
( |
struct ovsdb_idl_txn * |
txn | ) |
|
|
virtual |
bool VlanPortBindingEntry::IsLess |
( |
const KSyncEntry & |
entry | ) |
const |
|
virtual |
bool OVSDB::VlanPortBindingEntry::IsNoTxnEntry |
( |
| ) |
|
|
inlineprotectedvirtual |
const std::string & VlanPortBindingEntry::logical_switch_name |
( |
| ) |
const |
const std::string & VlanPortBindingEntry::physical_device_name |
( |
| ) |
const |
const std::string & VlanPortBindingEntry::physical_port_name |
( |
| ) |
const |
void VlanPortBindingEntry::PostDelete |
( |
| ) |
|
|
virtual |
void VlanPortBindingEntry::PreAddChange |
( |
| ) |
|
|
virtual |
bool VlanPortBindingEntry::Sync |
( |
DBEntry * |
db_entry | ) |
|
|
virtual |
std::string OVSDB::VlanPortBindingEntry::ToString |
( |
| ) |
const |
|
inlinevirtual |
KSyncEntry * VlanPortBindingEntry::UnresolvedReference |
( |
| ) |
|
|
virtual |
uint16_t VlanPortBindingEntry::vlan |
( |
| ) |
const |
std::string OVSDB::VlanPortBindingEntry::logical_switch_name_ |
|
private |
std::string OVSDB::VlanPortBindingEntry::old_logical_switch_name_ |
|
private |
std::string OVSDB::VlanPortBindingEntry::physical_device_name_ |
|
private |
std::string OVSDB::VlanPortBindingEntry::physical_port_name_ |
|
private |
uint16_t OVSDB::VlanPortBindingEntry::vlan_ |
|
private |
The documentation for this class was generated from the following files: