
public interface OCLibrary
extends com.sun.jna.Library
| Modifier and Type | Interface and Description |
|---|---|
static class |
OCLibrary.Rlimit |
| Modifier and Type | Field and Description |
|---|---|
static int |
RLIM_INFINITY
Denotes no limit on a resource.
|
static int |
RLIMIT_AS
Address space limit.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getpid() |
int |
getrlimit(int resource,
OCLibrary.Rlimit rlim) |
static final int RLIMIT_AS
static final int RLIM_INFINITY
long getpid()
int getrlimit(int resource,
OCLibrary.Rlimit rlim)
Copyright © 2009–2025 OrientDB. All rights reserved.