Uses of Enum Class
org.opendaylight.openflowplugin.api.openflow.md.util.OpenflowVersion
Packages that use OpenflowVersion
Package
Description
-
Uses of OpenflowVersion in org.opendaylight.openflowplugin.api.openflow.md.util
Methods in org.opendaylight.openflowplugin.api.openflow.md.util that return OpenflowVersionModifier and TypeMethodDescriptionstatic OpenflowVersionOpenflowVersion.get(org.opendaylight.yangtools.yang.common.Uint8 version) static OpenflowVersionReturns the enum constant of this class with the specified name.static OpenflowVersion[]OpenflowVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OpenflowVersion in org.opendaylight.openflowplugin.impl.statistics.services.compatibility
Methods in org.opendaylight.openflowplugin.impl.statistics.services.compatibility that return OpenflowVersionMethods in org.opendaylight.openflowplugin.impl.statistics.services.compatibility with parameters of type OpenflowVersionModifier and TypeMethodDescriptionstatic FlowsStatisticsUpdateFlowStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpResult, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId, ConvertorExecutor convertorExecutor) Transform to notification.static MeterStatisticsUpdatedMeterStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId, ConvertorExecutor convertorExecutor) Transform statistics to notification.NodeConnectorStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId) Transform statistics to notification.static QueueStatisticsUpdateQueueStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList, DeviceInfo deviceInfo, OpenflowVersion ofVersion, TransactionId emulatedTxId) Transform statistics to notification. -
Uses of OpenflowVersion in org.opendaylight.openflowplugin.openflow.md.core.extension
Methods in org.opendaylight.openflowplugin.openflow.md.core.extension with parameters of type OpenflowVersionModifier and TypeMethodDescriptionstatic ActionActionExtensionHelper.processAlienAction(Action action, OpenflowVersion ofVersion, ActionPath actionPath) Processes an alien action.static <E extends org.opendaylight.yangtools.yang.binding.Augmentable<E>>
AugmentTuple<E>MatchExtensionHelper.processAllExtensions(Collection<MatchEntry> matchEntries, OpenflowVersion ofVersion, MatchPath matchPath) Processes all extensions. -
Uses of OpenflowVersion in org.opendaylight.openflowplugin.openflow.md.util
Methods in org.opendaylight.openflowplugin.openflow.md.util with parameters of type OpenflowVersionModifier and TypeMethodDescriptionstatic booleanOpenflowPortsUtil.checkPortValidity(OpenflowVersion ofVersion, org.opendaylight.yangtools.yang.common.Uint32 portNumber) Checks port validity.static org.opendaylight.yangtools.yang.common.Uint32OpenflowPortsUtil.getMaxPortForVersion(OpenflowVersion ofVersion) static StringOpenflowPortsUtil.getPortLogicalName(OpenflowVersion ofVersion, Long portNumber) static StringOpenflowPortsUtil.getPortLogicalName(OpenflowVersion ofVersion, org.opendaylight.yangtools.yang.common.Uint32 portNumber) static PortNumberUniOpenflowPortsUtil.getProtocolAgnosticPort(OpenflowVersion ofVersion, Long portNumber) static PortNumberUniOpenflowPortsUtil.getProtocolAgnosticPort(OpenflowVersion ofVersion, org.opendaylight.yangtools.yang.common.Uint32 portNumber) static org.opendaylight.yangtools.yang.common.Uint32OpenflowPortsUtil.getProtocolPortNumber(OpenflowVersion ofVersion, PortNumberUni port) static booleanOpenflowPortsUtil.isPortReserved(OpenflowVersion ofVersion, org.opendaylight.yangtools.yang.common.Uint32 portNumber) static NodeConnectorBuilderInventoryDataServiceUtil.nodeConnectorBuilderFromDatapathIdPortNo(org.opendaylight.yangtools.yang.common.Uint64 datapathId, org.opendaylight.yangtools.yang.common.Uint32 portNo, OpenflowVersion ofVersion) static NodeConnectorIdInventoryDataServiceUtil.nodeConnectorIdfromDatapathPortNo(org.opendaylight.yangtools.yang.common.Uint64 datapathid, org.opendaylight.yangtools.yang.common.Uint32 portNo, OpenflowVersion ofVersion) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NodeConnector>InventoryDataServiceUtil.nodeConnectorInstanceIdentifierFromDatapathIdPortno(org.opendaylight.yangtools.yang.common.Uint64 datapathId, org.opendaylight.yangtools.yang.common.Uint32 portNo, OpenflowVersion ofVersion) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NodeConnector>InventoryDataServiceUtil.nodeConnectorInstanceIdentifierFromDatapathIdPortno(org.opendaylight.yangtools.yang.common.Uint64 datapathId, org.opendaylight.yangtools.yang.common.Uint32 portNo, OpenflowVersion ofVersion, org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> nodePath) static NodeConnectorRefInventoryDataServiceUtil.nodeConnectorRefFromDatapathIdPortno(org.opendaylight.yangtools.yang.common.Uint64 datapathId, org.opendaylight.yangtools.yang.common.Uint32 portNo, OpenflowVersion ofVersion) static NodeConnectorRefInventoryDataServiceUtil.nodeConnectorRefFromDatapathIdPortno(org.opendaylight.yangtools.yang.common.Uint64 datapathId, org.opendaylight.yangtools.yang.common.Uint32 portNo, OpenflowVersion ofVersion, org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> nodePath) static NodeConnectorUpdatedBuilderInventoryDataServiceUtil.nodeConnectorUpdatedBuilderFromDatapathIdPortNo(org.opendaylight.yangtools.yang.common.Uint64 datapathId, org.opendaylight.yangtools.yang.common.Uint32 portNo, OpenflowVersion ofVersion) static @Nullable org.opendaylight.yangtools.yang.common.Uint32InventoryDataServiceUtil.portNumberfromNodeConnectorId(OpenflowVersion ofVersion, @NonNull String ncId) static @Nullable org.opendaylight.yangtools.yang.common.Uint32InventoryDataServiceUtil.portNumberfromNodeConnectorId(OpenflowVersion ofVersion, NodeConnectorId ncId)