Uses of Interface
org.opendaylight.genius.mdsalutil.InstructionInfo
-
Packages that use InstructionInfo Package Description org.opendaylight.genius.mdsalutil org.opendaylight.genius.mdsalutil.instructions -
-
Uses of InstructionInfo in org.opendaylight.genius.mdsalutil
Methods in org.opendaylight.genius.mdsalutil that return types with arguments of type InstructionInfo Modifier and Type Method Description abstract java.util.List<InstructionInfo>
FlowEntity. getInstructionInfoList()
Methods in org.opendaylight.genius.mdsalutil with parameters of type InstructionInfo Modifier and Type Method Description FlowEntityBuilder
FlowEntityBuilder. addInstructionInfoList(InstructionInfo element)
Adds one element toinstructionInfoList
list.FlowEntityBuilder
FlowEntityBuilder. addInstructionInfoList(InstructionInfo... elements)
Adds elements toinstructionInfoList
list.Method parameters in org.opendaylight.genius.mdsalutil with type arguments of type InstructionInfo Modifier and Type Method Description FlowEntityBuilder
FlowEntityBuilder. addAllInstructionInfoList(java.lang.Iterable<? extends InstructionInfo> elements)
Adds elements toinstructionInfoList
list.static org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Instructions
MDSALUtil. buildInstructions(java.util.List<InstructionInfo> listInstructionInfo)
FlowEntityBuilder
FlowEntityBuilder. setInstructionInfoList(java.lang.Iterable<? extends InstructionInfo> elements)
Sets or replaces all elements forinstructionInfoList
list. -
Uses of InstructionInfo in org.opendaylight.genius.mdsalutil.instructions
Classes in org.opendaylight.genius.mdsalutil.instructions that implement InstructionInfo Modifier and Type Class Description class
InstructionApplyActions
Apply actions instruction.class
InstructionClearActions
Clear actions instruction.class
InstructionGotoTable
Goto table instruction.class
InstructionWriteActions
Write actions instruction.class
InstructionWriteMetadata
Write metadata instruction.
-