Uses of Class
net.floodlightcontroller.core.FloodlightContextStore

Packages that use FloodlightContextStore
net.floodlightcontroller.core   
net.floodlightcontroller.devicemanager   
net.floodlightcontroller.flowcache   
net.floodlightcontroller.routing   
net.floodlightcontroller.servicechaining   
 

Uses of FloodlightContextStore in net.floodlightcontroller.core
 

Fields in net.floodlightcontroller.core declared as FloodlightContextStore
static FloodlightContextStore<Ethernet> IFloodlightProviderService.bcStore
          A FloodlightContextStore object that can be used to retrieve the packet-in payload
 

Uses of FloodlightContextStore in net.floodlightcontroller.devicemanager
 

Fields in net.floodlightcontroller.devicemanager declared as FloodlightContextStore
static FloodlightContextStore<IDevice> IDeviceService.fcStore
          A FloodlightContextStore object that can be used to interact with the FloodlightContext information created by BVS manager.
 

Uses of FloodlightContextStore in net.floodlightcontroller.flowcache
 

Fields in net.floodlightcontroller.flowcache declared as FloodlightContextStore
static FloodlightContextStore<java.lang.String> IFlowReconcileEngineService.fcStore
          A FloodlightContextStore object that can be used to interact with the FloodlightContext information about flowCache.
 

Uses of FloodlightContextStore in net.floodlightcontroller.routing
 

Fields in net.floodlightcontroller.routing declared as FloodlightContextStore
static FloodlightContextStore<IRoutingDecision> IRoutingDecision.rtStore
           
 

Uses of FloodlightContextStore in net.floodlightcontroller.servicechaining
 

Fields in net.floodlightcontroller.servicechaining declared as FloodlightContextStore
static FloodlightContextStore<java.lang.String> IServiceChainingService.scStore
          A FloodlightContextStore object that can be used to interact with the FloodlightContext information created by ServiceInsertion.