C - Type, which is used to represent Routing context.P - Type of data tree path, which is used to identify route.public interface RouteChange<C,P>
| Modifier and Type | Method and Description | 
|---|---|
| Map<C,Set<P>> | getAnnouncements()Returns a map of announced routes in associated routing contexts. | 
| Map<C,Set<P>> | getRemovals()Returns a map of removed routes in associated routing contexts. | 
Map<C,Set<P>> getRemovals()
This map represents routes, which were withdrawn from broker local routing table and broker may need to forward RPC to other broker in order to process RPC request.
Map<C,Set<P>> getAnnouncements()
This map represents routes, which were announced by broker and are present in broker's local routing table. This routes are processed by implementations which are registered to originating broker.
Copyright © 2019 OpenDaylight. All rights reserved.