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.InstructionInstruction.Type
 
- 
 - 
Method SummaryAll 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- 
getStatTriggerFieldMappublic Map<StatTriggerField,Long> getStatTriggerFieldMap() 
 - 
getStatTriggerFlagpublic StatTriggerFlag getStatTriggerFlag() 
 - 
getStatValuepublic Long getStatValue(StatTriggerField field) 
 - 
typepublic Instruction.Type type() Description copied from interface:InstructionReturns the type of instruction.- Specified by:
- typein interface- Instruction
- Returns:
- type of instruction
 
 
- 
 
-