|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IThreadPoolService in net.floodlightcontroller.core |
---|
Fields in net.floodlightcontroller.core declared as IThreadPoolService | |
---|---|
protected IThreadPoolService |
OFSwitchBase.threadPool
|
protected IThreadPoolService |
OFMessageFilterManager.threadPool
|
Methods in net.floodlightcontroller.core with parameters of type IThreadPoolService | |
---|---|
void |
OFSwitchBase.setThreadPoolService(IThreadPoolService tp)
|
void |
IOFSwitch.setThreadPoolService(IThreadPoolService threadPool)
Set IThreadPoolService for this switch instance Called immediately after instantiation |
Uses of IThreadPoolService in net.floodlightcontroller.core.internal |
---|
Fields in net.floodlightcontroller.core.internal declared as IThreadPoolService | |
---|---|
protected IThreadPoolService |
OFMessageFuture.threadPool
|
Constructors in net.floodlightcontroller.core.internal with parameters of type IThreadPoolService | |
---|---|
OFFeaturesReplyFuture(IThreadPoolService tp,
IOFSwitch sw,
int transactionId)
|
|
OFFeaturesReplyFuture(IThreadPoolService tp,
IOFSwitch sw,
int transactionId,
long timeout,
java.util.concurrent.TimeUnit unit)
|
|
OFMessageFuture(IThreadPoolService tp,
IOFSwitch sw,
OFType responseType,
int transactionId)
|
|
OFMessageFuture(IThreadPoolService tp,
IOFSwitch sw,
OFType responseType,
int transactionId,
long timeout,
java.util.concurrent.TimeUnit unit)
|
|
OFStatisticsFuture(IThreadPoolService tp,
IOFSwitch sw,
int transactionId)
|
|
OFStatisticsFuture(IThreadPoolService tp,
IOFSwitch sw,
int transactionId,
long timeout,
java.util.concurrent.TimeUnit unit)
|
Uses of IThreadPoolService in net.floodlightcontroller.devicemanager.internal |
---|
Fields in net.floodlightcontroller.devicemanager.internal declared as IThreadPoolService | |
---|---|
protected IThreadPoolService |
DeviceManagerImpl.threadPool
|
Uses of IThreadPoolService in net.floodlightcontroller.flowcache |
---|
Fields in net.floodlightcontroller.flowcache declared as IThreadPoolService | |
---|---|
protected IThreadPoolService |
FlowReconcileManager.threadPool
Reference to dependent modules |
Uses of IThreadPoolService in net.floodlightcontroller.linkdiscovery.internal |
---|
Fields in net.floodlightcontroller.linkdiscovery.internal declared as IThreadPoolService | |
---|---|
protected IThreadPoolService |
LinkDiscoveryManager.threadPool
|
Uses of IThreadPoolService in net.floodlightcontroller.threadpool |
---|
Classes in net.floodlightcontroller.threadpool that implement IThreadPoolService | |
---|---|
class |
ThreadPool
|
Uses of IThreadPoolService in net.floodlightcontroller.topology |
---|
Fields in net.floodlightcontroller.topology declared as IThreadPoolService | |
---|---|
protected IThreadPoolService |
TopologyManager.threadPool
|
Uses of IThreadPoolService in org.sdnplatform.sync.internal |
---|
Fields in org.sdnplatform.sync.internal declared as IThreadPoolService | |
---|---|
protected IThreadPoolService |
SyncManager.threadPool
|
Methods in org.sdnplatform.sync.internal that return IThreadPoolService | |
---|---|
IThreadPoolService |
SyncManager.getThreadPool()
Return the threadpool |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |