public class Resource extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Resource.rlimit |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getpriority(int which,
int who) |
static int |
getrlimit(int resource,
Resource.rlimit rlimits) |
static int |
RLIMIT_NOFILE() |
static int |
setpriority(int which,
int who,
int prio) |
static int |
setrlimit(int resource,
Resource.rlimit rlimits) |
public static int RLIMIT_NOFILE()
public static int getrlimit(int resource,
Resource.rlimit rlimits)
public static int setrlimit(int resource,
Resource.rlimit rlimits)
public static int getpriority(int which,
int who)
public static int setpriority(int which,
int who,
int prio)