Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.TxFacade
-
-
Uses of TxFacade in org.opendaylight.openflowplugin.api.openflow.device
Subinterfaces of TxFacade in org.opendaylight.openflowplugin.api.openflow.device Modifier and Type Interface Description interfaceDeviceContextThe 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 TxFacade Constructor Description DescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, ConnectionContext connectionContext)FlowStatsMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry, short version)GroupDescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry)GroupFeaturesMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier)MeterConfigMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry)MeterFeaturesMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier)MeterStatsMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier)PortDescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, FeaturesReply features)PortStatsMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, FeaturesReply features)QueueStatsMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, FeaturesReply features)TableFeaturesMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier)TableStatsMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier) -
Uses of TxFacade in org.opendaylight.openflowplugin.impl.device
Classes in org.opendaylight.openflowplugin.impl.device that implement TxFacade Modifier and Type Class Description classDeviceContextImpl -
Uses of TxFacade in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return TxFacade Modifier and Type Method Description protected TxFacadeAbstractMultipartRequestOnTheFlyCallback. getTxFacade()Get tx facade.TxFacadeAbstractService. getTxFacade() -
Uses of TxFacade in org.opendaylight.openflowplugin.impl.statistics
Methods in org.opendaylight.openflowplugin.impl.statistics with parameters of type TxFacade Modifier and Type Method Description static voidStatisticsGatheringUtils. deleteAllKnownFlows(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceFlowRegistry deviceFlowRegistry)static voidStatisticsGatheringUtils. deleteAllKnownGroups(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> instanceIdentifier, DeviceGroupRegistry groupRegistry)static voidStatisticsGatheringUtils. 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 TxFacade Modifier and Type Method Description static voidDeviceInitializationUtil. makeEmptyTables(TxFacade txFacade, DeviceInfo deviceInfo, short nrOfTables)Create specified number of empty tables on device.
-