Uses of Interface
org.opendaylight.genius.itm.utils.TunnelEndPointInfo
-
Packages that use TunnelEndPointInfo Package Description org.opendaylight.genius.itm.cache org.opendaylight.genius.itm.utils -
-
Uses of TunnelEndPointInfo in org.opendaylight.genius.itm.cache
Methods in org.opendaylight.genius.itm.cache that return TunnelEndPointInfo Modifier and Type Method Description TunnelEndPointInfo
DpnTepStateCache. getTunnelEndPointInfoFromCache(java.lang.String tunnelName)
-
Uses of TunnelEndPointInfo in org.opendaylight.genius.itm.utils
Methods in org.opendaylight.genius.itm.utils that return TunnelEndPointInfo Modifier and Type Method Description TunnelEndPointInfo
TunnelEndPointInfoBuilder. build()
Builds a newTunnelEndPointInfo
.@Nullable TunnelEndPointInfo
TunnelStateInfo. getTunnelEndPointInfo()
Methods in org.opendaylight.genius.itm.utils with parameters of type TunnelEndPointInfo Modifier and Type Method Description TunnelEndPointInfoBuilder
TunnelEndPointInfoBuilder. from(TunnelEndPointInfo instance)
Fill a builder with attribute values from the providedTunnelEndPointInfo
instance.TunnelStateInfoBuilder
TunnelStateInfoBuilder. setTunnelEndPointInfo(@Nullable TunnelEndPointInfo tunnelEndPointInfo)
Initializes the value for thetunnelEndPointInfo
attribute.
-