|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ILinkDiscovery.LinkType in net.floodlightcontroller.linkdiscovery |
|---|
| Fields in net.floodlightcontroller.linkdiscovery declared as ILinkDiscovery.LinkType | |
|---|---|
protected ILinkDiscovery.LinkType |
ILinkDiscovery.LDUpdate.type
|
| Methods in net.floodlightcontroller.linkdiscovery that return ILinkDiscovery.LinkType | |
|---|---|
ILinkDiscovery.LinkType |
LinkInfo.getLinkType()
|
ILinkDiscovery.LinkType |
ILinkDiscoveryService.getLinkType(Link lt,
LinkInfo info)
Returns link type of a given link |
ILinkDiscovery.LinkType |
ILinkDiscovery.LDUpdate.getType()
|
static ILinkDiscovery.LinkType |
ILinkDiscovery.LinkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ILinkDiscovery.LinkType[] |
ILinkDiscovery.LinkType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in net.floodlightcontroller.linkdiscovery with parameters of type ILinkDiscovery.LinkType | |
|---|---|
ILinkDiscovery.LDUpdate(long src,
int srcPort,
long dst,
int dstPort,
ILinkDiscovery.LinkType type,
ILinkDiscovery.UpdateOperation operation)
|
|
| Uses of ILinkDiscovery.LinkType in net.floodlightcontroller.linkdiscovery.internal |
|---|
| Methods in net.floodlightcontroller.linkdiscovery.internal that return ILinkDiscovery.LinkType | |
|---|---|
ILinkDiscovery.LinkType |
LinkDiscoveryManager.getLinkType(Link lt,
LinkInfo info)
|
| Uses of ILinkDiscovery.LinkType in net.floodlightcontroller.linkdiscovery.web |
|---|
| Fields in net.floodlightcontroller.linkdiscovery.web declared as ILinkDiscovery.LinkType | |
|---|---|
ILinkDiscovery.LinkType |
LinkWithType.type
|
| Constructors in net.floodlightcontroller.linkdiscovery.web with parameters of type ILinkDiscovery.LinkType | |
|---|---|
LinkWithType(Link link,
ILinkDiscovery.LinkType type,
ILinkDiscovery.LinkDirection direction)
|
|
| Uses of ILinkDiscovery.LinkType in net.floodlightcontroller.topology |
|---|
| Methods in net.floodlightcontroller.topology with parameters of type ILinkDiscovery.LinkType | |
|---|---|
void |
TopologyManager.addOrUpdateLink(long srcId,
int srcPort,
long dstId,
int dstPort,
ILinkDiscovery.LinkType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||