Uses of Interface
org.opendaylight.genius.itm.utils.TunnelStateInfo
-
Packages that use TunnelStateInfo Package Description org.opendaylight.genius.itm.cache org.opendaylight.genius.itm.itmdirecttunnels.workers org.opendaylight.genius.itm.utils -
-
Uses of TunnelStateInfo in org.opendaylight.genius.itm.cache
Methods in org.opendaylight.genius.itm.cache that return TunnelStateInfo Modifier and Type Method Description TunnelStateInfoUnprocessedNodeConnectorCache. get(java.lang.String tunnelName)TunnelStateInfoUnprocessedNodeConnectorCache. remove(java.lang.String tunnelName)Methods in org.opendaylight.genius.itm.cache that return types with arguments of type TunnelStateInfo Modifier and Type Method Description java.util.Collection<TunnelStateInfo>UnprocessedNodeConnectorEndPointCache. get(java.lang.String dpnId)java.util.Collection<TunnelStateInfo>UnprocessedNodeConnectorEndPointCache. remove(java.lang.String dpnId)Methods in org.opendaylight.genius.itm.cache with parameters of type TunnelStateInfo Modifier and Type Method Description voidUnprocessedNodeConnectorCache. add(java.lang.String tunnelName, TunnelStateInfo tunnelStateInfo)voidUnprocessedNodeConnectorEndPointCache. add(java.lang.String dpnId, TunnelStateInfo tunnelStateInfo)voidUnprocessedNodeConnectorEndPointCache. remove(java.lang.String dpnId, TunnelStateInfo ncInfo)Method parameters in org.opendaylight.genius.itm.cache with type arguments of type TunnelStateInfo Modifier and Type Method Description voidUnprocessedNodeConnectorEndPointCache. add(java.lang.String dpnId, java.util.Collection<TunnelStateInfo> ncList) -
Uses of TunnelStateInfo in org.opendaylight.genius.itm.itmdirecttunnels.workers
Methods in org.opendaylight.genius.itm.itmdirecttunnels.workers with parameters of type TunnelStateInfo Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>TunnelStateAddWorker. addState(TunnelStateInfo tunnelStateInfo)Constructors in org.opendaylight.genius.itm.itmdirecttunnels.workers with parameters of type TunnelStateInfo Constructor Description TunnelStateAddWorkerForNodeConnector(TunnelStateAddWorker tunnelStateAddWorker, TunnelStateInfo tunnelStateInfo) -
Uses of TunnelStateInfo in org.opendaylight.genius.itm.utils
Methods in org.opendaylight.genius.itm.utils that return TunnelStateInfo Modifier and Type Method Description TunnelStateInfoTunnelStateInfoBuilder. build()Builds a newTunnelStateInfo.Methods in org.opendaylight.genius.itm.utils with parameters of type TunnelStateInfo Modifier and Type Method Description TunnelStateInfoBuilderTunnelStateInfoBuilder. from(TunnelStateInfo instance)Fill a builder with attribute values from the providedTunnelStateInfoinstance.
-