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 TunnelStateInfo
UnprocessedNodeConnectorCache. get(java.lang.String tunnelName)
TunnelStateInfo
UnprocessedNodeConnectorCache. 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 void
UnprocessedNodeConnectorCache. add(java.lang.String tunnelName, TunnelStateInfo tunnelStateInfo)
void
UnprocessedNodeConnectorEndPointCache. add(java.lang.String dpnId, TunnelStateInfo tunnelStateInfo)
void
UnprocessedNodeConnectorEndPointCache. 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 void
UnprocessedNodeConnectorEndPointCache. 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 TunnelStateInfo
TunnelStateInfoBuilder. build()
Builds a newTunnelStateInfo
.Methods in org.opendaylight.genius.itm.utils with parameters of type TunnelStateInfo Modifier and Type Method Description TunnelStateInfoBuilder
TunnelStateInfoBuilder. from(TunnelStateInfo instance)
Fill a builder with attribute values from the providedTunnelStateInfo
instance.
-