OpenSDN source code
|
Public Member Functions | |
DeleteActor (TableState *ts) | |
virtual bool | MayDelete () const |
virtual void | Shutdown () |
virtual void | Destroy () |
![]() | |
LifetimeActor (LifetimeManager *manager) | |
virtual | ~LifetimeActor () |
virtual void | Delete () |
void | RetryDelete () |
void | PauseDelete () |
void | ResumeDelete () |
bool | IsDeleted () const |
bool | HasDependents () const |
bool | HasRefcount () const |
const uint64_t | create_time_stamp_usecs () const |
const uint64_t | delete_time_stamp_usecs () const |
Private Attributes | |
TableState * | ts_ |
Definition at line 50 of file routepath_replicator.cc.
|
inlineexplicit |
Definition at line 52 of file routepath_replicator.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 64 of file routepath_replicator.cc.
|
inlinevirtual |
Implements LifetimeActor.
Definition at line 57 of file routepath_replicator.cc.
|
inlinevirtual |
Reimplemented from LifetimeActor.
Definition at line 61 of file routepath_replicator.cc.
|
private |
Definition at line 69 of file routepath_replicator.cc.