Package | Description |
---|---|
com.hp.of.ctl |
Public API for the OpenFlow Controller.
|
com.hp.of.ctl.flow |
Public API for the OpenFlow Flow Manager.
|
com.hp.of.json |
JSON factory and codecs for Openflow structures.
|
com.hp.of.lib |
OpenFlow Protocol Library.
|
com.hp.of.lib.dt |
A set of classes representing data values used in the OpenFlow protocol.
|
com.hp.of.lib.instr |
Representations of OpenFlow Protocol Instructions and Actions.
|
com.hp.of.lib.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
com.hp.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
com.hp.sdn.api |
Definitions of services for driving outbound external communications for
interacting with peers and integrating with other external applications,
e.g.
|
com.hp.sdn.flowmgr |
Deprecated Definitions of the services provided by the Flow Manager Application.
|
com.hp.sdn.teamcs |
...
|
Modifier and Type | Method and Description |
---|---|
MBodyMeterConfig |
ControllerServiceAdapter.getMeterConfig(DataPathId dpid,
MeterId meterId) |
MBodyMeterConfig |
ControllerService.getMeterConfig(DataPathId dpid,
MeterId meterId)
Returns the meter configuration for the given meter ID, from the
specified datapath.
|
MBodyMeterStats |
ControllerServiceAdapter.getMeterStats(DataPathId dpid,
MeterId meterId) |
MBodyMeterStats |
ControllerService.getMeterStats(DataPathId dpid,
MeterId meterId)
Returns the meter statistics for the given meter ID, from the specified
datapath.
|
Modifier and Type | Method and Description |
---|---|
MBodyMeterConfig |
MeterTracker.getMeterConfig(DataPathId dpid,
MeterId meterId)
Returns the meter configuration for the given meter ID, from the
specified datapath.
|
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 |
---|---|
static MeterId |
CodecUtils.decodeMeterId(com.fasterxml.jackson.databind.JsonNode value)
Converts JsonNode into MeterId object.
|
Modifier and Type | Method and Description |
---|---|
static long |
CodecUtils.encodeMeterId(MeterId id)
Converts MeterId into String that can be used as a JSON value.
|
Modifier and Type | Method and Description |
---|---|
MeterId |
OfPacketReader.readMeterId()
Reads a (u32) meter id from the buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
OfPacketWriter.write(MeterId id)
Writes a meter id (u32) to the buffer.
|
Modifier and Type | Field and Description |
---|---|
static MeterId |
MeterId.ALL
Represents all meters for stat requests commands.
|
static MeterId |
MeterId.CONTROLLER
Meter for controller connection.
|
static MeterId |
MeterId.MAX
Meters are designated by a number from 1 to MAX (0xffff0000).
|
static MeterId |
MeterId.SLOWPATH
Meter for slow datapath, if any.
|
Modifier and Type | Method and Description |
---|---|
static MeterId |
MeterId.mid(String s)
Convenience method that returns the meter ID defined by the specified
string.
|
static MeterId |
MeterId.valueOf(byte[] bytes)
Returns an object that represents the meter identifier defined by
the specified byte array.
|
static MeterId |
MeterId.valueOf(long mid)
Returns an object that represents the meter ID defined by the
specified long.
|
static MeterId |
MeterId.valueOf(String s)
Returns an object that represents the meter ID defined by the
specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
MeterId.compareTo(MeterId o)
Implements the Comparable interface, to return meter IDs in
natural order.
|
Modifier and Type | Method and Description |
---|---|
MeterId |
InstrMeter.getMeterId()
Returns the meter id.
|
Modifier and Type | Method and Description |
---|---|
static Instruction |
InstructionFactory.createInstruction(ProtocolVersion pv,
InstructionType type,
MeterId mid)
Creates a METER instruction.
|
Modifier and Type | Method and Description |
---|---|
MeterId |
MBodyMeterConfig.getMeterId()
Returns the meter id; Since 1.3.
|
MeterId |
MBodyMeterStats.getMeterId()
Returns the meter id; Since 1.3.
|
MeterId |
MBodyMeterRequest.getMeterId()
Returns the meter id requested; since 1.3
|
Modifier and Type | Method and Description |
---|---|
MBodyMutableMeterStats |
MBodyMutableMeterStats.meterId(MeterId meterId)
Sets the meter ID for this meter stats; Since 1.3.
|
MBodyMutableMeterConfig |
MBodyMutableMeterConfig.meterId(MeterId meterId)
Sets the meter ID for this configuration; Since 1.3.
|
MBodyMutableMeterRequest |
MBodyMutableMeterRequest.meterId(MeterId meterId)
Sets the meter ID; Since 1.3.
|
Modifier and Type | Method and Description |
---|---|
MeterId |
OfmMeterMod.getMeterId()
Returns the meter id; Since 1.3.
|
Modifier and Type | Method and Description |
---|---|
OfmMutableMeterMod |
OfmMutableMeterMod.meterId(MeterId meterId)
Sets the meter id; Since 1.3.
|
Modifier and Type | Method and Description |
---|---|
MBodyMeterConfig |
RemoteControllerService.getMeterConfig(SystemInformation system,
DataPathId dpid,
MeterId meterId)
Returns the meter configuration for the given meter ID, from the
specified datapath.
|
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 |
---|---|
MBodyMeterConfig |
FlowRule.meter(MeterId meterId)
Deprecated.
Returns the meter configuration for the specified meter ID.
|
Modifier and Type | Method and Description |
---|---|
MBodyMeterConfig |
TeamControllerServiceAdapter.getMeterConfig(DataPathId dpid,
MeterId meterId) |
MBodyMeterConfig |
TeamControllerService.getMeterConfig(DataPathId dpid,
MeterId meterId)
Returns the meter configuration for the given meter ID, from the
specified datapath.
|
MBodyMeterStats |
TeamControllerServiceAdapter.getMeterStats(DataPathId dpid,
MeterId meterId) |
MBodyMeterStats |
TeamControllerService.getMeterStats(DataPathId dpid,
MeterId meterId)
Returns the meter statistics for the given meter ID, from the specified
datapath.
|
Copyright © 2015. All Rights Reserved.