public class NiciraResubmitTable
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.instructions.ExtensionTreatment
| Constructor and Description |
|---|
NiciraResubmitTable(org.onosproject.net.PortNumber inPort,
short table)
Creates a new resubmit-table instruction with a particular inPort and table.
|
NiciraResubmitTable(short table)
Creates a new resubmit-table instruction with a particular table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
org.onosproject.net.PortNumber |
inPort()
Gets the inPort.
|
byte[] |
serialize() |
short |
table()
Gets the table.
|
String |
toString() |
org.onosproject.net.flow.instructions.ExtensionTreatmentType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic NiciraResubmitTable(org.onosproject.net.PortNumber inPort,
short table)
inPort - the in port numbertable - tablepublic NiciraResubmitTable(short table)
table - tablepublic org.onosproject.net.PortNumber inPort()
public short table()
public org.onosproject.net.flow.instructions.ExtensionTreatmentType type()
type in interface org.onosproject.net.flow.instructions.ExtensionTreatmentpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extensionpublic byte[] serialize()
serialize in interface org.onosproject.net.flow.Extension