public class SchedulerPolicy extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FIFO
Планировщик FIFO
|
static int |
ROUND_ROBIN
Планировищк ROUND ROBIN
|
static int |
TRADITIONAL
Традиционный планировщик
|
| Constructor and Description |
|---|
SchedulerPolicy() |
public static final int TRADITIONAL
public static final int FIFO
public static final int ROUND_ROBIN
Copyright © 2018. All rights reserved.