Uses of Interface
net.floodlightcontroller.core.module.IFloodlightService

Packages that use IFloodlightService
net.floodlightcontroller.core   
net.floodlightcontroller.core.internal   
net.floodlightcontroller.core.module   
net.floodlightcontroller.counter   
net.floodlightcontroller.debugcounter   
net.floodlightcontroller.debugevent   
net.floodlightcontroller.devicemanager   
net.floodlightcontroller.devicemanager.internal   
net.floodlightcontroller.firewall   
net.floodlightcontroller.flowcache   
net.floodlightcontroller.forwarding   
net.floodlightcontroller.hub   
net.floodlightcontroller.jython   
net.floodlightcontroller.learningswitch   
net.floodlightcontroller.linkdiscovery   
net.floodlightcontroller.linkdiscovery.internal   
net.floodlightcontroller.loadbalancer   
net.floodlightcontroller.perfmon   
net.floodlightcontroller.restserver   
net.floodlightcontroller.routing   
net.floodlightcontroller.servicechaining   
net.floodlightcontroller.staticflowentry   
net.floodlightcontroller.storage   
net.floodlightcontroller.storage.memory   
net.floodlightcontroller.storage.nosql   
net.floodlightcontroller.threadpool   
net.floodlightcontroller.topology   
net.floodlightcontroller.ui.web   
net.floodlightcontroller.virtualnetwork   
org.sdnplatform.sync   
org.sdnplatform.sync.internal   
org.sdnplatform.sync.internal.remote   
 

Uses of IFloodlightService in net.floodlightcontroller.core
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.core
 interface IFloodlightProviderService
          The interface exposed by the core bundle that allows you to interact with connected switches.
 interface IOFMessageFilterManagerService
           
 

Classes in net.floodlightcontroller.core that implement IFloodlightService
 class OFMessageFilterManager
           
 

Methods in net.floodlightcontroller.core that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> OFMessageFilterManager.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> OFMessageFilterManager.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> OFMessageFilterManager.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> OFMessageFilterManager.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.core.internal
 

Classes in net.floodlightcontroller.core.internal that implement IFloodlightService
 class Controller
          The main controller class.
 

Methods in net.floodlightcontroller.core.internal that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> FloodlightProvider.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> FloodlightProvider.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> FloodlightProvider.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> FloodlightProvider.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.core.module
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.core.module
 interface IApplicationService
           
 interface IModuleService
           
 

Classes in net.floodlightcontroller.core.module that implement IFloodlightService
 class ApplicationLoader
          Load an application from a configuration directory
 class FloodlightModuleLoader
          Finds all Floodlight modules in the class path and loads/starts them.
 

Fields in net.floodlightcontroller.core.module with type parameters of type IFloodlightService
protected static java.util.Map<IFloodlightModule,java.util.Collection<java.lang.Class<? extends IFloodlightService>>> FloodlightModuleLoader.moduleServiceMap
           
protected static java.util.Map<java.lang.Class<? extends IFloodlightService>,java.util.Collection<IFloodlightModule>> FloodlightModuleLoader.serviceMap
           
protected  java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> FloodlightModuleContext.serviceMap
           
protected  java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> FloodlightModuleContext.serviceMap
           
 

Methods in net.floodlightcontroller.core.module with type parameters of type IFloodlightService
<T extends IFloodlightService>
T
IFloodlightModuleContext.getServiceImpl(java.lang.Class<T> service)
          Retrieves a casted version of a module from the registry.
<T extends IFloodlightService>
T
FloodlightModuleContext.getServiceImpl(java.lang.Class<T> service)
           
 

Methods in net.floodlightcontroller.core.module that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> IFloodlightModuleContext.getAllServices()
          Returns all loaded services
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> FloodlightModuleContext.getAllServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> IFloodlightModule.getModuleDependencies()
          Get a list of Modules that this module depends on.
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> ApplicationLoader.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> IFloodlightModule.getModuleServices()
          Return the list of interfaces that this module implements.
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> ApplicationLoader.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> IFloodlightModule.getServiceImpls()
          Instantiate (as needed) and return objects that implement each of the services exported by this module.
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> IFloodlightModule.getServiceImpls()
          Instantiate (as needed) and return objects that implement each of the services exported by this module.
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> ApplicationLoader.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> ApplicationLoader.getServiceImpls()
           
 

Methods in net.floodlightcontroller.core.module with parameters of type IFloodlightService
 void FloodlightModuleContext.addService(java.lang.Class<? extends IFloodlightService> clazz, IFloodlightService service)
          Adds a IFloodlightModule for this Context.
 

Method parameters in net.floodlightcontroller.core.module with type arguments of type IFloodlightService
protected  void FloodlightModuleLoader.addModule(java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightModule> moduleMap, java.util.Collection<IFloodlightModule> moduleSet, IFloodlightModule module)
          Add a module to the set of modules to load and register its services
 void FloodlightModuleContext.addService(java.lang.Class<? extends IFloodlightService> clazz, IFloodlightService service)
          Adds a IFloodlightModule for this Context.
protected  IFloodlightModuleContext FloodlightModuleLoader.loadModulesFromList(java.util.Collection<java.lang.String> configMods, java.util.Properties prop, java.util.Collection<IFloodlightService> ignoreList)
          Loads modules (and their dependencies) specified in the list
 

Uses of IFloodlightService in net.floodlightcontroller.counter
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.counter
 interface ICounterStoreService
           
 

Classes in net.floodlightcontroller.counter that implement IFloodlightService
 class CounterStore
          Implements a central store for system counters.
 class NullCounterStore
          An ICounsterStoreService implementation that does nothing.
 

Methods in net.floodlightcontroller.counter that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullCounterStore.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> CounterStore.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullCounterStore.getModuleServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> CounterStore.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullCounterStore.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullCounterStore.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> CounterStore.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> CounterStore.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.debugcounter
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.debugcounter
 interface IDebugCounterService
           
 

Classes in net.floodlightcontroller.debugcounter that implement IFloodlightService
 class DebugCounter
          This class implements a central store for all counters used for debugging the system.
 class NullDebugCounter
           
 

Methods in net.floodlightcontroller.debugcounter that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullDebugCounter.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DebugCounter.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullDebugCounter.getModuleServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DebugCounter.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullDebugCounter.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullDebugCounter.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DebugCounter.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DebugCounter.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.debugevent
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.debugevent
 interface IDebugEventService
           
 

Classes in net.floodlightcontroller.debugevent that implement IFloodlightService
 class DebugEvent
          This class implements a central store for all events used for debugging the system.
 class NullDebugEvent
           
 

Methods in net.floodlightcontroller.debugevent that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullDebugEvent.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DebugEvent.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullDebugEvent.getModuleServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DebugEvent.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullDebugEvent.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullDebugEvent.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DebugEvent.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DebugEvent.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.devicemanager
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.devicemanager
 interface IDeviceService
          Device manager allows interacting with devices on the network.
 interface IEntityClassifierService
          A component that wishes to participate in entity classification needs to implement the IEntityClassifier interface, and register with the Device Manager as an entity classifier.
 

Uses of IFloodlightService in net.floodlightcontroller.devicemanager.internal
 

Classes in net.floodlightcontroller.devicemanager.internal that implement IFloodlightService
 class DefaultEntityClassifier
          This is a default entity classifier that simply classifies all entities into a fixed entity class, with key fields of MAC and VLAN.
 class DeviceManagerImpl
          DeviceManager creates Devices based upon MAC addresses seen in the network.
 

Methods in net.floodlightcontroller.devicemanager.internal that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DeviceManagerImpl.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DefaultEntityClassifier.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DeviceManagerImpl.getModuleServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> DefaultEntityClassifier.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DeviceManagerImpl.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DeviceManagerImpl.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DefaultEntityClassifier.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> DefaultEntityClassifier.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.firewall
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.firewall
 interface IFirewallService
           
 

Classes in net.floodlightcontroller.firewall that implement IFloodlightService
 class Firewall
          Stateless firewall implemented as a Google Summer of Code project.
 

Methods in net.floodlightcontroller.firewall that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> Firewall.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> Firewall.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> Firewall.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> Firewall.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.flowcache
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.flowcache
 interface IFlowReconcileEngineService
          The Interface IFlowReconcileEngine.
 interface IFlowReconcileService
           
 

Classes in net.floodlightcontroller.flowcache that implement IFloodlightService
 class FlowReconcileManager
           
 

Methods in net.floodlightcontroller.flowcache that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> PortDownReconciliation.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> FlowReconcileManager.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> PortDownReconciliation.getModuleServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> FlowReconcileManager.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> PortDownReconciliation.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> PortDownReconciliation.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> FlowReconcileManager.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> FlowReconcileManager.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.forwarding
 

Methods in net.floodlightcontroller.forwarding that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> Forwarding.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> Forwarding.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> Forwarding.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> Forwarding.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.hub
 

Methods in net.floodlightcontroller.hub that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> Hub.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> Hub.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> Hub.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> Hub.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.jython
 

Methods in net.floodlightcontroller.jython that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> JythonDebugInterface.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> JythonDebugInterface.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> JythonDebugInterface.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> JythonDebugInterface.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.learningswitch
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.learningswitch
 interface ILearningSwitchService
           
 

Classes in net.floodlightcontroller.learningswitch that implement IFloodlightService
 class LearningSwitch
           
 

Methods in net.floodlightcontroller.learningswitch that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> LearningSwitch.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> LearningSwitch.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> LearningSwitch.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> LearningSwitch.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.linkdiscovery
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.linkdiscovery
 interface ILinkDiscoveryService
           
 

Uses of IFloodlightService in net.floodlightcontroller.linkdiscovery.internal
 

Classes in net.floodlightcontroller.linkdiscovery.internal that implement IFloodlightService
 class LinkDiscoveryManager
          This class sends out LLDP messages containing the sending switch's datapath id as well as the outgoing port number.
 

Methods in net.floodlightcontroller.linkdiscovery.internal that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> LinkDiscoveryManager.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> LinkDiscoveryManager.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> LinkDiscoveryManager.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> LinkDiscoveryManager.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.loadbalancer
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.loadbalancer
 interface ILoadBalancerService
           
 

Classes in net.floodlightcontroller.loadbalancer that implement IFloodlightService
 class LoadBalancer
          A simple load balancer module for ping, tcp, and udp flows.
 

Methods in net.floodlightcontroller.loadbalancer that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> LoadBalancer.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> LoadBalancer.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> LoadBalancer.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> LoadBalancer.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.perfmon
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.perfmon
 interface IPktInProcessingTimeService
           
 

Classes in net.floodlightcontroller.perfmon that implement IFloodlightService
 class NullPktInProcessingTime
          An IPktInProcessingTimeService implementation that does nothing.
 class PktInProcessingTime
          This class contains a set of buckets (called time buckets as the primarily contain 'times' that are used in a circular way to store information on packet in processing time.
 

Methods in net.floodlightcontroller.perfmon that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> PktInProcessingTime.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullPktInProcessingTime.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> PktInProcessingTime.getModuleServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> NullPktInProcessingTime.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> PktInProcessingTime.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> PktInProcessingTime.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullPktInProcessingTime.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> NullPktInProcessingTime.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.restserver
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.restserver
 interface IRestApiService
           
 

Classes in net.floodlightcontroller.restserver that implement IFloodlightService
 class RestApiServer
           
 

Methods in net.floodlightcontroller.restserver that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> RestApiServer.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> RestApiServer.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> RestApiServer.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> RestApiServer.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.routing
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.routing
 interface IRoutingService
           
 

Uses of IFloodlightService in net.floodlightcontroller.servicechaining
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.servicechaining
 interface IServiceChainingService
           
 

Uses of IFloodlightService in net.floodlightcontroller.staticflowentry
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.staticflowentry
 interface IStaticFlowEntryPusherService
           
 

Classes in net.floodlightcontroller.staticflowentry that implement IFloodlightService
 class StaticFlowEntryPusher
           
 

Methods in net.floodlightcontroller.staticflowentry that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> StaticFlowEntryPusher.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> StaticFlowEntryPusher.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> StaticFlowEntryPusher.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> StaticFlowEntryPusher.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.storage
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.storage
 interface IStorageSourceService
           
 

Classes in net.floodlightcontroller.storage that implement IFloodlightService
 class AbstractStorageSource
           
 

Methods in net.floodlightcontroller.storage that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> AbstractStorageSource.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> AbstractStorageSource.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> AbstractStorageSource.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> AbstractStorageSource.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.storage.memory
 

Classes in net.floodlightcontroller.storage.memory that implement IFloodlightService
 class MemoryStorageSource
           
 

Methods in net.floodlightcontroller.storage.memory that return types with arguments of type IFloodlightService
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> MemoryStorageSource.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> MemoryStorageSource.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.storage.nosql
 

Classes in net.floodlightcontroller.storage.nosql that implement IFloodlightService
 class NoSqlStorageSource
           
 

Uses of IFloodlightService in net.floodlightcontroller.threadpool
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.threadpool
 interface IThreadPoolService
           
 

Classes in net.floodlightcontroller.threadpool that implement IFloodlightService
 class ThreadPool
           
 

Methods in net.floodlightcontroller.threadpool that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> ThreadPool.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> ThreadPool.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> ThreadPool.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> ThreadPool.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.topology
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.topology
 interface ITopologyService
           
 

Classes in net.floodlightcontroller.topology that implement IFloodlightService
 class TopologyManager
          Topology manager is responsible for maintaining the controller's notion of the network graph, as well as implementing tools for finding routes through the topology.
 

Methods in net.floodlightcontroller.topology that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> TopologyManager.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> TopologyManager.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> TopologyManager.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> TopologyManager.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.ui.web
 

Methods in net.floodlightcontroller.ui.web that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> StaticWebRoutable.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> StaticWebRoutable.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> StaticWebRoutable.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> StaticWebRoutable.getServiceImpls()
           
 

Uses of IFloodlightService in net.floodlightcontroller.virtualnetwork
 

Subinterfaces of IFloodlightService in net.floodlightcontroller.virtualnetwork
 interface IVirtualNetworkService
           
 

Classes in net.floodlightcontroller.virtualnetwork that implement IFloodlightService
 class VirtualNetworkFilter
          A simple Layer 2 (MAC based) network virtualization module.
 

Methods in net.floodlightcontroller.virtualnetwork that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> VirtualNetworkFilter.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> VirtualNetworkFilter.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> VirtualNetworkFilter.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> VirtualNetworkFilter.getServiceImpls()
           
 

Uses of IFloodlightService in org.sdnplatform.sync
 

Subinterfaces of IFloodlightService in org.sdnplatform.sync
 interface ISyncService
          The sync service provides a high-performance in-memory database for fault and partition-tolerant replication of state data.
 

Uses of IFloodlightService in org.sdnplatform.sync.internal
 

Classes in org.sdnplatform.sync.internal that implement IFloodlightService
 class AbstractSyncManager
          An abstract base class for modules providing ISyncService
 class SyncManager
          Implementation for ISyncService that keeps local copies of the data and will synchronize it to other nodes in the cluster
 

Methods in org.sdnplatform.sync.internal that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> SyncTorture.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> SyncManager.getModuleDependencies()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> SyncTorture.getModuleServices()
           
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> AbstractSyncManager.getModuleServices()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> SyncTorture.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> SyncTorture.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> AbstractSyncManager.getServiceImpls()
           
 java.util.Map<java.lang.Class<? extends IFloodlightService>,IFloodlightService> AbstractSyncManager.getServiceImpls()
           
 

Uses of IFloodlightService in org.sdnplatform.sync.internal.remote
 

Classes in org.sdnplatform.sync.internal.remote that implement IFloodlightService
 class RemoteSyncManager
          Implementation of a sync service that passes its functionality off to a remote sync manager over a TCP connection
 

Methods in org.sdnplatform.sync.internal.remote that return types with arguments of type IFloodlightService
 java.util.Collection<java.lang.Class<? extends IFloodlightService>> RemoteSyncManager.getModuleDependencies()