| Package | Description |
|---|---|
| org.brutusin.wava.core.plug | |
| org.brutusin.wava.core.plug.impl.niceness |
| Modifier and Type | Method and Description |
|---|---|
static NicenessHandler |
NicenessHandler.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupHomogeneusSpreadNicenessHandler |
class |
GroupIncreasingNicenessHandler |
class |
HomogeneusSpreadNicenessHandler
Distributes niceness among processes in such a way that:
1)
niceness(processPosition + 1) - 1 <= niceness(processPosition) <= niceness(processPosition + 1)
2) multiplicity(n) = m for all niceness values n, or exists a niceness value n0 such as:
multiplicity(n) = m for n <= n0 and
multiplicity(n) = m + 1 for n > n0
|
Copyright © 2010–2017. All rights reserved.