Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static QueueId |
CodecUtils.decodeQueueId(com.fasterxml.jackson.databind.JsonNode value)
Converts JsonNode into QueueId object.
|
Modifier and Type | Method and Description |
---|---|
static long |
CodecUtils.encodeQueueId(QueueId id)
Converts QueueId into String that can be used as a JSON value.
|
Modifier and Type | Method and Description |
---|---|
QueueId |
OfPacketReader.readQueueId()
Reads a (u32) queue id from the buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
OfPacketWriter.write(QueueId id)
Writes a queue id (u32) to the buffer.
|
Modifier and Type | Field and Description |
---|---|
static QueueId |
QueueId.ALL
Wildcard queue used for queue stats requests; Since 1.0.
|
Modifier and Type | Method and Description |
---|---|
static QueueId |
QueueId.qid(String s)
Convenience method that returns the queue ID instance for the given
string.
|
static QueueId |
QueueId.valueOf(byte[] bytes)
Returns an object that represents the queue ID defined by the
specified byte array.
|
static QueueId |
QueueId.valueOf(long qid)
Returns an object that represents the queue ID defined by the
specified long.
|
static QueueId |
QueueId.valueOf(String s)
Returns an object that represents the queue ID defined by the
specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
QueueId.compareTo(QueueId o)
Implements the Comparable interface, to return queue IDs in
natural order.
|
Modifier and Type | Method and Description |
---|---|
QueueId |
ActSetQueue.getQueueId()
Returns the queue id.
|
Modifier and Type | Method and Description |
---|---|
static Action |
ActionFactory.createAction(ProtocolVersion pv,
ActionType type,
QueueId id)
Creates a SET_QUEUE action for version 1.1 onwards.
|
static Action |
ActionFactory.createAction(ProtocolVersion pv,
ActionType type,
QueueId id,
BigPortNumber port)
Creates a SET_QUEUE action (used to be named ENQUEUE) for version 1.0.
|
Modifier and Type | Method and Description |
---|---|
QueueId |
MBodyQueueStatsRequest.getQueueId()
Returns the ID of the queue to read; Since 1.0.
|
QueueId |
MBodyQueueStats.getQueueId()
Returns the ID of the queue configured for specified port; Since 1.0.
|
Modifier and Type | Method and Description |
---|---|
MBodyMutableQueueStats |
MBodyMutableQueueStats.queueId(QueueId queueId)
Sets the queue ID configured for specified port; Since 1.0.
|
MBodyMutableQueueStatsRequest |
MBodyMutableQueueStatsRequest.queueId(QueueId queueId)
Sets the ID of the queue to read; Since 1.0.
|
Modifier and Type | Method and Description |
---|---|
QueueId |
Queue.getId()
Returns the ID of this queue.
|
Modifier and Type | Method and Description |
---|---|
MutableQueue |
MutableQueue.id(QueueId id)
Sets the id of this queue; Since 1.0.
|
Copyright © 2015. All Rights Reserved.