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.deviceSubinterfaces of TxFacade in org.opendaylight.openflowplugin.api.openflow.deviceModifier and TypeInterfaceDescriptioninterfaceThe 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.multipartConstructors 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) 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.deviceClasses in org.opendaylight.openflowplugin.impl.device that implement TxFacade
- 
Uses of TxFacade in org.opendaylight.openflowplugin.impl.servicesMethods in org.opendaylight.openflowplugin.impl.services that return TxFacadeModifier and TypeMethodDescriptionprotected TxFacadeAbstractMultipartRequestOnTheFlyCallback.getTxFacade()Get tx facade.AbstractService.getTxFacade()
- 
Uses of TxFacade in org.opendaylight.openflowplugin.impl.statisticsMethods in org.opendaylight.openflowplugin.impl.statistics with parameters of type TxFacadeModifier and TypeMethodDescriptionstatic 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.utilMethods in org.opendaylight.openflowplugin.impl.util with parameters of type TxFacadeModifier and TypeMethodDescriptionstatic voidDeviceInitializationUtil.makeEmptyTables(TxFacade txFacade, DeviceInfo deviceInfo, short nrOfTables) Create specified number of empty tables on device.