Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node
Packages that use Node
Package
Description
-
Uses of Node in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return types with arguments of type NodeMethod parameters in org.opendaylight.openflowplugin.api.openflow.device with type arguments of type NodeModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<?>
DeviceManager.removeDeviceFromOperationalDS
(@NonNull org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> ii) void
DeviceManager.sendNodeAddedNotification
(@NonNull org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> instanceIdentifier) void
DeviceManager.sendNodeRemovedNotification
(@NonNull org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> instanceIdentifier) -
Uses of Node in org.opendaylight.openflowplugin.applications.bulk.o.matic
Methods in org.opendaylight.openflowplugin.applications.bulk.o.matic that return types with arguments of type NodeModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
BulkOMaticUtils.getFlowCapableNodeId
(String dpId) -
Uses of Node in org.opendaylight.openflowplugin.applications.frsync.impl
Method parameters in org.opendaylight.openflowplugin.applications.frsync.impl with type arguments of type NodeModifier and TypeMethodDescriptionvoid
SimplifiedOperationalListener.onDataTreeChanged
(@NonNull Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Node>> modifications) SimplifiedOperationalListener.processNodeModification
(org.opendaylight.mdsal.binding.api.DataTreeModification<Node> modification) Update cache, register for device mastership when device connected and start reconciliation if device is registered and actual modification is consistent.Skip the event otherwise. -
Uses of Node in org.opendaylight.openflowplugin.applications.frsync.util
Methods in org.opendaylight.openflowplugin.applications.frsync.util that return types with arguments of type NodeModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
PathUtil.digNodePath
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent) Method parameters in org.opendaylight.openflowplugin.applications.frsync.util with type arguments of type NodeModifier and TypeMethodDescriptionstatic com.google.common.util.concurrent.AsyncFunction<org.opendaylight.yangtools.yang.common.RpcResult<Void>,
org.opendaylight.yangtools.yang.common.RpcResult<Void>> ReconcileUtil.chainBarrierFlush
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodeIdent, FlowCapableTransactionService flowCapableTransactionService) Flushes a chain barrier.static FlowCapableNode
ModificationUtil.flowCapableNodeAfter
(org.opendaylight.mdsal.binding.api.DataTreeModification<Node> modification) static NodeId
static String
ModificationUtil.nodeIdValue
(org.opendaylight.mdsal.binding.api.DataTreeModification<Node> modification) -
Uses of Node in org.opendaylight.openflowplugin.impl.datastore.multipart
Methods in org.opendaylight.openflowplugin.impl.datastore.multipart that return types with arguments of type NodeModifier and TypeMethodDescriptionprotected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
AbstractMultipartWriter.getInstanceIdentifier()
Get instance identifier.Constructor parameters in org.opendaylight.openflowplugin.impl.datastore.multipart with type arguments of type NodeModifierConstructorDescriptionDescMultipartWriter
(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) GroupStatsMultipartWriter
(DeviceContext deviceContext, 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 Node in org.opendaylight.openflowplugin.impl.device
Method parameters in org.opendaylight.openflowplugin.impl.device with type arguments of type NodeModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<?>
DeviceManagerImpl.removeDeviceFromOperationalDS
(@NonNull org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> ii) void
DeviceManagerImpl.sendNodeAddedNotification
(@NonNull org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> instanceIdentifier) void
DeviceManagerImpl.sendNodeRemovedNotification
(@NonNull org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> instanceIdentifier) -
Uses of Node in org.opendaylight.openflowplugin.impl.registry.flow
Constructor parameters in org.opendaylight.openflowplugin.impl.registry.flow with type arguments of type NodeModifierConstructorDescriptionDeviceFlowRegistryImpl
(org.opendaylight.yangtools.yang.common.Uint8 version, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier<Node, NodeKey> instanceIdentifier, FlowGroupInfoHistoryAppender history) -
Uses of Node in org.opendaylight.openflowplugin.impl.util
Methods in org.opendaylight.openflowplugin.impl.util that return types with arguments of type NodeMethod parameters in org.opendaylight.openflowplugin.impl.util with type arguments of type NodeModifier and TypeMethodDescriptionstatic FlowRef
FlowUtil.buildFlowPath
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodePath, org.opendaylight.yangtools.yang.common.Uint8 tableId, FlowId flowId) Build flow path flow ref.static GroupRef
GroupUtil.buildGroupPath
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodePath, GroupId groupId) Method build the group path.static MeterRef
MeterUtil.buildMeterPath
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodePath, MeterId meterId) Create meter path.static NodeId
PathUtil.extractNodeId
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> input) Extracts node id from instance identifier.static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
DeviceInitializationUtil.getIpAddress
(ConnectionContext connectionContext, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) Retrieve ip address from connection.static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber
DeviceInitializationUtil.getPortNumber
(ConnectionContext connectionContext, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) Retrieve port number from connection. -
Uses of Node in org.opendaylight.openflowplugin.learningswitch
Methods in org.opendaylight.openflowplugin.learningswitch that return types with arguments of type NodeModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
InstanceIdentifierUtils.createNodePath
(NodeId nodeId) Creates an Instance Identifier (path) for node with specified id.static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
InstanceIdentifierUtils.getNodePath
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> nodeChild) Shorten's node child path to node path.Method parameters in org.opendaylight.openflowplugin.learningswitch with type arguments of type NodeModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<NodeConnector>
InstanceIdentifierUtils.createNodeConnectorPath
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodeKey, NodeConnectorKey nodeConnectorKey) static NodeConnectorRef
PacketUtils.createNodeConnRef
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodeInstId, NodeKey nodeKey, String port) Returns the port wrapped intoNodeConnectorRef
.static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table>
InstanceIdentifierUtils.createTablePath
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodePath, TableKey tableKey) Creates a table path by appending table specific location to node path. -
Uses of Node in org.opendaylight.openflowplugin.learningswitch.multi
Methods in org.opendaylight.openflowplugin.learningswitch.multi that return types with arguments of type NodeModifier and TypeMethodDescriptionMap<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>,
PacketProcessingListener> PacketInDispatcherImpl.getHandlerMapping()
-
Uses of Node in org.opendaylight.openflowplugin.openflow.md.util
Methods in org.opendaylight.openflowplugin.openflow.md.util that return types with arguments of type NodeModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
InventoryDataServiceUtil.identifierFromDatapathId
(org.opendaylight.yangtools.yang.common.Uint64 datapathId) static org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node>
InventoryDataServiceUtil.nodeKeyToInstanceIdentifier
(NodeKey nodeKey) Method parameters in org.opendaylight.openflowplugin.openflow.md.util with type arguments of type NodeModifier and TypeMethodDescriptionstatic 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 NodeConnectorRef
InventoryDataServiceUtil.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) -
Uses of Node in org.opendaylight.openflowplugin.testcommon
Method parameters in org.opendaylight.openflowplugin.testcommon with type arguments of type NodeModifier and TypeMethodDescriptionprotected void
DropTestCommiter.processPacket
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> node, Match match, Instructions instructions) protected void
DropTestRpcSender.processPacket
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> node, Match match, Instructions instructions) -
Uses of Node in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819 that return types with arguments of type NodeModifier and TypeMethodDescriptionNodes.getNode()
Return node, ornull
if it is not present.NodesBuilder.getNode()
Return current value associated with the property corresponding toNodes.getNode()
.Nodes.nonnullNode()
Return node, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819 with type arguments of type NodeModifier and TypeMethodDescriptionSet the property corresponding toNodes.getNode()
to the specified value. -
Uses of Node in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes with type parameters of type NodeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Node>>
E$$NodeBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes that return NodeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes that return types with arguments of type NodeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes with parameters of type NodeModifier and TypeMethodDescriptionstatic boolean
Node.bindingEquals
(@NonNull Node thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Node.bindingHashCode
(@NonNull Node obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Node.bindingToString
(@NonNull Node obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes with type arguments of type NodeModifier and TypeMethodDescriptionNodeBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Node> augmentation) Add an augmentation to this builder's product.NodeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Node>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes with parameters of type NodeModifierConstructorDescriptionNodeBuilder
(Node base) Construct a builder initialized with state from specifiedNode
.