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 |
---|---|
MBodyGroupDescStats |
ControllerServiceAdapter.getGroupDescription(DataPathId dpid,
GroupId groupId) |
MBodyGroupDescStats |
ControllerService.getGroupDescription(DataPathId dpid,
GroupId groupId)
Returns the group description for the given group ID, from the
specified datapath.
|
MBodyGroupStats |
ControllerServiceAdapter.getGroupStats(DataPathId dpid,
GroupId groupId) |
MBodyGroupStats |
ControllerService.getGroupStats(DataPathId dpid,
GroupId groupId)
Returns the group statistics for the given group ID, from the specified
datapath.
|
Modifier and Type | Method and Description |
---|---|
MBodyGroupDescStats |
GroupTracker.getGroupDescription(DataPathId dpid,
GroupId groupId)
Returns the group description for the given group ID, from the
specified datapath.
|
MBodyGroupStats |
GroupTracker.getGroupStats(DataPathId dpid,
GroupId groupId)
Returns the group statistics for the given group ID, from the specified
datapath.
|
Modifier and Type | Method and Description |
---|---|
static GroupId |
CodecUtils.decodeGroupId(com.fasterxml.jackson.databind.JsonNode value)
Converts JsonNode into GroupId object.
|
Modifier and Type | Method and Description |
---|---|
static long |
CodecUtils.encodeGroupId(GroupId groupId)
Converts GroupId into String that can be used as a JSON value.
|
Modifier and Type | Method and Description |
---|---|
GroupId |
OfPacketReader.readGroupId()
Reads a (u32) group id from the buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
OfPacketWriter.write(GroupId id)
Writes a group id (u32) to the buffer.
|
Modifier and Type | Field and Description |
---|---|
static GroupId |
GroupId.ALL
All groups, for group delete commands or group stats requests;
Since 1.1.
|
static GroupId |
GroupId.ANY
Wildcard group used for flow stats requests; Since 1.1.
|
static GroupId |
GroupId.MAX
Last usable group number; Since 1.1.
|
Modifier and Type | Method and Description |
---|---|
static GroupId |
GroupId.gid(String s)
Convenience method that returns the group ID instance for the given
string representation.
|
static GroupId |
GroupId.valueOf(byte[] bytes)
Returns an object that represents the group identifier
defined by the specified byte array.
|
static GroupId |
GroupId.valueOf(long gid)
Returns an object that represents the group ID defined by the
specified long.
|
static GroupId |
GroupId.valueOf(String s)
Returns an object that represents the group ID defined by the
specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
GroupId.compareTo(GroupId o)
Implements the Comparable interface, to return group IDs in
natural order.
|
Modifier and Type | Method and Description |
---|---|
GroupId |
ActGroup.getGroupId()
Returns the group id.
|
Modifier and Type | Method and Description |
---|---|
static Action |
ActionFactory.createAction(ProtocolVersion pv,
ActionType type,
GroupId id)
Creates a GROUP action.
|
Modifier and Type | Method and Description |
---|---|
GroupId |
MBodyGroupDescStats.getGroupId()
Returns the group ID; Since 1.1.
|
GroupId |
MBodyGroupStats.getGroupId()
Returns the group ID; Since 1.1.
|
GroupId |
MBodyGroupStatsRequest.getGroupId()
Returns the group ID; Since 1.1.
|
GroupId |
MBodyFlowStatsRequest.getOutGroup()
Returns the output group that flow entries are required to
match; Since 1.1.
|
Modifier and Type | Method and Description |
---|---|
MBodyMutableGroupStats |
MBodyMutableGroupStats.groupId(GroupId groupId)
Sets the group ID; Since 1.1.
|
MBodyMutableGroupStatsRequest |
MBodyMutableGroupStatsRequest.groupId(GroupId groupId)
Sets the group ID; Since 1.1.
|
MBodyMutableGroupDescStats |
MBodyMutableGroupDescStats.groupId(GroupId groupId)
Sets the group ID; Since 1.1.
|
MBodyMutableFlowStatsRequest |
MBodyMutableFlowStatsRequest.outGroup(GroupId outGroup)
Sets the requirement that matching flow entries include this as an
output group; Since 1.1.
|
Modifier and Type | Method and Description |
---|---|
GroupId |
OfmGroupMod.getGroupId()
Returns the group ID.
|
GroupId |
OfmFlowMod.getOutGroup()
For
DELETE* commands, requires matching entries to include
this group as an output group; Since 1.1.A value of Group#ANY indicates no restriction. |
GroupId |
Bucket.getWatchGroup()
Returns the ID of the watch group.
|
Modifier and Type | Method and Description |
---|---|
OfmMutableGroupMod |
OfmMutableGroupMod.groupId(GroupId id)
Sets the group id; Since 1.1.
|
OfmMutableFlowMod |
OfmMutableFlowMod.outGroup(GroupId outGroup)
Sets the out group; Since 1.1.
|
MutableBucket |
MutableBucket.watchGroup(GroupId watchGroup)
Sets the watch group for this bucket; Since 1.1.
|
Modifier and Type | Method and Description |
---|---|
MBodyGroupDescStats |
RemoteControllerService.getGroupDescription(SystemInformation system,
DataPathId dpId,
GroupId groupId)
Returns the group description from a particular member controller
configured on the specified datapath and groupId.
|
MBodyGroupStats |
RemoteControllerService.getGroupStats(SystemInformation system,
DataPathId dpId,
GroupId groupId)
Returns the group statistics from a particular member controller
configured for the specified datapath and groupId.
|
Modifier and Type | Method and Description |
---|---|
MBodyGroupDescStats |
FlowRule.group(GroupId groupId)
Deprecated.
Returns the group description for the specified group ID.
|
Modifier and Type | Method and Description |
---|---|
MBodyGroupDescStats |
TeamControllerServiceAdapter.getGroupDescription(DataPathId dpid,
GroupId groupId) |
MBodyGroupDescStats |
TeamControllerService.getGroupDescription(DataPathId dpid,
GroupId groupId)
Returns the group description on the specified datapath and groupId.
|
MBodyGroupStats |
TeamControllerServiceAdapter.getGroupStats(DataPathId dpid,
GroupId groupId) |
MBodyGroupStats |
TeamControllerService.getGroupStats(DataPathId dpid,
GroupId groupId)
Returns the group statistics on the specified datapath and groupId.
|
Copyright © 2015. All Rights Reserved.