|
|
Base class for propagaing output of route add and delete messages.
RedistOutput (Redistributor<A>* r)
| RedistOutput |
~RedistOutput ()
| ~RedistOutput |
[virtual]
void add_route (const IPRouteEntry<A>& ipr)
| add_route |
[pure virtual]
void delete_route (const IPRouteEntry<A>& ipr)
| delete_route |
[pure virtual]
void starting_route_dump ()
| starting_route_dump |
[pure virtual]
Method called by Redistributor to indicate start of initial route dump. This occurs when an output is first attached to the redistributor to announce the existing routes.
void finishing_route_dump ()
| finishing_route_dump |
[pure virtual]
Method called by Redistributor to indicate end of initial route dump. This occurs when an output is first attached to the redistributor to announce the existing routes.
inline void announce_low_water ()
| announce_low_water |
[protected]
inline void announce_high_water ()
| announce_high_water |
[protected]
inline void announce_fatal_error ()
| announce_fatal_error |
[protected]