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 FlowEntityBuilderFlowEntityBuilder. addInstructionInfoList(InstructionInfo element)Adds one element toinstructionInfoListlist.FlowEntityBuilderFlowEntityBuilder. addInstructionInfoList(InstructionInfo... elements)Adds elements toinstructionInfoListlist.Method parameters in org.opendaylight.genius.mdsalutil with type arguments of type InstructionInfo Modifier and Type Method Description FlowEntityBuilderFlowEntityBuilder. addAllInstructionInfoList(java.lang.Iterable<? extends InstructionInfo> elements)Adds elements toinstructionInfoListlist.static org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.InstructionsMDSALUtil. buildInstructions(java.util.List<InstructionInfo> listInstructionInfo)FlowEntityBuilderFlowEntityBuilder. setInstructionInfoList(java.lang.Iterable<? extends InstructionInfo> elements)Sets or replaces all elements forinstructionInfoListlist. -
Uses of InstructionInfo in org.opendaylight.genius.mdsalutil.instructions
Classes in org.opendaylight.genius.mdsalutil.instructions that implement InstructionInfo Modifier and Type Class Description classInstructionApplyActionsApply actions instruction.classInstructionClearActionsClear actions instruction.classInstructionGotoTableGoto table instruction.classInstructionWriteActionsWrite actions instruction.classInstructionWriteMetadataWrite metadata instruction.
-