| Package | Description |
|---|---|
| com.h3c.of.ctl |
Public API for the OpenFlow Controller.
|
| com.h3c.of.json |
JSON factory and codecs for Openflow structures.
|
| com.h3c.of.lib.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
| com.h3c.sdn.api |
Definitions of services for driving outbound external communications for
interacting with peers and integrating with other external applications,
e.g.
|
| com.h3c.sdn.teamcs |
...
|
| Modifier and Type | Method and Description |
|---|---|
MBodyPortStats |
ControllerService.getPortStats(DataPathId dpid,
BigPortNumber portNumber)
Returns the port statistics for the given port, from the specified
datapath.
|
MBodyPortStats |
ControllerServiceAdapter.getPortStats(DataPathId dpid,
BigPortNumber portNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<MBodyPortStats> |
ControllerService.getPortStats(DataPathId dpid)
Returns the port statistics from the specified datapath.
|
List<MBodyPortStats> |
ControllerServiceAdapter.getPortStats(DataPathId dpid) |
| Modifier and Type | Method and Description |
|---|---|
MBodyPortStats |
MBodyPortStatsCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
MBodyPortStatsCodec.encode(MBodyPortStats ps) |
String |
MBodyPortStatsCodec.encode(MBodyPortStats ps,
boolean prettyPrint) |
| Modifier and Type | Class and Description |
|---|---|
class |
MBodyMutablePortStats
Mutable subclass of
MBodyPortStats. |
| Modifier and Type | Method and Description |
|---|---|
Class<MBodyPortStats> |
MBodyPortStats.Array.getElementClass() |
| Modifier and Type | Method and Description |
|---|---|
MBodyPortStats.MutableArray |
MBodyPortStats.MutableArray.addPortStats(MBodyPortStats stats)
Adds a port stats object to this mutable array.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyPortStats |
RemoteControllerService.getPortStats(SystemInformation system,
DataPathId dpid,
BigPortNumber portNumber)
Returns the port statistics for the given port, from the specified
datapath.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyPortStats> |
RemoteControllerService.getPortStats(SystemInformation system,
DataPathId dpid)
Returns the port statistics from the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyPortStats |
TeamControllerService.getPortStats(DataPathId dpid,
BigPortNumber portNumber)
Returns the port statistics for the given port, from the specified
datapath.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyPortStats> |
TeamControllerService.getPortStats(DataPathId dpid)
Returns the port statistics from the specified datapath.
|
Copyright © 2014. All Rights Reserved.