| Interface | Description |
|---|---|
| NodeRpcWatcher |
NodeRpcWatcher watches all the invocations of RPC routed to
OpenFlow switches. |
| PortFilter |
PortFilter provides interfaces to be implemented by classes which
filter switch ports. |
| Class | Description |
|---|---|
| InventoryReader |
Helper class to read VTN node and port information using the given
MD-SAL datastore transaction.
|
| InventoryUtils |
InventoryUtils class is a collection of utility class methods
for MD-SAL based inventory management. |
| L2Host |
An instance of
L2Host class specifies the location of layer 2 host. |
| LinkEdge |
LinkEdge describes an edge of network topology. |
| LinkUpdateContext |
LinkUpdateContext describes runtime information for updating
inter-switch links in the MD-SAL datastore. |
| MacVlan |
MacVlan class represents a pair of MAC address and VLAN ID. |
| NodePortFilter |
An implementation of
PortFilter that accepts SalPort
instances in the specified switch. |
| NodeRpcErrorCallback<T> |
An implementation of
RpcErrorCallback used to record error logs
caused by asynchronous RPC invocation routed to OpenFlow switch. |
| NodeRpcInvocation<I,O> |
NodeRpcInvocation describes an invocation of RPC routed to the
specific switch. |
| NodeUtils |
NodeUtils class is a collection of utility class methods related to
node-id and node-connector-id, aka switch and switch port identifier. |
| NodeVlan |
NodeVlan class represents a pair of the physical switch and a
VLAN ID. |
| PortVlan |
PortVlan class represents a pair of the physical switch port and
the VLAN ID. |
| SalNode |
This class represents SAL node identifier corresponding to
OpenFlow switch.
|
| SalNodeAdapter | |
| SalPort |
This class represents SAL node connector identifier corresponding to
physical port in OpenFlow switch.
|
| SpecificPortFilter |
An implementation of
PortFilter that accepts SalPort
instance which equals to the specified one. |
Copyright © 2018 OpenDaylight. All rights reserved.