Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.TxFacade
Packages that use TxFacade
Package
Description
-
Uses of TxFacade in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of TxFacade in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterface
The central entity of OFP is the Device Context, which encapsulate the logical state of a switch as seen by the controller. -
Uses of TxFacade in org.opendaylight.openflowplugin.impl.datastore.multipart
Constructors in org.opendaylight.openflowplugin.impl.datastore.multipart with parameters of type TxFacadeModifierConstructorDescriptionDescMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, ConnectionContext connectionContext) FlowStatsMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, DeviceRegistry registry, org.opendaylight.yangtools.yang.common.Uint8 version) GroupDescMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, DeviceRegistry registry) GroupFeaturesMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) MeterConfigMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, DeviceRegistry registry) MeterFeaturesMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) MeterStatsMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) PortDescMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, FeaturesReply features) PortStatsMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, FeaturesReply features) QueueStatsMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, FeaturesReply features) TableFeaturesMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) TableStatsMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) -
Uses of TxFacade in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement TxFacade -
Uses of TxFacade in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return TxFacadeModifier and TypeMethodDescriptionprotected TxFacade
AbstractMultipartRequestOnTheFlyCallback.getTxFacade()
Get tx facade.AbstractService.getTxFacade()
-
Uses of TxFacade in org.opendaylight.openflowplugin.impl.statistics
Methods in org.opendaylight.openflowplugin.impl.statistics with parameters of type TxFacadeModifier and TypeMethodDescriptionstatic void
StatisticsGatheringUtils.deleteAllKnownFlows
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceFlowRegistry deviceFlowRegistry) static void
StatisticsGatheringUtils.deleteAllKnownGroups
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceGroupRegistry groupRegistry) static void
StatisticsGatheringUtils.deleteAllKnownMeters
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceMeterRegistry meterRegistry) -
Uses of TxFacade in org.opendaylight.openflowplugin.impl.util
Methods in org.opendaylight.openflowplugin.impl.util with parameters of type TxFacadeModifier and TypeMethodDescriptionstatic void
DeviceInitializationUtil.makeEmptyTables
(TxFacade txFacade, DeviceInfo deviceInfo, short nrOfTables) Create specified number of empty tables on device.