| 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.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 |
|---|---|
MBodyMeterStats |
ControllerService.getMeterStats(DataPathId dpid,
MeterId meterId)
Returns the meter statistics for the given meter ID, from the specified
datapath.
|
MBodyMeterStats |
ControllerServiceAdapter.getMeterStats(DataPathId dpid,
MeterId meterId) |
| Modifier and Type | Method and Description |
|---|---|
List<MBodyMeterStats> |
ControllerService.getMeterStats(DataPathId dpid)
Returns the meter statistics from the specified datapath.
|
List<MBodyMeterStats> |
ControllerServiceAdapter.getMeterStats(DataPathId dpid) |
| Modifier and Type | Method and Description |
|---|---|
MBodyMeterStats |
MeterTracker.getMeterStats(DataPathId dpid,
MeterId meterId)
Returns the meter statistics for the given meter ID, from the specified
datapath.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyMeterStats> |
MeterTracker.getMeterStats(DataPathId dpid)
Returns the meter statistics from the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyMeterStats |
MBodyMeterStatsCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
MBodyMeterStatsCodec.encode(MBodyMeterStats stats) |
| Modifier and Type | Class and Description |
|---|---|
class |
MBodyMutableMeterStats
Mutable subclass of
MBodyMeterStats. |
| Modifier and Type | Method and Description |
|---|---|
Class<MBodyMeterStats> |
MBodyMeterStats.Array.getElementClass() |
| Modifier and Type | Method and Description |
|---|---|
MBodyMeterStats.MutableArray |
MBodyMeterStats.MutableArray.addMeterStats(MBodyMeterStats meterStats)
Adds a meter stats object to this mutable array.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyMeterStats |
RemoteControllerService.getMeterStats(SystemInformation system,
DataPathId dpid,
MeterId meterId)
Returns the meter statistics for the given meter ID, from a particular
member controller configured on the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyMeterStats> |
RemoteControllerService.getMeterStats(SystemInformation system,
DataPathId dpId)
Lists meters statistic from a particular member controller configured
on the specified datapath.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyMeterStats |
TeamControllerService.getMeterStats(DataPathId dpid,
MeterId meterId)
Returns the meter statistics for the given meter ID, from the specified
datapath.
|
| Modifier and Type | Method and Description |
|---|---|
List<MBodyMeterStats> |
TeamControllerService.getMeterStats(DataPathId dpid)
Lists meters configured on the datapath.
|
Copyright © 2014. All Rights Reserved.