See: Description
Interface | Description |
---|---|
DataPathInfo |
Represents information about an OpenFlow datapath.
|
Class | Description |
---|---|
BufferId |
Represents a buffer identifier (unsigned 32-bit) assigned by datapath.
|
DataPathId |
Represents a Data Path Identifier; an aggregation of a
virtual
identifier and a MAC address . |
DataPathInfoAdapter |
An adapter for the
DataPathInfo API, provided specifically for
unit tests to use, to insulate themselves from changes in the API. |
DataPathUtils |
Base class for handling datapath mementos.
|
GroupId |
Represents a group identifier (unsigned 32-bit).
|
MeterId |
Represents a meter identifier (unsigned 32-bit); Since 1.3.
|
QueueId |
Represents a queue identifier (unsigned 32-bit).
|
TableId |
Represents a table identifier (unsigned 8-bit); Since 1.0.
|
VId |
Represents a virtual identifier (unsigned 16-bit).
|
These classes are based on the "Cacheable Data Type" design and provide the following benefits:
equals()
and hashCode()
have been overridden
to ensure instances play nicely with the Collection framework
Comparable
interface has been implemented to provide
an "intuitive" sort order
valueOf()
static methods allow for creation of instances
from a variety of "external" representations
toType()
instance methods convert
back to "external" representations
Copyright © 2015. All Rights Reserved.