interface org.apache.cassandra.utils.NativeLibraryWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.cassandra.utils.NativeLibraryWrapper
  super_class: java.lang.Object
{
  public abstract boolean isAvailable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int callMlockall(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
    MethodParameters:
       Name  Flags
      flags  

  public abstract int callMunlockall();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException

  public abstract int callFcntl(int, int, long);
    descriptor: (IIJ)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
    MethodParameters:
         Name  Flags
      fd       
      command  
      flags    

  public abstract int callPosixFadvise(int, long, int, int);
    descriptor: (IJII)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
    MethodParameters:
        Name  Flags
      fd      
      offset  
      len     
      flag    

  public abstract int callOpen(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
    MethodParameters:
       Name  Flags
      path   
      flags  

  public abstract int callFsync(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
    MethodParameters:
      Name  Flags
      fd    

  public abstract int callClose(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
    MethodParameters:
      Name  Flags
      fd    

  public abstract com.sun.jna.Pointer callStrerror(int);
    descriptor: (I)Lcom/sun/jna/Pointer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
    MethodParameters:
        Name  Flags
      errnum  

  public abstract long callGetpid();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.UnsatisfiedLinkError, java.lang.RuntimeException
}
SourceFile: "NativeLibraryWrapper.java"