| Package | Description |
|---|---|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| com.h3c.sdn.common |
Definitions of general services applicable to multiple tiers of the
SDN Controller.
|
| com.h3c.sdn.misc.net |
| Modifier and Type | Method and Description |
|---|---|
static PortState |
PortState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortState[] |
PortState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PortState> |
Port.getState()
Returns the state of the physical link or switch protocols
outside of OpenFlow; Since 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
MutablePort |
MutablePort.state(Set<PortState> state)
Sets the port state flags, (may be null); Since 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PortState> |
LinkInfo.dstPortState()
Returns the state of the destination port of the associated link.
|
Set<PortState> |
LinkInfo.srcPortState()
Returns the state of the source port of the associated link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkInfo.updateDstPortState(Set<PortState> portState)
Updates the state of the destination port of the associated link.
|
void |
LinkInfo.updateSrcPortState(Set<PortState> portState)
Updates the state of the source port of the associated link.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PortState> |
LinkInfoDTO.dstPortState() |
Set<PortState> |
LinkInfoDTO.srcPortState() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkInfoDTO.updateDstPortState(Set<PortState> dstPortState) |
void |
LinkInfoDTO.updateSrcPortState(Set<PortState> srcPortState) |
| Constructor and Description |
|---|
LinkInfoDTO(long unicastDiscoveryTime,
long multicastDiscoveryTime,
Set<PortState> srcPortState,
Set<PortState> dstPortState)
Creates a DTO representing the link status and the time of discovery
of a layer 2 link in the network.
|
LinkInfoDTO(long unicastDiscoveryTime,
long multicastDiscoveryTime,
Set<PortState> srcPortState,
Set<PortState> dstPortState)
Creates a DTO representing the link status and the time of discovery
of a layer 2 link in the network.
|
Copyright © 2014. All Rights Reserved.