|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFFlowMod | |
---|---|
net.floodlightcontroller.loadbalancer | |
net.floodlightcontroller.staticflowentry | |
net.floodlightcontroller.staticflowentry.web | |
org.openflow.protocol |
Uses of OFFlowMod in net.floodlightcontroller.loadbalancer |
---|
Methods in net.floodlightcontroller.loadbalancer with parameters of type OFFlowMod | |
---|---|
static void |
LoadBalancer.parseActionString(OFFlowMod flowMod,
java.lang.String actionstr,
org.slf4j.Logger log)
Parses OFFlowMod actions from strings. |
Uses of OFFlowMod in net.floodlightcontroller.staticflowentry |
---|
Fields in net.floodlightcontroller.staticflowentry with type parameters of type OFFlowMod | |
---|---|
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,OFFlowMod>> |
StaticFlowEntryPusher.entriesFromStorage
|
Methods in net.floodlightcontroller.staticflowentry that return types with arguments of type OFFlowMod | |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,OFFlowMod>> |
StaticFlowEntryPusher.getFlows()
Deletes all flows installed by static flow pusher on a given switch. |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,OFFlowMod>> |
IStaticFlowEntryPusherService.getFlows()
Gets all list of all flows |
java.util.Map<java.lang.String,OFFlowMod> |
StaticFlowEntryPusher.getFlows(java.lang.String dpid)
|
java.util.Map<java.lang.String,OFFlowMod> |
IStaticFlowEntryPusherService.getFlows(java.lang.String dpid)
Gets a list of flows by switch |
Methods in net.floodlightcontroller.staticflowentry with parameters of type OFFlowMod | |
---|---|
void |
StaticFlowEntryPusher.addFlow(java.lang.String name,
OFFlowMod fm,
java.lang.String swDpid)
|
void |
IStaticFlowEntryPusherService.addFlow(java.lang.String name,
OFFlowMod fm,
java.lang.String swDpid)
Adds a static flow. |
static long |
StaticFlowEntries.computeEntryCookie(OFFlowMod fm,
int userCookie,
java.lang.String name)
This function generates a random hash for the bottom half of the cookie |
static java.util.Map<java.lang.String,java.lang.Object> |
StaticFlowEntries.flowModToStorageEntry(OFFlowMod fm,
java.lang.String sw,
java.lang.String name)
Parses an OFFlowMod (and it's inner OFMatch) to the storage entry format. |
static void |
StaticFlowEntries.initDefaultFlowMod(OFFlowMod fm,
java.lang.String entryName)
Sets defaults for an OFFlowMod |
static void |
StaticFlowEntries.parseActionString(OFFlowMod flowMod,
java.lang.String actionstr,
org.slf4j.Logger log)
Parses OFFlowMod actions from strings. |
Method parameters in net.floodlightcontroller.staticflowentry with type arguments of type OFFlowMod | |
---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
StaticFlowEntryPusher.computeEntry2DpidMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,OFFlowMod>> map)
Used only for bundle-local indexing |
Uses of OFFlowMod in net.floodlightcontroller.staticflowentry.web |
---|
Methods in net.floodlightcontroller.staticflowentry.web that return types with arguments of type OFFlowMod | |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,OFFlowMod>> |
ListStaticFlowEntriesResource.ListStaticFlowEntries()
|
Uses of OFFlowMod in org.openflow.protocol |
---|
Methods in org.openflow.protocol that return OFFlowMod | |
---|---|
OFFlowMod |
OFFlowMod.clone()
|
OFFlowMod |
OFFlowMod.setBufferId(int bufferId)
Set buffer_id |
OFFlowMod |
OFFlowMod.setCommand(byte command)
Set command |
OFFlowMod |
OFFlowMod.setCookie(long cookie)
Set cookie |
OFFlowMod |
OFFlowMod.setCookieMask(long cookieMask)
Set cookieMask |
OFFlowMod |
OFFlowMod.setFlags(short flags)
Set flags, see OFPFF_* constants |
OFFlowMod |
OFFlowMod.setHardTimeout(short hardTimeout)
Set hard_timeout |
OFFlowMod |
OFFlowMod.setIdleTimeout(short idleTimeout)
Set idle_timeout |
OFFlowMod |
OFFlowMod.setInstructions(java.util.List<OFInstruction> instructions)
Sets the list of instructions this Flow Mod contains |
OFFlowMod |
OFFlowMod.setMatch(OFMatch match)
Set match |
OFFlowMod |
OFFlowMod.setOutGroup(int outGroup)
Set out_group |
OFFlowMod |
OFFlowMod.setOutGroup(OFGroup group)
Set out_group |
OFFlowMod |
OFFlowMod.setOutPort(int outPort)
Set out_port |
OFFlowMod |
OFFlowMod.setOutPort(OFPort port)
Set out_port |
OFFlowMod |
OFFlowMod.setPriority(short priority)
Set priority |
OFFlowMod |
OFFlowMod.setTableId(byte tableId)
Set tableId |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |