Class Instructions.StatTriggerInstruction
- java.lang.Object
-
- org.onosproject.net.flow.instructions.Instructions.StatTriggerInstruction
-
- All Implemented Interfaces:
Instruction
- Enclosing class:
- Instructions
public static class Instructions.StatTriggerInstruction extends Object implements Instruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.onosproject.net.flow.instructions.Instruction
Instruction.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Map<StatTriggerField,Long>
getStatTriggerFieldMap()
StatTriggerFlag
getStatTriggerFlag()
Long
getStatValue(StatTriggerField field)
int
hashCode()
String
toString()
Instruction.Type
type()
Returns the type of instruction.
-
-
-
Method Detail
-
getStatTriggerFieldMap
public Map<StatTriggerField,Long> getStatTriggerFieldMap()
-
getStatTriggerFlag
public StatTriggerFlag getStatTriggerFlag()
-
getStatValue
public Long getStatValue(StatTriggerField field)
-
type
public Instruction.Type type()
Description copied from interface:Instruction
Returns the type of instruction.- Specified by:
type
in interfaceInstruction
- Returns:
- type of instruction
-
-