| Package | Description |
|---|---|
| com.h3c.sdn.misc.net |
| Modifier and Type | Method and Description |
|---|---|
UpdateType |
NodeMessage.operation()
Gets the operation.
|
static UpdateType |
UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateType[] |
UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeMessage.setOperation(UpdateType operation)
Sets the operation.
|
| Constructor and Description |
|---|
NodeMessage(Entity entity,
UpdateType op)
Constructs a new NodeMessage using Entity.
|
NodeMessage(MacAddress mac,
VId vid,
IpAddress ip,
DataPathId dpid,
BigPortNumber port,
long age,
UpdateType op,
int controllerId) |
NodeMessage(MacAddress mac,
VId vid,
IpAddress ip,
DataPathId dpid,
BigPortNumber port,
UpdateType op,
int controllerId)
Constructs a new NodeMessage using MAC, VLAN, IP,
data path id and port.
|
Copyright © 2014. All Rights Reserved.