Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping.Instruction
Packages that use Instruction
Package
Description
-
Uses of Instruction in org.opendaylight.openflowjava.protocol.impl.deserialization.instruction
Methods in org.opendaylight.openflowjava.protocol.impl.deserialization.instruction that return InstructionModifier and TypeMethodDescriptionApplyActionsInstructionDeserializer.deserialize
(io.netty.buffer.ByteBuf input) ClearActionsInstructionDeserializer.deserialize
(io.netty.buffer.ByteBuf input) GoToTableInstructionDeserializer.deserialize
(io.netty.buffer.ByteBuf input) MeterInstructionDeserializer.deserialize
(io.netty.buffer.ByteBuf input) WriteActionsInstructionDeserializer.deserialize
(io.netty.buffer.ByteBuf input) WriteMetadataInstructionDeserializer.deserialize
(io.netty.buffer.ByteBuf input) ApplyActionsInstructionDeserializer.deserializeHeader
(io.netty.buffer.ByteBuf input) ClearActionsInstructionDeserializer.deserializeHeader
(io.netty.buffer.ByteBuf input) GoToTableInstructionDeserializer.deserializeHeader
(io.netty.buffer.ByteBuf input) MeterInstructionDeserializer.deserializeHeader
(io.netty.buffer.ByteBuf input) WriteActionsInstructionDeserializer.deserializeHeader
(io.netty.buffer.ByteBuf input) WriteMetadataInstructionDeserializer.deserializeHeader
(io.netty.buffer.ByteBuf input) -
Uses of Instruction in org.opendaylight.openflowjava.protocol.impl.serialization.instruction
Methods in org.opendaylight.openflowjava.protocol.impl.serialization.instruction with parameters of type InstructionModifier and TypeMethodDescriptionvoid
ApplyActionsInstructionSerializer.serialize
(Instruction instruction, io.netty.buffer.ByteBuf outBuffer) void
ClearActionsInstructionSerializer.serialize
(Instruction instruction, io.netty.buffer.ByteBuf outBuffer) void
GoToTableInstructionSerializer.serialize
(Instruction instruction, io.netty.buffer.ByteBuf outBuffer) void
MeterInstructionSerializer.serialize
(Instruction instruction, io.netty.buffer.ByteBuf outBuffer) void
WriteActionsInstructionSerializer.serialize
(Instruction instruction, io.netty.buffer.ByteBuf outBuffer) void
WriteMetadataInstructionSerializer.serialize
(Instruction instruction, io.netty.buffer.ByteBuf outBuffer) final void
AbstractInstructionSerializer.serializeHeader
(Instruction input, io.netty.buffer.ByteBuf outBuffer) -
Uses of Instruction in org.opendaylight.openflowjava.protocol.impl.util
Methods in org.opendaylight.openflowjava.protocol.impl.util that return types with arguments of type InstructionModifier and TypeMethodDescriptionstatic TypeKeyMaker<Instruction>
TypeKeyMakerFactory.createInstructionKeyMaker
(org.opendaylight.yangtools.yang.common.Uint8 version) Creates a key maker for Instruction instances. -
Uses of Instruction in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow
Method parameters in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow with type arguments of type InstructionModifier and TypeMethodDescriptionFlowInstructionResponseConvertor.convert
(List<Instruction> source, VersionConvertorData data) -
Uses of Instruction in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow.cases
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.flow.cases that return types with arguments of type InstructionModifier and TypeMethodDescriptionApplyActionsCase.process
(ApplyActionsCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) ClearActionsCase.process
(ClearActionsCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) GoToTableCase.process
(GoToTableCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) MeterCase.process
(MeterCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) WriteActionsCase.process
(WriteActionsCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) WriteMetadataCase.process
(WriteMetadataCase source, ActionConvertorData data, ConvertorExecutor convertorExecutor) -
Uses of Instruction in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225 that return types with arguments of type InstructionModifier and TypeMethodDescriptionInstructionRelatedTableFeaturePropertyBuilder.getInstruction()
Return current value associated with the property corresponding toInstructionsGrouping.getInstruction()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225 with type arguments of type InstructionModifier and TypeMethodDescriptionInstructionRelatedTableFeaturePropertyBuilder.setInstruction
(List<Instruction> values) Set the property corresponding toInstructionsGrouping.getInstruction()
to the specified value. -
Uses of Instruction in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731 that return types with arguments of type InstructionModifier and TypeMethodDescription@Nullable List<Instruction>
InstructionsGrouping.getInstruction()
Return instruction, ornull
if it is not present.default @NonNull List<Instruction>
InstructionsGrouping.nonnullInstruction()
Return instruction, or an empty list if it is not present. -
Uses of Instruction in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping with type parameters of type InstructionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>>
E$$InstructionBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping that return InstructionModifier and TypeMethodDescription@NonNull Instruction
InstructionBuilder.build()
A newInstruction
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping that return types with arguments of type InstructionMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping with parameters of type InstructionModifier and TypeMethodDescriptionstatic boolean
Instruction.bindingEquals
(@NonNull Instruction thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Instruction.bindingHashCode
(@NonNull Instruction obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Instruction.bindingToString
(@NonNull Instruction obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping with type arguments of type InstructionModifier and TypeMethodDescriptionInstructionBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Instruction> augmentation) Add an augmentation to this builder's product.InstructionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.instructions.grouping with parameters of type InstructionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedInstruction
. -
Uses of Instruction in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 that return types with arguments of type InstructionModifier and TypeMethodDescriptionFlowModInputBuilder.getInstruction()
Return current value associated with the property corresponding toInstructionsGrouping.getInstruction()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 with type arguments of type InstructionModifier and TypeMethodDescriptionFlowModInputBuilder.setInstruction
(List<Instruction> values) Set the property corresponding toInstructionsGrouping.getInstruction()
to the specified value. -
Uses of Instruction in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow that return types with arguments of type InstructionModifier and TypeMethodDescriptionFlowStatsBuilder.getInstruction()
Return current value associated with the property corresponding toInstructionsGrouping.getInstruction()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.multipart.reply.multipart.reply.body.multipart.reply.flow._case.multipart.reply.flow with type arguments of type InstructionModifier and TypeMethodDescriptionFlowStatsBuilder.setInstruction
(List<Instruction> values) Set the property corresponding toInstructionsGrouping.getInstruction()
to the specified value. -
Uses of Instruction in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case that return types with arguments of type InstructionModifier and TypeMethodDescriptionFlowModCaseDataBuilder.getInstruction()
Return current value associated with the property corresponding toInstructionsGrouping.getInstruction()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.add.message.grouping.bundle.inner.message.bundle.flow.mod._case with type arguments of type InstructionModifier and TypeMethodDescriptionFlowModCaseDataBuilder.setInstruction
(List<Instruction> values) Set the property corresponding toInstructionsGrouping.getInstruction()
to the specified value.