public abstract class LinuxIoPrio
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
IOPRIO_CLASS_BE |
static int |
IOPRIO_CLASS_IDLE |
static int |
IOPRIO_CLASS_NONE |
static int |
IOPRIO_CLASS_RT |
static int |
IOPRIO_WHO_PGRP |
static int |
IOPRIO_WHO_PROCESS |
static int |
IOPRIO_WHO_USER |
Constructor and Description |
---|
LinuxIoPrio() |
Modifier and Type | Method and Description |
---|---|
static int |
IOPRIO_PRIO_CLASS(int mask) |
static int |
IOPRIO_PRIO_DATA(int mask) |
static int |
IOPRIO_PRIO_VALUE(int _class,
int data) |
public static int IOPRIO_WHO_PROCESS
public static int IOPRIO_WHO_PGRP
public static int IOPRIO_WHO_USER
public static int IOPRIO_CLASS_NONE
public static int IOPRIO_CLASS_RT
public static int IOPRIO_CLASS_BE
public static int IOPRIO_CLASS_IDLE