public interface NativeLibraryMXBean
| Modifier and Type | Method and Description |
|---|---|
String |
getLibraryPath() |
int |
mlockall(int flags) |
int |
munlockall() |
long |
sched_getaffinity(int pid) |
int |
sched_setaffinity(int pid,
long mask) |
String getLibraryPath()
int mlockall(int flags)
int munlockall()
int sched_setaffinity(int pid,
long mask)
long sched_getaffinity(int pid)
Copyright © 2019. All rights reserved.