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 booleanequals(Object o)Map<StatTriggerField,Long>getStatTriggerFieldMap()StatTriggerFlaggetStatTriggerFlag()LonggetStatValue(StatTriggerField field)inthashCode()StringtoString()Instruction.Typetype()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:InstructionReturns the type of instruction.- Specified by:
typein interfaceInstruction- Returns:
- type of instruction
-
-