Modifiers | Name | Description |
---|---|---|
int |
UNLIMITED_BANDWIDTH |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
getCongestion() |
|
int |
getCorePoolCapacity() |
|
int |
getInputBandwidth() |
|
long |
getLatency() |
|
int |
getMaxThreadPoolCapacity() |
|
long |
getMinApplicationDelay() |
|
int |
getOutputBandwidth() |
|
VirtError |
getVirtError() |
|
void |
setCongestion(int congestion) |
|
void |
setCorePoolCapacity(int corePoolCapacity) |
|
void |
setInputBandwidth(int bandwidth) |
|
void |
setLatency(long latency) |
|
void |
setMaxThreadPoolCapacity(int capacity) |
|
void |
setMinApplicationDelay(long delay) |
|
void |
setOutputBandwidth(int outputBandwidth) |