Package | Description |
---|---|
com.hp.sdn.device |
API for accessing & supplying information about network infrastructure devices.
|
com.hp.sdn.dvc |
Device Management
|
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 |
---|---|
Interface |
DeviceService.getInterface(DeviceId deviceId,
InterfaceId interfaceId)
Returns the interface requested with the device and interface ids.
|
Interface |
DeviceServiceAdapter.getInterface(DeviceId deviceId,
InterfaceId interfaceId) |
Interface |
DeviceEvent.netInterface()
Returns the interface related to the event, if applicable.
|
Interface |
DefaultDeviceEvent.netInterface() |
Modifier and Type | Method and Description |
---|---|
List<Interface> |
DeviceService.getInterfaces(Device device)
Returns the list of interfaces hosted on this device.
|
List<Interface> |
DeviceServiceAdapter.getInterfaces(Device device) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceSupplierService.updateInterface(DeviceId deviceId,
Interface netInterface)
Update a single interface.
|
void |
DeviceSupplierServiceAdapter.updateInterface(DeviceId deviceId,
Interface netInterface) |
Constructor and Description |
---|
DefaultDeviceEvent(DeviceEvent.Type type,
Device subject,
Interface netInterface)
Constructs a device event with the given type, device and optionally
network interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DbInterface
Wrapper class to identify data came directly from database.
|
Modifier and Type | Method and Description |
---|---|
Interface |
DeviceStoreAdapter.getInterface(DeviceId deviceId,
InterfaceId interfaceId) |
Interface |
DeviceStoreService.getInterface(DeviceId deviceId,
InterfaceId interfaceId)
Get an individual interface.
|
Modifier and Type | Method and Description |
---|---|
List<Interface> |
DeviceStoreAdapter.getInterfaces(DeviceId deviceId) |
List<Interface> |
DeviceStoreService.getInterfaces(DeviceId deviceId)
Get the interfaces for a specific device.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceStoreAdapter.updateInterface(Interface netIf) |
void |
DeviceStoreService.updateInterface(Interface netIf)
Update an individual interface in persistence and teaming.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceStoreAdapter.updateInterfaces(DeviceId deviceId,
List<Interface> toAdd,
List<Interface> toUpdate,
List<Interface> toRemove) |
void |
DeviceStoreAdapter.updateInterfaces(DeviceId deviceId,
List<Interface> toAdd,
List<Interface> toUpdate,
List<Interface> toRemove) |
void |
DeviceStoreAdapter.updateInterfaces(DeviceId deviceId,
List<Interface> toAdd,
List<Interface> toUpdate,
List<Interface> toRemove) |
void |
DeviceStoreService.updateInterfaces(DeviceId deviceId,
List<Interface> toAdd,
List<Interface> toUpdate,
List<Interface> toRemove)
Update all interfaces to a device as one operation, but pre-separated
into new, update, and remove.
|
void |
DeviceStoreService.updateInterfaces(DeviceId deviceId,
List<Interface> toAdd,
List<Interface> toUpdate,
List<Interface> toRemove)
Update all interfaces to a device as one operation, but pre-separated
into new, update, and remove.
|
void |
DeviceStoreService.updateInterfaces(DeviceId deviceId,
List<Interface> toAdd,
List<Interface> toUpdate,
List<Interface> toRemove)
Update all interfaces to a device as one operation, but pre-separated
into new, update, and remove.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInterface
Default implementation of
Interface . |
Modifier and Type | Method and Description |
---|---|
Interface |
Node.netInterface()
Returns the network interface through which the node attaches to the
network.
|
Interface |
NodeInfo.netInterface()
Returns the network interface through which the node attaches to the
network.
|
Interface |
DefaultNodeInfo.netInterface() |
Interface |
DefaultNode.netInterface() |
Modifier and Type | Method and Description |
---|---|
DefaultNodeInfo |
DefaultNodeInfo.netInterface(Interface intf)
Modifies the current info by specifying the node interface.
|
DefaultNode |
DefaultNode.setNetInterface(Interface intf)
Sets the node network interface.
|
Constructor and Description |
---|
DefaultNode(NodeId id,
SupplierId supplierId,
Interface netIntf,
MacAddress mac,
NodeLocation loc,
long timeout)
Constructs a node with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
DefaultNodeFilter |
DefaultNodeFilter.intf(Interface intf)
Modifies the current filter to match nodes with the given interface.
|
Copyright © 2015. All Rights Reserved.