|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SwitchPort in net.floodlightcontroller.devicemanager |
---|
Methods in net.floodlightcontroller.devicemanager that return SwitchPort | |
---|---|
SwitchPort[] |
IDevice.getAttachmentPoints()
Get all unique attachment points associated with the device. |
SwitchPort[] |
IDevice.getAttachmentPoints(boolean includeError)
Get all unique attachment points associated with the device. |
SwitchPort[] |
IDevice.getOldAP()
Get all old attachment points associated with the device. |
Methods in net.floodlightcontroller.devicemanager that return types with arguments of type SwitchPort | |
---|---|
java.util.Set<SwitchPort> |
IDeviceService.getSuppressAPs()
|
Methods in net.floodlightcontroller.devicemanager with parameters of type SwitchPort | |
---|---|
java.lang.Short[] |
IDevice.getSwitchPortVlanIds(SwitchPort swp)
Returns all unique VLAN IDs for the device that were observed on the given switch port |
Uses of SwitchPort in net.floodlightcontroller.devicemanager.internal |
---|
Methods in net.floodlightcontroller.devicemanager.internal that return SwitchPort | |
---|---|
SwitchPort[] |
Device.getAttachmentPoints()
|
SwitchPort[] |
Device.getAttachmentPoints(boolean includeError)
|
SwitchPort[] |
Device.getOldAP()
|
Methods in net.floodlightcontroller.devicemanager.internal that return types with arguments of type SwitchPort | |
---|---|
java.util.Set<SwitchPort> |
DeviceManagerImpl.getSuppressAPs()
|
Methods in net.floodlightcontroller.devicemanager.internal with parameters of type SwitchPort | |
---|---|
java.lang.Short[] |
Device.getSwitchPortVlanIds(SwitchPort swp)
|
Uses of SwitchPort in net.floodlightcontroller.flowcache |
---|
Fields in net.floodlightcontroller.flowcache declared as SwitchPort | |
---|---|
SwitchPort[] |
FlowReconcileQueryDeviceMove.oldAp
|
Constructors in net.floodlightcontroller.flowcache with parameters of type SwitchPort | |
---|---|
FlowReconcileQueryDeviceMove(IDevice deviceMoved,
SwitchPort[] oldAp)
|
Uses of SwitchPort in net.floodlightcontroller.loadbalancer |
---|
Fields in net.floodlightcontroller.loadbalancer with type parameters of type SwitchPort | |
---|---|
java.util.Comparator<SwitchPort> |
LoadBalancer.clusterIdComparator
|
Uses of SwitchPort in net.floodlightcontroller.routing |
---|
Fields in net.floodlightcontroller.routing declared as SwitchPort | |
---|---|
protected SwitchPort |
RoutingDecision.srcPort
|
Fields in net.floodlightcontroller.routing with type parameters of type SwitchPort | |
---|---|
protected java.util.List<SwitchPort> |
RoutingDecision.broadcastIntertfaces
|
java.util.Comparator<SwitchPort> |
ForwardingBase.clusterIdComparator
|
Methods in net.floodlightcontroller.routing that return SwitchPort | |
---|---|
SwitchPort |
RoutingDecision.getSourcePort()
|
SwitchPort |
IRoutingDecision.getSourcePort()
|
Methods in net.floodlightcontroller.routing that return types with arguments of type SwitchPort | |
---|---|
java.util.List<SwitchPort> |
RoutingDecision.getMulticastInterfaces()
|
java.util.List<SwitchPort> |
IRoutingDecision.getMulticastInterfaces()
|
Methods in net.floodlightcontroller.routing with parameters of type SwitchPort | |
---|---|
static boolean |
ForwardingBase.blockHost(IFloodlightProviderService floodlightProvider,
SwitchPort sw_tup,
long host_mac,
short hardTimeout,
long cookie)
|
Method parameters in net.floodlightcontroller.routing with type arguments of type SwitchPort | |
---|---|
void |
RoutingDecision.setMulticastInterfaces(java.util.List<SwitchPort> lspt)
|
void |
IRoutingDecision.setMulticastInterfaces(java.util.List<SwitchPort> lspt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |