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 TunnelEndPointInfoDpnTepStateCache. 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 TunnelEndPointInfoTunnelEndPointInfoBuilder. build()Builds a newTunnelEndPointInfo.@Nullable TunnelEndPointInfoTunnelStateInfo. getTunnelEndPointInfo()Methods in org.opendaylight.genius.itm.utils with parameters of type TunnelEndPointInfo Modifier and Type Method Description TunnelEndPointInfoBuilderTunnelEndPointInfoBuilder. from(TunnelEndPointInfo instance)Fill a builder with attribute values from the providedTunnelEndPointInfoinstance.TunnelStateInfoBuilderTunnelStateInfoBuilder. setTunnelEndPointInfo(@Nullable TunnelEndPointInfo tunnelEndPointInfo)Initializes the value for thetunnelEndPointInfoattribute.
-