Package | Description |
---|---|
com.hp.sdn.dvc.facet |
Device Driver Facet interfaces
|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
com.hp.sdn.node |
API for accessing & supplying information about network end-stations.
|
Modifier and Type | Method and Description |
---|---|
SegmentId |
OpenFlowFacet.getSegmentId(DataPathId dpid)
Gets the segment ID from the device's datapath ID, if possible.
|
Modifier and Type | Field and Description |
---|---|
static SegmentId |
SegmentId.UNKNOWN
A segment ID which represents an unknown segment
|
Modifier and Type | Method and Description |
---|---|
SegmentId |
SegmentIdSerializer.deserialize(byte[] serialization) |
static SegmentId |
SegmentIdSerializer.getId(com.hp.sdn.model.proto.SegmentIdProto.SegmentId msg) |
SegmentId |
Node.segmentId()
Returns the network segment id on which this node has been discovered.
|
SegmentId |
NodeId.segmentId()
Returns the segment ID associated with this node.
|
SegmentId |
DefaultNode.segmentId() |
static SegmentId |
SegmentId.valueOf(VlanId vlanId)
Returns the given VLAN ID represented as a segment ID.
|
Modifier and Type | Method and Description |
---|---|
int |
SegmentId.compareTo(SegmentId other) |
byte[] |
SegmentIdSerializer.serialize(SegmentId subject) |
static NodeId |
NodeId.valueOf(IpAddress ip,
SegmentId segmentId)
Returns the value of the given IP address and segment ID as a node ID.
|
static com.hp.sdn.model.proto.SegmentIdProto.SegmentId |
SegmentIdSerializer.valueOf(SegmentId subject) |
Modifier and Type | Method and Description |
---|---|
Node |
NodeServiceAdapter.getNode(IpAddress ip,
SegmentId netId) |
Node |
NodeService.getNode(IpAddress ip,
SegmentId segmentId)
|
Set<Node> |
NodeServiceAdapter.getNodes(MacAddress mac,
SegmentId segId) |
Set<Node> |
NodeService.getNodes(MacAddress mac,
SegmentId segmentId)
Returns all nodes in the domain with a given MAC address.
|
Iterator<Node> |
NodeServiceAdapter.getNodes(SegmentId netId) |
Iterator<Node> |
NodeService.getNodes(SegmentId segId)
Returns an iterator all nodes in a given segment within the domain.
|
DefaultNodeFilter |
DefaultNodeFilter.segmentId(SegmentId segmentId)
Modifies the current filter to match nodes with the given segment ID.
|
Copyright © 2015. All Rights Reserved.