org.apache.cassandra.utils
Class CLibrary
java.lang.Object
org.apache.cassandra.utils.CLibrary
public final class CLibrary
- extends java.lang.Object
Method Summary |
static int |
link(java.lang.String from,
java.lang.String to)
|
static int |
mlockall(int flags)
|
static int |
munlockall()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCL_CURRENT
public static final int MCL_CURRENT
- See Also:
- Constant Field Values
MCL_FUTURE
public static final int MCL_FUTURE
- See Also:
- Constant Field Values
ENOMEM
public static final int ENOMEM
- See Also:
- Constant Field Values
mlockall
public static int mlockall(int flags)
munlockall
public static int munlockall()
link
public static int link(java.lang.String from,
java.lang.String to)
Copyright © 2010 The Apache Software Foundation