org.elasticsearch.common.jna
Class CLibrary

java.lang.Object
  extended by org.elasticsearch.common.jna.CLibrary

public class CLibrary
extends Object


Field Summary
static int ENOMEM
           
static int MCL_CURRENT
           
static int MCL_FUTURE
           
 
Method Summary
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
 

Field Detail

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
Method Detail

mlockall

public static int mlockall(int flags)

munlockall

public static int munlockall()


Copyright © 2009-2012. All Rights Reserved.