@Deprecated public class XSQLThreadPool extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
waitForSlotSync
Deprecated.
|
| Constructor and Description |
|---|
XSQLThreadPool(int _maxThreadCount,
String name,
int _waitTimeForIdle)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(Runnable r)
Deprecated.
|
int |
getNumberOfThreads()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
void |
setMaxQueueSize(int size)
Deprecated.
|
void |
waitForSlot()
Deprecated.
|
public Object waitForSlotSync
public XSQLThreadPool(int _maxThreadCount,
String name,
int _waitTimeForIdle)
public void addTask(Runnable r)
public int getNumberOfThreads()
public void waitForSlot()
public boolean isEmpty()
public void setMaxQueueSize(int size)
Copyright © 2017 OpenDaylight. All rights reserved.