|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FloodlightModuleContext in net.floodlightcontroller.core |
---|
Methods in net.floodlightcontroller.core with parameters of type FloodlightModuleContext | |
---|---|
void |
OFMessageFilterManager.init(FloodlightModuleContext context)
|
void |
OFMessageFilterManager.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.core.internal |
---|
Methods in net.floodlightcontroller.core.internal with parameters of type FloodlightModuleContext | |
---|---|
void |
FloodlightProvider.init(FloodlightModuleContext context)
|
void |
FloodlightProvider.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.core.module |
---|
Fields in net.floodlightcontroller.core.module declared as FloodlightModuleContext | |
---|---|
protected FloodlightModuleContext |
FloodlightModuleLoader.floodlightModuleContext
|
Methods in net.floodlightcontroller.core.module with parameters of type FloodlightModuleContext | |
---|---|
void |
IFloodlightModule.init(FloodlightModuleContext context)
This is a hook for each module to do its internal initialization, e.g., call setService(context.getService("Service")) All module dependencies are resolved when this is called, but not every module is initialized. |
void |
ApplicationLoader.init(FloodlightModuleContext context)
|
void |
IFloodlightModule.startUp(FloodlightModuleContext context)
This is a hook for each module to do its external initializations, e.g., register for callbacks or query for state in other modules It is expected that this function will not block and that modules that want non-event driven CPU will spawn their own threads. |
void |
ApplicationLoader.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.counter |
---|
Methods in net.floodlightcontroller.counter with parameters of type FloodlightModuleContext | |
---|---|
void |
NullCounterStore.init(FloodlightModuleContext context)
|
void |
CounterStore.init(FloodlightModuleContext context)
|
void |
NullCounterStore.startUp(FloodlightModuleContext context)
|
void |
CounterStore.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.debugcounter |
---|
Methods in net.floodlightcontroller.debugcounter with parameters of type FloodlightModuleContext | |
---|---|
void |
NullDebugCounter.init(FloodlightModuleContext context)
|
void |
DebugCounter.init(FloodlightModuleContext context)
|
void |
NullDebugCounter.startUp(FloodlightModuleContext context)
|
void |
DebugCounter.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.debugevent |
---|
Methods in net.floodlightcontroller.debugevent with parameters of type FloodlightModuleContext | |
---|---|
void |
NullDebugEvent.init(FloodlightModuleContext context)
|
void |
DebugEvent.init(FloodlightModuleContext context)
|
void |
NullDebugEvent.startUp(FloodlightModuleContext context)
|
void |
DebugEvent.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.devicemanager.internal |
---|
Methods in net.floodlightcontroller.devicemanager.internal with parameters of type FloodlightModuleContext | |
---|---|
void |
DeviceManagerImpl.init(FloodlightModuleContext fmc)
|
void |
DefaultEntityClassifier.init(FloodlightModuleContext context)
|
void |
DeviceManagerImpl.startUp(FloodlightModuleContext fmc)
|
void |
DefaultEntityClassifier.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.firewall |
---|
Methods in net.floodlightcontroller.firewall with parameters of type FloodlightModuleContext | |
---|---|
void |
Firewall.init(FloodlightModuleContext context)
|
void |
Firewall.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.flowcache |
---|
Methods in net.floodlightcontroller.flowcache with parameters of type FloodlightModuleContext | |
---|---|
void |
PortDownReconciliation.init(FloodlightModuleContext context)
|
void |
IFlowReconcileService.init(FloodlightModuleContext context)
|
void |
IFlowReconcileEngineService.init(FloodlightModuleContext fmc)
|
void |
FlowReconcileManager.init(FloodlightModuleContext context)
|
void |
PortDownReconciliation.startUp(FloodlightModuleContext context)
|
void |
IFlowReconcileService.startUp(FloodlightModuleContext context)
|
void |
IFlowReconcileEngineService.startUp(FloodlightModuleContext fmc)
|
void |
FlowReconcileManager.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.forwarding |
---|
Methods in net.floodlightcontroller.forwarding with parameters of type FloodlightModuleContext | |
---|---|
void |
Forwarding.init(FloodlightModuleContext context)
|
void |
Forwarding.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.hub |
---|
Methods in net.floodlightcontroller.hub with parameters of type FloodlightModuleContext | |
---|---|
void |
Hub.init(FloodlightModuleContext context)
|
void |
Hub.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.jython |
---|
Methods in net.floodlightcontroller.jython with parameters of type FloodlightModuleContext | |
---|---|
void |
JythonDebugInterface.init(FloodlightModuleContext context)
|
void |
JythonDebugInterface.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.learningswitch |
---|
Methods in net.floodlightcontroller.learningswitch with parameters of type FloodlightModuleContext | |
---|---|
void |
LearningSwitch.init(FloodlightModuleContext context)
|
void |
LearningSwitch.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.linkdiscovery.internal |
---|
Methods in net.floodlightcontroller.linkdiscovery.internal with parameters of type FloodlightModuleContext | |
---|---|
void |
LinkDiscoveryManager.init(FloodlightModuleContext context)
|
void |
LinkDiscoveryManager.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.loadbalancer |
---|
Methods in net.floodlightcontroller.loadbalancer with parameters of type FloodlightModuleContext | |
---|---|
void |
LoadBalancer.init(FloodlightModuleContext context)
|
void |
LoadBalancer.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.perfmon |
---|
Methods in net.floodlightcontroller.perfmon with parameters of type FloodlightModuleContext | |
---|---|
void |
PktInProcessingTime.init(FloodlightModuleContext context)
|
void |
NullPktInProcessingTime.init(FloodlightModuleContext context)
|
void |
PktInProcessingTime.startUp(FloodlightModuleContext context)
|
void |
NullPktInProcessingTime.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.restserver |
---|
Fields in net.floodlightcontroller.restserver declared as FloodlightModuleContext | |
---|---|
protected FloodlightModuleContext |
RestApiServer.fmlContext
|
Methods in net.floodlightcontroller.restserver with parameters of type FloodlightModuleContext | |
---|---|
void |
RestApiServer.init(FloodlightModuleContext context)
|
void |
RestApiServer.RestApplication.run(FloodlightModuleContext fmlContext,
java.lang.String restHost,
int restPort)
|
void |
RestApiServer.startUp(FloodlightModuleContext Context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.staticflowentry |
---|
Methods in net.floodlightcontroller.staticflowentry with parameters of type FloodlightModuleContext | |
---|---|
void |
StaticFlowEntryPusher.init(FloodlightModuleContext context)
|
void |
StaticFlowEntryPusher.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.storage |
---|
Methods in net.floodlightcontroller.storage with parameters of type FloodlightModuleContext | |
---|---|
void |
AbstractStorageSource.init(FloodlightModuleContext context)
|
void |
AbstractStorageSource.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.storage.memory |
---|
Methods in net.floodlightcontroller.storage.memory with parameters of type FloodlightModuleContext | |
---|---|
void |
MemoryStorageSource.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.threadpool |
---|
Methods in net.floodlightcontroller.threadpool with parameters of type FloodlightModuleContext | |
---|---|
void |
ThreadPool.init(FloodlightModuleContext context)
|
void |
ThreadPool.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.topology |
---|
Methods in net.floodlightcontroller.topology with parameters of type FloodlightModuleContext | |
---|---|
void |
TopologyManager.init(FloodlightModuleContext context)
|
void |
TopologyManager.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.ui.web |
---|
Methods in net.floodlightcontroller.ui.web with parameters of type FloodlightModuleContext | |
---|---|
void |
StaticWebRoutable.init(FloodlightModuleContext context)
|
void |
StaticWebRoutable.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in net.floodlightcontroller.virtualnetwork |
---|
Methods in net.floodlightcontroller.virtualnetwork with parameters of type FloodlightModuleContext | |
---|---|
void |
VirtualNetworkFilter.init(FloodlightModuleContext context)
|
void |
VirtualNetworkFilter.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in org.sdnplatform.sync.internal |
---|
Methods in org.sdnplatform.sync.internal with parameters of type FloodlightModuleContext | |
---|---|
void |
SyncTorture.init(FloodlightModuleContext context)
|
void |
SyncManager.init(FloodlightModuleContext context)
|
void |
SyncTorture.startUp(FloodlightModuleContext context)
|
void |
SyncManager.startUp(FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in org.sdnplatform.sync.internal.config |
---|
Methods in org.sdnplatform.sync.internal.config with parameters of type FloodlightModuleContext | |
---|---|
void |
SyncStoreCCProvider.init(SyncManager syncManager,
FloodlightModuleContext context)
|
void |
StorageCCProvider.init(SyncManager syncManager,
FloodlightModuleContext context)
|
void |
PropertyCCProvider.init(SyncManager syncManager,
FloodlightModuleContext context)
|
void |
IClusterConfigProvider.init(SyncManager syncManager,
FloodlightModuleContext context)
Initialize the provider with the configuration parameters from the Floodlight module context. |
void |
FallbackCCProvider.init(SyncManager syncManager,
FloodlightModuleContext context)
|
void |
DelegatingCCProvider.init(SyncManager syncManager,
FloodlightModuleContext context)
|
Uses of FloodlightModuleContext in org.sdnplatform.sync.internal.remote |
---|
Methods in org.sdnplatform.sync.internal.remote with parameters of type FloodlightModuleContext | |
---|---|
void |
RemoteSyncManager.init(FloodlightModuleContext context)
|
void |
RemoteSyncManager.startUp(FloodlightModuleContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |