Search in sources :

Example 1 with TunnelEndPointInfoBuilder

use of org.opendaylight.genius.itm.utils.TunnelEndPointInfoBuilder in project genius by opendaylight.

the class DpnTepStateCache method addTunnelEndPointInfoToCache.

// Start: TunnelEndPoint Cache accessors
private void addTunnelEndPointInfoToCache(String tunnelName, String srcEndPtInfo, String dstEndPtInfo) {
    TunnelEndPointInfo tunnelEndPointInfo = new TunnelEndPointInfoBuilder().setSrcEndPointInfo(srcEndPtInfo).setDstEndPointInfo(dstEndPtInfo).build();
    tunnelEndpointMap.put(tunnelName, tunnelEndPointInfo);
}
Also used : TunnelEndPointInfo(org.opendaylight.genius.itm.utils.TunnelEndPointInfo) TunnelEndPointInfoBuilder(org.opendaylight.genius.itm.utils.TunnelEndPointInfoBuilder)

Aggregations

TunnelEndPointInfo (org.opendaylight.genius.itm.utils.TunnelEndPointInfo)1 TunnelEndPointInfoBuilder (org.opendaylight.genius.itm.utils.TunnelEndPointInfoBuilder)1