public interface NativeLibraryMXBean
| Modifier and Type | Method and Description |
|---|---|
long[] |
getAffinity(int pid) |
String |
getLibraryPath() |
int |
mlockall(int flags) |
int |
munlockall() |
int |
setAffinity(int pid,
long[] mask) |
String getLibraryPath()
int mlockall(int flags)
int munlockall()
int setAffinity(int pid,
long[] mask)
long[] getAffinity(int pid)
Copyright © 2020. All rights reserved.