Modifier and Type | Method and Description |
---|---|
static OpenflowVersion |
OpenflowVersion.get(Short version)
Deprecated.
|
static OpenflowVersion |
OpenflowVersion.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OpenflowVersion[] |
OpenflowVersion.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OpenflowVersion |
AbstractCompatibleStatService.getOfVersion() |
Modifier and Type | Method and Description |
---|---|
static NodeConnectorStatisticsUpdate |
NodeConnectorStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId)
Transform statistics to notification.
|
static QueueStatisticsUpdate |
QueueStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId)
Transform statistics to notification.
|
static MeterStatisticsUpdated |
MeterStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpReplyList,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId,
ConvertorExecutor convertorExecutor)
Transform statistics to notification.
|
static FlowsStatisticsUpdate |
FlowStatisticsToNotificationTransformer.transformToNotification(List<MultipartReply> mpResult,
DeviceInfo deviceInfo,
OpenflowVersion ofVersion,
TransactionId emulatedTxId,
ConvertorExecutor convertorExecutor)
Transform to notification.
|
Modifier and Type | Method and Description |
---|---|
static Action |
ActionExtensionHelper.processAlienAction(Action action,
OpenflowVersion ofVersion,
ActionPath actionPath)
Processes an alien action.
|
static <E extends org.opendaylight.yangtools.yang.binding.Augmentable<E>> |
MatchExtensionHelper.processAllExtensions(Collection<MatchEntry> matchEntries,
OpenflowVersion ofVersion,
MatchPath matchPath)
Processes all extensions.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
OpenflowPortsUtil.checkPortValidity(OpenflowVersion ofVersion,
Long portNumber)
Checks port validity.
|
static Long |
OpenflowPortsUtil.getMaxPortForVersion(OpenflowVersion ofVersion) |
static String |
OpenflowPortsUtil.getPortLogicalName(OpenflowVersion ofVersion,
Long portNumber) |
static PortNumberUni |
OpenflowPortsUtil.getProtocolAgnosticPort(OpenflowVersion ofVersion,
Long portNumber) |
static Long |
OpenflowPortsUtil.getProtocolPortNumber(OpenflowVersion ofVersion,
PortNumberUni port) |
static boolean |
OpenflowPortsUtil.isPortReserved(OpenflowVersion ofVersion,
Long portNumber) |
static org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnectorBuilder |
InventoryDataServiceUtil.nodeConnectorBuilderFromDatapathIdPortNo(BigInteger datapathId,
Long portNo,
OpenflowVersion ofVersion) |
static org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId |
InventoryDataServiceUtil.nodeConnectorIdfromDatapathPortNo(BigInteger datapathid,
Long portNo,
OpenflowVersion ofVersion) |
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector> |
InventoryDataServiceUtil.nodeConnectorInstanceIdentifierFromDatapathIdPortno(BigInteger datapathId,
Long portNo,
OpenflowVersion ofVersion) |
static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector> |
InventoryDataServiceUtil.nodeConnectorInstanceIdentifierFromDatapathIdPortno(BigInteger datapathId,
Long portNo,
OpenflowVersion ofVersion,
org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey> nodePath) |
static org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef |
InventoryDataServiceUtil.nodeConnectorRefFromDatapathIdPortno(BigInteger datapathId,
Long portNo,
OpenflowVersion ofVersion) |
static org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef |
InventoryDataServiceUtil.nodeConnectorRefFromDatapathIdPortno(BigInteger datapathId,
Long portNo,
OpenflowVersion ofVersion,
org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node,org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.NodeKey> nodePath) |
static org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorUpdatedBuilder |
InventoryDataServiceUtil.nodeConnectorUpdatedBuilderFromDatapathIdPortNo(BigInteger datapathId,
Long portNo,
OpenflowVersion ofVersion) |
static Long |
InventoryDataServiceUtil.portNumberfromNodeConnectorId(OpenflowVersion ofVersion,
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId ncId) |
static Long |
InventoryDataServiceUtil.portNumberfromNodeConnectorId(OpenflowVersion ofVersion,
String ncId) |
Copyright © 2019 OpenDaylight. All rights reserved.