Uses of Interface
org.opendaylight.openflowplugin.learningswitch.FlowCommitWrapper
-
Packages that use FlowCommitWrapper Package Description org.opendaylight.openflowplugin.learningswitch org.opendaylight.openflowplugin.learningswitch.multi -
-
Uses of FlowCommitWrapper in org.opendaylight.openflowplugin.learningswitch
Classes in org.opendaylight.openflowplugin.learningswitch that implement FlowCommitWrapper Modifier and Type Class Description class
FlowCommitWrapperImpl
Constructors in org.opendaylight.openflowplugin.learningswitch with parameters of type FlowCommitWrapper Constructor Description LearningSwitchHandlerSimpleImpl(@NonNull FlowCommitWrapper dataStoreAccessor, @NonNull PacketProcessingService packetProcessingService, @Nullable DataTreeChangeListenerRegistrationHolder registrationPublisher)
-
Uses of FlowCommitWrapper in org.opendaylight.openflowplugin.learningswitch.multi
Constructors in org.opendaylight.openflowplugin.learningswitch.multi with parameters of type FlowCommitWrapper Constructor Description MultipleLearningSwitchHandlerFacadeImpl(@NonNull FlowCommitWrapper dataStoreAccessor, @NonNull PacketProcessingService packetProcessingService, @NonNull PacketInDispatcherImpl packetInDispatcher)
-