See: Description
Interface | Description |
---|---|
ConnectionPoint |
Connection Point is a loose association of a
network element and an Interface pair using their respective
identifiers. |
Device |
Device is a network infrastructure entity, e.g.
|
ElementId |
Network element identifier.
|
Interface |
Interface is capable of transmit & receive of network packets.
|
InterfaceInfo |
Collection of interface attributes.
|
Link |
Abstraction of a network link connecting infrastructure devices and/or nodes.
|
LinkInfo |
Set of dynamic link attributes which may change over time.
|
Model |
Base network information model entity.
|
ModelEvent<M extends Model,T extends Enum<?>> |
Represents an event in the network information base.
|
ModelInfo<F extends Enum<?>> |
Abstraction of an information carrier.
|
Network |
Network is a set of connection points.
|
NetworkElement | |
Node |
Node is a network terminal entity, meaning a leaf, and has a single
Interface . |
NodeInfo |
Updatable information about a specific node.
|
NodeLink |
Node Link is a logical association of a
ConnectionPoint
and a Node . |
NodeLocation |
Representation of a node location as a time-stamped connection point where a
node attaches to the nearest infrastructure device.
|
Path |
Path is an ordered collection of
links , where adjoining links'
connection points share the same device . |
Topology |
Provisional representation of a network topology.
|
TopologyCluster |
Representation of strongly connected devices in an island of OpenFlow Devices
|
VlanInfo |
Collection of vlan attributes.
|
Vxlan |
Represents VXLAN Tunnel attributes
|
VxlanInfo |
Represents VxLAN Attributes
|
Class | Description |
---|---|
AbstractModelEvent<M extends Model,T extends Enum<?>> |
Base implementation of a typed model event.
|
AbstractModelInfo<F extends Enum<?>> |
Base implementation of a model information carrier.
|
ConnectionPointComparator |
A natural order comparator for
ConnectionPoint |
DefaultConnectionPoint |
Default implementation of
ConnectionPoint |
DefaultConnectionPointSerializer |
Serializer for ConnectionPoint.
|
DefaultDevice |
Provides a default implementation of the
Device API. |
DefaultInterface |
Default implementation of
Interface . |
DefaultInterfaceInfo |
Default implementation of
InterfaceInfo . |
DefaultInterfaceSerializer |
Serializer for DefaultInterface.
|
DefaultLink |
Provides a default implementation of
Link . |
DefaultLinkInfo |
Default implementation of
LinkInfo . |
DefaultLinkInfoPattern |
A default implementation of the
LinkInfo API. |
DefaultLinkSerializer |
Serializer for DefaultLink.
|
DefaultNode |
Default implementation of
Node . |
DefaultNodeInfo |
Default implementation of
NodeInfo . |
DefaultNodeLink |
Default implementation of a node link.
|
DefaultNodeLocation |
Default implementation of
NodeLocation . |
DefaultNodeLocationSerializer |
Serializer for NodeLocation.
|
DefaultNodeSerializer |
Serializer for DefaultNode.
|
DefaultPath |
Default implementation of a network path.
|
DefaultVlanInfo | |
DefaultVxlan |
Default implementation of
Tunnel . |
DefaultVxlanInfo |
Default implementation of
VxlanInfo . |
DeviceId |
Device identifier.
|
DeviceIdSerializer |
Serializer for Device Id.
|
ElementIdSerializer |
Serializer for ElementId.
|
InterfaceId |
Interface identifier unique to the network element to which the interface
belongs.
|
InterfaceIdSerializer |
Serializer for InterfaceId.
|
LinkComparator |
A comparison function which imposes natural ordering on
Link objects |
LinkKey |
Auxiliary key for LinkManager based on connection points
|
LinkKeySerializer |
Serializer for LinkKey.
|
NodeId |
Node identifier.
|
NodeIdSerializer |
Serializer for NodeId.
|
SegmentId |
Identifier for a network segment.
|
SegmentIdSerializer |
Serializer for SegmentId.
|
SubnetIp |
Implements and Ip Address and Subnet Mask pair.
|
TunnelIndex |
Enum | Description |
---|---|
DefaultLinkInfoPattern.LinkType | |
Interface.State |
State of the network interface.
|
Link.Type |
Represents the type of link.
|
NetworkElement.Type |
Characterization of the network element function.
|
NodeInfo.Field |
Fields which indicate portions of the node information that have
been specified.
|
SegmentId.Type |
Network segment types.
|
StatusFilter |
Filter values for determining state of tunnels.
|
Copyright © 2015. All Rights Reserved.