| Package | Description |
|---|---|
| com.h3c.of.ctl |
Public API for the OpenFlow Controller.
|
| com.h3c.of.ctl.flow |
Public API for the OpenFlow Flow Manager.
|
| com.h3c.of.json |
JSON factory and codecs for Openflow structures.
|
| com.h3c.of.lib |
OpenFlow Protocol Library.
|
| 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 |
...
|
| com.h3c.sdn.tvue |
Topology viewer API & domain model definitions.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyFlowStats> |
ControllerService.getFlowStats(DataPathId dpid,
TableId tableId)
Returns flows installed in the specified table of the given datapath.
|
List<MBodyFlowStats> |
ControllerServiceAdapter.getFlowStats(DataPathId dpid,
TableId tableId) |
| Modifier and Type | Method and Description |
|---|---|
List<MBodyFlowStats> |
FlowTracker.getFlowStats(DataPathId dpid,
TableId tableId)
Returns flows installed in the specified table of the given datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyFlowStats |
MBodyFlowStatsCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
MBodyFlowStatsCodec.encode(MBodyFlowStats mbfs) |
| Modifier and Type | Method and Description |
|---|---|
static int |
FlowUtils.flowKey(MBodyFlowStats f)
Computes and returns a unique key for a flow, based on
the table ID (ignored for 1.0), priority, and match fields.
|
static boolean |
FlowUtils.sameFlow(MBodyFlowStats flowA,
MBodyFlowStats flowB)
Returns true if the specified FlowStats structures represent
the same flow.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MBodyMutableFlowStats
Mutable subclass of
MBodyFlowStats. |
| Modifier and Type | Method and Description |
|---|---|
Class<MBodyFlowStats> |
MBodyFlowStats.Array.getElementClass() |
| Modifier and Type | Method and Description |
|---|---|
MBodyFlowStats.MutableArray |
MBodyFlowStats.MutableArray.addFlowStats(MBodyFlowStats stats)
Adds a flow stats object to this mutable array.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyFlowStats> |
RemoteControllerService.getFlows(SystemInformation system,
DataPathId dpId,
TableId tableId)
Returns the flows installed from a particular member controller in the
specified table of the given datapath.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyFlowStats> |
TeamControllerService.getFlows(DataPathId dpid,
TableId tableId)
Returns flows installed in the specified table of the given datapath.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyFlowStats> |
TopologyViewerService.getFlowStats(String id)
Returns list of switch flow stats.
|
Copyright © 2014. All Rights Reserved.