net.floodlightcontroller.learningswitch
Interface ILearningSwitchService

All Superinterfaces:
IFloodlightService
All Known Implementing Classes:
LearningSwitch

public interface ILearningSwitchService
extends IFloodlightService


Method Summary
 java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Integer>> getTable()
          Returns the LearningSwitch's learned host table
 

Method Detail

getTable

java.util.Map<IOFSwitch,java.util.Map<MacVlanPair,java.lang.Integer>> getTable()
Returns the LearningSwitch's learned host table

Returns:
The learned host table