|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILinkDiscovery.UpdateOperation | |
---|---|
net.floodlightcontroller.linkdiscovery | |
net.floodlightcontroller.linkdiscovery.internal |
Uses of ILinkDiscovery.UpdateOperation in net.floodlightcontroller.linkdiscovery |
---|
Fields in net.floodlightcontroller.linkdiscovery declared as ILinkDiscovery.UpdateOperation | |
---|---|
protected ILinkDiscovery.UpdateOperation |
ILinkDiscovery.LDUpdate.operation
|
Methods in net.floodlightcontroller.linkdiscovery that return ILinkDiscovery.UpdateOperation | |
---|---|
ILinkDiscovery.UpdateOperation |
ILinkDiscovery.LDUpdate.getOperation()
|
static ILinkDiscovery.UpdateOperation |
ILinkDiscovery.UpdateOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ILinkDiscovery.UpdateOperation[] |
ILinkDiscovery.UpdateOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.floodlightcontroller.linkdiscovery with parameters of type ILinkDiscovery.UpdateOperation | |
---|---|
void |
ILinkDiscovery.LDUpdate.setOperation(ILinkDiscovery.UpdateOperation operation)
|
Constructors in net.floodlightcontroller.linkdiscovery with parameters of type ILinkDiscovery.UpdateOperation | |
---|---|
ILinkDiscovery.LDUpdate(long switchId,
ILinkDiscovery.SwitchType stype,
ILinkDiscovery.UpdateOperation oper)
|
|
ILinkDiscovery.LDUpdate(long sw,
int port,
ILinkDiscovery.UpdateOperation operation)
|
|
ILinkDiscovery.LDUpdate(long src,
int srcPort,
long dst,
int dstPort,
ILinkDiscovery.LinkType type,
ILinkDiscovery.UpdateOperation operation)
|
Uses of ILinkDiscovery.UpdateOperation in net.floodlightcontroller.linkdiscovery.internal |
---|
Methods in net.floodlightcontroller.linkdiscovery.internal that return ILinkDiscovery.UpdateOperation | |
---|---|
protected ILinkDiscovery.UpdateOperation |
LinkDiscoveryManager.getUpdateOperation(int srcPortState)
|
protected ILinkDiscovery.UpdateOperation |
LinkDiscoveryManager.getUpdateOperation(int srcPortState,
int dstPortState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |